.custom-popup-overlay{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.62);box-sizing:border-box}.custom-popup-overlay.is-open{display:flex}.custom-popup-box{position:relative;width:min(640px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.3);box-sizing:border-box}.custom-popup-close{position:absolute;right:12px;top:10px;width:38px;height:38px;border:0;background:transparent;color:#666;font-size:28px;line-height:38px;cursor:pointer;border-radius:50%;z-index:2}.custom-popup-close:hover{background:#f1f1f1;color:#222}.custom-popup-header{padding:22px 58px 12px 24px;border-bottom:1px solid #eee}.custom-popup-title{margin:0;font-size:24px;line-height:1.25;color:#222}.custom-popup-content{padding:22px 24px}.custom-popup-content>:first-child{margin-top:0}.custom-popup-content>:last-child{margin-bottom:0}.custom-popup-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px 22px;border-top:1px solid #eee}.custom-popup-external-cancel,.custom-popup-external-leave{border:0;border-radius:3px;padding:11px 22px;font-size:15px;cursor:pointer}.custom-popup-external-cancel{background:#ddd;color:#222}.custom-popup-external-leave{background:#1a9b2f;color:#fff}body.custom-popup-lock{overflow:hidden}
