.zeffy-modal-overlay{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.zeffy-modal-box{position:relative;background:#fff;border-radius:8px;width:100%;max-width:800px;height:90vh;max-height:90vh;overflow:hidden;box-shadow:0 5px 30px rgba(0,0,0,.5)}.zeffy-modal-close{position:absolute;top:12px;right:16px;z-index:2;background:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.25);color:#222;padding:0}.zeffy-modal-close:hover{background:#f5f5f5}.zeffy-modal-close:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.zeffy-modal-newtab{position:absolute;top:14px;left:14px;z-index:2;font-size:11px;color:#555;text-decoration:none;background:rgba(255,255,255,.92);padding:4px 10px;border-radius:20px;box-shadow:0 1px 4px rgba(0,0,0,.15);line-height:1.5;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif}.zeffy-modal-newtab:hover{color:#000;text-decoration:underline}.zeffy-modal-iframe{display:block;width:100%;height:100%;border:0;background:#fff}@media(max-width:640px){.zeffy-modal-overlay{padding:0}.zeffy-modal-box{border-radius:0;height:100vh;max-height:100vh;max-width:100%}}