html.toc-smoothing { scroll-behavior: auto; }
.toc-smoothing .site-header { position: fixed; top: var(--toc-admin-height, 0px); left: 0; right: 0; }
#toc-smooth-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: var(--toc-header-height, 68px);
}
#toc-smooth-content > main { flex: 1 0 auto; width: 100%; min-width: 0; }
#toc-smooth-content > .site-footer { flex: 0 0 auto; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
}
