﻿.age-verification-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 10, 30, 0.91);
    display: flex;
    align-items: center;
    justify-content: center;
}

.age-verification-banner {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.32);
    padding: 2.5rem 2.5rem 2rem;
    text-align: center;
    max-width: 90vw;
    min-width: 340px;
}
