.wsf-popup-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;overflow:auto}.wsf-popup-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.wsf-popup-content{background-color:#000;border:5px solid #FFF;border-radius:15px;color:#FFF;padding:25px;margin:3% auto;width:90%;max-width:500px;position:relative;box-shadow:0 5px 15px rgba(0,0,0,.5);box-sizing:border-box;max-height:90vh;overflow-y:auto}.wsf-popup-close{background-color:#FFF;color:#000;border-radius:50%;border:1px solid #000;width:30px;height:30px;font-size:20px;font-weight:700;line-height:30px;text-align:center;position:absolute;top:15px;right:15px;cursor:pointer;padding:0}.wsf-popup-close:hover,.wsf-popup-close:focus{background-color:#f0f0f0;color:#000;text-decoration:none}.wsf-popup-header{display:flex;align-items:center;margin-bottom:20px;gap:15px}.wsf-popup-profile-img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #FFF}.wsf-popup-salutation{background-color:#FFF;color:#000;padding:8px 15px;border-radius:5px;font-size:20px;font-weight:700;margin:0;display:inline-block}.wsf-popup-body{color:#FFF;font-size:15px;line-height:1.7;margin-bottom:20px}.wsf-popup-body p{margin-bottom:10px}.wsf-popup-form-container{margin-bottom:25px}#wsf-popup-modal .wsf-form-field input[type="text"],#wsf-popup-modal .wsf-form-field input[type="email"]{background-color:#E0E0E0;border:1px solid #D0D0D0;border-radius:5px;color:#333;padding:10px 15px;height:48px;font-size:15px;line-height:normal}#wsf-popup-modal .wsf-form-field input::placeholder{color:#666;opacity:1}#wsf-popup-modal .wsf-submit-button{background-color:#C82333;color:#FFF;border:none;border-radius:5px;padding:10px 20px;font-size:16px;font-weight:700;text-transform:uppercase;height:48px;line-height:normal}.wsf-popup-testimonials{margin-top:25px;padding-top:20px;border-top:1px solid #444}.wsf-popup-testimonials .avatar-row{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.wsf-popup-testimonials h3{font-size:18px;color:#FFF;margin-bottom:15px;text-align:center}.wsf-testimonials-slider .wsf-testimonial-item{background-color:#FFF;color:#000;border-radius:10px;padding:20px;margin-bottom:15px;text-align:left}.wsf-testimonial-img{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-bottom:0;border:2px solid #707070}.wsf-testimonial-desc{color:#333;font-size:15px;font-style:normal;line-height:1.6;margin-bottom:10px}.wsf-testimonial-desc::before{content:"\\201C";font-size:28px;margin-right:5px;color:#B0B0B0}.wsf-testimonial-desc::after{content:"\\201D";font-size:28px;margin-left:5px;color:#B0B0B0}.wsf-testimonial-author{background-color:#C82333;color:#FFF;padding:10px 15px;border-radius:5px;display:inline-block;margin-top:15px;font-size:14px;font-weight:700}.wsf-testimonial-author .wsf-testimonial-post{font-weight:400;color:#FFF;font-size:13px;display:block}body.wsf-popup-open{overflow:hidden}@media (prefers-color-scheme:dark){.wsf-popup-close:not(input){}}