/* Each tab links to a visible section in the same document. */
.ocf-section { scroll-margin-top: 20px; }
.ocf-section + .ocf-section { margin-top: 28px; }
.art-postcontent::after { content: ""; display: block; clear: both; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
