/* Shared idle-lock badge for sensitive business surfaces (Manage Staff, Business Profile). */
.business-step-up-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.03);
    color: var(--bs-secondary-color);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.2;
}

.business-step-up-countdown {
    color: var(--bs-body-color);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.business-wizard-banner .business-step-up-badge {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.9);
}

.business-wizard-banner .business-step-up-countdown {
    color: #fff;
}