#wag-age-gate {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wag-box {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
}

.wag-box h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color:#e2626b!important;
}

.wag-box input[type="number"] {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
}

.wag-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    text-align: left;
    margin-bottom: 15px;
}

.wag-checkbox input {
    margin-top: 3px;
}

.wag-checkbox a {
    color: #ff4d4d;
    text-decoration: underline;
}

#wag-submit {
    width: 100%;
    padding: 12px;
    background: #ff3b3b;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

#wag-submit:hover {
    background: #e60000;
}

.wag-error {
    margin-top: 10px;
    color: #ff4d4d;
    font-size: 13px;
}