/* SERVISO — Utility classes.
 *
 * Loaded last on purpose. These are single-purpose overrides (.text-center,
 * .sr-only) and they only work if they come after the component rules they
 * are meant to override. Moving this file earlier in the <link> order would
 * silently weaken every one of them.
 */
/* ── Utilities ──────────────────────────────────────────────── */
.text-center { text-align: center; }
.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; }
