
#age-verification-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('https://pisachaya.xyz/wp-content/uploads/2025/07/36653.jpg') no-repeat center center;
    background-size: cover;
    display: none;
    justify-content: center;
    align-items: center;
}

.age-verification-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
