.wv-modal-root{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.wv-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.75);opacity:0;transition:opacity .35s ease}.wv-modal-backdrop.wv-modal-backdrop--visible{opacity:1}.wv-modal-dialog{position:relative;z-index:1;width:90%;max-width:700px;margin:0 auto;border-radius:12px;background:#000;background-color:#000;color-scheme:dark;box-shadow:0 24px 48px -12px rgba(0,0,0,.55),0 0 0 1px rgba(0,0,0,.4);overflow:hidden;opacity:0;transform:translateY(8px) scale(.98);transition:opacity .35s ease,transform .35s ease}.wv-modal-dialog.wv-modal-dialog--visible{opacity:1;transform:translateY(0) scale(1)}.wv-modal-close{position:absolute;top:10px;right:10px;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:22px;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease}.wv-modal-close:hover{background:rgba(0,0,0,.75);transform:scale(1.05)}.wv-modal-close:focus-visible{outline:2px solid hsla(0,0%,100%,.85);outline-offset:2px}.wv-modal-video-wrap{position:relative;width:100%;padding-bottom:56.25%;height:0;background:#000;background-color:#000}.wv-modal-video-wrap iframe,.wv-modal-vimeo-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;background:#000!important;background-color:#000!important}@media (max-width:480px){.wv-modal-close{top:8px;right:8px;width:36px;height:36px;font-size:20px}}