#ageGate {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#ageGate .box {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    max-width: 420px;
    font-family: Arial, sans-serif;
}

#ageGate button {
    margin: 10px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
}

#acceptAge {
    background: #1877f2;
    color: #fff;
}

#رفضAge {
    background: #ccc;
}