.infinite-article-related-articles-container {
  margin-top: 12px;
}

.fisher-article.top-border {
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 980px) {
  .fisher-article-title {
    font-size: 32px;
  }

  .fisher-article-content {
    font-size: 80%;
    line-height: 160%;
  }
}

.fisher-article-social-icons-container {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.fisher-article-social-icons-container.bottom {
  margin-top: 18px;
}

.fb-share-button {
  margin-right: 8px;
}

.fisher-article-social-icons-container .shared-counts-wrap.style-buttons a.shared-counts-button {
  border-radius: 4px;
  height: 28px;
}

.fisher-article-social-icons-container .shared-counts-wrap.style-buttons .shared-counts-button svg {
  margin-top: 6px;
}