.msc-age-gate-overlay {
    display: none; /* JS toggles to flex */
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 20000; /* above the drawer and everything else */
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.msc-age-gate-box {
    background: #fff;
    color: #212222;
    border-radius: 8px;
    padding: 2rem;
    max-width: 460px;
    width: 100%;
    text-align: center;
}

.msc-age-gate-box h2 {
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.msc-age-gate-dob {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.msc-age-gate-dob label {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    text-align: left;
}

.msc-age-gate-dob select {
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid #444;
    background: #fff;
    color: #212222;
}

.msc-age-gate-error {
    color: #ff6b6b;
    font-size: 0.85rem;
    min-height: 1.2em;
    margin-bottom: 0.5rem;
}

.msc-age-gate-remember {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

#msc-age-gate-submit {
    width: 100%;
    margin-bottom: 1rem;
}

.msc-age-gate-terms {
    font-size: 0.7rem;
    color: #999;
    line-height: 1.4;
}

.msc-age-gate-terms a {
    color: #00a0e0;
}