/* ==========================================================================
 * ModSeed — page-legal.css (legal document pages)
 * ========================================================================== */

.legal-switch ul { list-style: none; }

.foreground-90 { color: color-mix(in oklab, var(--foreground) 90%, transparent); }

article h2 { scroll-margin-top: 96px; }

/* the doc switcher buttons keep compact heights like the workspace */
.legal-switch .btn.h-8 { height: 32px; }

/* mobile: switcher buttons wrap nicely, article breathes */
@media (max-width: 640px) {
  .legal-switch { padding: 8px !important; }
}
