.pi-agechecker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
}

.pi-agechecker-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    z-index: 10001;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.pi-agechecker-popup-content h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}

.pi-agechecker-popup-content p {
    font-size: 16px;
    margin-bottom: 30px;
}

.pi-agechecker-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.pi-agechecker-buttons .btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
