<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article {
  padding-bottom: 6rem;
}

.article__foot {
  margin-top: 6rem;
}

.article__comments {
  line-height: 1.5;
  border-bottom: 0.1rem solid var(--color-seperators);
}

@media screen and (min-width: 990px) {
  .article__foot-container.container--narrow {
    padding-inline: 0;
  }
}
</pre></body></html>