.cfp-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 999999;
    justify-content: center;
    align-items: center;
	backdrop-filter: blur(20px);
}

.cfp-popup.active {
    display: flex;
}

.cfp-popup-content {
    position: relative;
    width: 90%;
    max-width: 650px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    border: 1px solid #D4A0172E !important;
}

.cfp-close {
   position: absolute;
    top: 20px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 32px;
    cursor: pointer !important;
    padding: 0;
    line-height: 0;
	color:#000 !important;
}

body.cfp-popup-open {
    overflow: hidden;
}

#cfp-popup #form_contact-form {margin-top: 15px !important;}