.farz-article-sources {
  border-top: 1px solid #e2e2e2;
  color: #666;
  font-size: .72em;
  line-height: 1.6;
  margin-top: 34px;
  padding-top: 12px;
}
.farz-article-sources strong { color: #444; font-size: 1em; }
.farz-article-sources ul { display: flex; flex-wrap: wrap; gap: 5px 16px; list-style: none; margin: 5px 0 0; padding: 0; }
.farz-article-sources li { margin: 0; overflow-wrap: anywhere; }
.farz-article-sources a { color: #777; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.farz-article-sources a:hover { color: #b3191f; }
ul.farz-article-sources { list-style: none; padding-inline-start: 0; }
@media (max-width: 620px) { .farz-article-sources ul { display: block; } }
