#ffw-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .6);z-index:9999;align-items:center;justify-content:center}#ffw-popup-overlay.active{display:flex}#ffw-popup-box{position:relative;border-radius:8px;box-shadow:0 4px 20px rgb(0 0 0 / .25);width:90%;padding:24px;max-height:85vh;overflow-y:auto}#ffw-popup-close{position:absolute;top:10px;right:14px;background:none;border:none;font-size:24px;line-height:1;cursor:pointer}@media (min-width:768px){#ffw-popup-box{width:60%;padding:50px}}@media (min-width:1024px){#ffw-popup-box{width:600px}}body.ffw-popup-open{overflow:hidden}