.popup-builder-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;display:none;align-items:center;justify-content:center}.popup-builder-modal.show{display:flex !important;opacity:1 !important}.popup-builder-modal.loading{pointer-events:none}.popup-builder-modal.loading::after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;z-index:1000}.popup-builder-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1}.popup-builder-modal__inner_wrap{position:relative;background-color:#fffaf2;max-width:680px;max-height:90%;width:calc(100% - 60px);height:auto;padding:2.5rem;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);z-index:2;overflow-y:auto;border:1px solid hsla(0,0%,100%,.2);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.popup-builder-modal__inner_wrap::-webkit-scrollbar{width:8px}.popup-builder-modal__inner_wrap::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px}.popup-builder-modal__inner_wrap::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:4px}.popup-builder-modal__inner_wrap::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.popup-builder-modal__close-btn{position:absolute;top:15px;right:20px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;font-size:45px;cursor:pointer;color:#333333;color:var(--popup-close-color, #333333);line-height:1;padding:0;width:35px;height:35px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-family:var(--wp--preset--font-family--primary-body)}.popup-builder-modal__close-btn:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15)}@media (max-width: 768px){.popup-builder-modal__inner_wrap{max-width:95%;padding:2rem;border-radius:10px}.popup-builder-modal__close-btn{top:10px;right:15px;width:30px;height:30px;font-size:18px}}@media (max-width: 480px){.popup-builder-modal__inner_wrap{max-width:98%;padding:1.5rem}}
