.related-post-block {
  background: #3F969E;
  border-left: 5px solid #41BFBF;
  padding: 16px 20px;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.related-post-block .label {
  font-weight: 700 !important;
  text-decoration: none !important;
  display: block !important;
	width: 100% !important
}

.related-post-block .related-link {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  flex: 1;
}

.editor-preview {
  opacity: 0.85;
}

.related-post-block{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.related-link:hover {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}