@charset "UTF-8";
.component-news-details {
  padding: 12px 0px;
}

.component-news-details .component-content .author-information .author > .field-title {
  display: inline-block;
}

.component-news-details .component-content .author-information .author > .field-title:not(:first-child) {
  padding-left: 16px;
  position: relative;
}

.component-news-details .component-content .author-information .author > .field-title:not(:first-child)::before {
  content: "·";
  color: #C8CBCD;
  font-size: 20px;
  position: absolute;
  left: 6px;
  pointer-events: none;
}

.component-news-details .component-content .author-information .author > .field-title:empty {
  display: none;
}
