/* Hosting-side tweaks layered on top of the exported stylesheet */
.skip-link{position:absolute;left:-999px;top:0;z-index:100000;padding:.75rem 1rem;background:#fff;color:#111;font-weight:600;border-radius:0 0 .5rem 0}
.skip-link:focus{left:0;outline:3px solid #f0b452}
/* Two-column numbered lists on the preview page (the exported Tailwind sheet is purged, so these utilities are defined here) */
.toc-grid{display:grid;grid-template-columns:1fr;column-gap:3rem;row-gap:.5rem;list-style:decimal;padding-left:2rem}
.toc-grid>li{padding-left:.25rem;overflow-wrap:anywhere}
@media (min-width:768px){.toc-grid{grid-template-columns:1fr 1fr}}
/* On phones, let the main nav wrap instead of hiding links in a swipe-only strip */
@media (max-width:767px){
  header > div{flex-direction:column;align-items:flex-start;gap:.5rem;padding-top:.75rem;padding-bottom:.75rem}
  header nav[aria-label="Main navigation"]{flex-wrap:wrap;overflow-x:visible;justify-content:flex-start;row-gap:0;margin-left:-.75rem}
}
