.waitlist-popup-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0,0,0,0.7);
    padding: 20px;
}

.waitlist-popup-content {
    position: relative;
    background: #fff;
    max-width: 500px;
    margin: 80px auto;
    padding: 30px;
    border-radius: 10px;
}

.waitlist-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: 0;
    background: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

.waitlist-popup-close-link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.waitlist-popup-open {
    cursor: pointer;
}