/* ── Utility classes ──────────────────────────────────── */
.visually-hidden {
  composes: screen-reader-text;
}

.text-center { text-align: center; }
.text-right  { text-align: right; }

.mt-auto { margin-top: auto; }
.mb-0    { margin-bottom: 0; }

.flow > * + * {
  margin-top: var(--space-3);
}
