#newsletter-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.newsletter-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.newsletter-popup-content {
    position: relative;
    width: 700px;
    max-width: 90%;
    margin: 100px auto;
    background: #fff;
    border-radius: 10px;
    z-index: 2;
}

#newsletter-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 26px;
    cursor: pointer;
}
.popup-subscribe h5 {
	font-size: 18px;
    font-weight: 400;
}