/* ============================================================================
   SPURA HUB v3 - Badge Components
   Generic badge primitives — use these before domain-specific variants.
   ============================================================================ */

.badge-info,
.badge-progress {
    background: var(--glass-blue-08);
    color: var(--info-600);
    border: 1px solid var(--glass-blue-08);
}

.badge-nav-count {
    font-size: .65rem;
}

.badge-xs {
    font-size: 0.72rem;
}