#live-user-count {
    margin-right: 1em;
}

.md-header__user-count-wrapper {
    display: flex;
    align-items: center;
    margin: 0 0.5rem;
}

.md-header__user-count-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    background-color: #00000042;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.md-header__user-count-badge.md-header__user-count-error {
    opacity: 0.6;
    cursor: help;
}

.md-header__user-count-icon {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
}

.md-header__user-count-text {
    display: inline;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .md-header__user-count-wrapper {
        margin: 0 0.25rem;
    }

    .md-header__user-count-badge {
        padding: 0.3rem 0.6rem;
        font-size: 0.8rem;
        gap: 0.35rem;
    }

    .md-header__user-count-icon {
        font-size: 0.9rem;
    }
}
