#zsp-popups-root{z-index:99999;position:relative}.zsp-popup-overlay{background:#0000008c;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.zsp-popup-overlay.is-open{display:flex}.zsp-popup{background:#fff;border-radius:12px;width:min(720px,100%);max-height:min(85vh,900px);position:relative;overflow:auto;box-shadow:0 20px 60px #00000059}.zsp-popup-close{backdrop-filter:blur(6px);background:linear-gradient(#fff,#ffffffb3);justify-content:flex-end;padding:10px;display:flex;position:sticky;top:0}.zsp-popup-close button{color:#fff;cursor:pointer;background:#111;border:0;border-radius:10px;padding:8px 12px}.zsp-popup-body{padding:14px 16px 18px}