/* styles-extra.css — components live's stylesheet does not define.

   Loaded ONLY by /facts and /mn/facts. Generated 2026-07-17. */

.facts-three > :last-child:nth-child(odd) { grid-column: 1 / -1; }

/* WCAG G201: screen-reader-only text must not render visibly. */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
