/*
 * VHIVHE DS — utilities cerradas (F-DS-B §7).
 */

.vh-ds-u-text-muted { color: var(--vh-ds-text-muted); }
.vh-ds-u-text-3 { color: var(--vh-ds-text-3); }
.vh-ds-u-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vh-ds-u-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;
}
.vh-ds-u-flex { display: flex; }
.vh-ds-u-flex-wrap { flex-wrap: wrap; }
.vh-ds-u-items-center { align-items: center; }
.vh-ds-u-gap-sm { gap: 6px; }
.vh-ds-u-gap-md { gap: 12px; }
.vh-ds-u-w-full { width: 100%; }
