.wagps-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.wagps-popup-content {
    background: white;
    padding: 20px;
    width: 90%;
    max-width: 350px;
    border-radius: 12px;
    text-align: center;
}

.wagps-popup-content button {
    margin-top: 15px;
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
