.custom-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}.custom-popup-overlay.active{display:flex}.custom-popup-box{position:relative;max-width:700px;width:100%;background:#fff;border-radius:8px;overflow:hidden}.custom-popup-close{position:absolute;top:10px;right:10px;background:rgb(255 255 255 / .9);border:none;border-radius:50%;width:32px;height:32px;font-size:20px;line-height:1;cursor:pointer;z-index:2}.custom-popup-image-wrap{position:relative;display:block}.custom-popup{display:flex;width:100%;height:100%}.custom-popup-image{width:100%;height:auto;display:block}.custom-popup-content{padding:16px;text-align:center}.custom-popup-heading{margin:0 0 12px;font-size:20px}.custom-popup-button{display:inline-block;padding:10px 24px;background:#000;color:#fff;text-decoration:none;border-radius:4px}