/* Utilidades mínimas compartidas. */
.sc-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; }
.sc-text-muted { color: var(--sc-color-text-muted) !important; }
.sc-text-danger { color: var(--sc-color-danger) !important; }
.sc-text-success { color: var(--sc-color-success) !important; }
.sc-text-right { text-align: right !important; }
.sc-w-full { width: 100% !important; }
.sc-nowrap { white-space: nowrap !important; }
.sc-stack { display: flex; flex-direction: column; gap: var(--sc-space-4); }
.sc-cluster { display: flex; align-items: center; flex-wrap: wrap; gap: var(--sc-space-2); }
@media (max-width: 767.98px) { .sc-hide-mobile { display: none !important; } }
