.pet-modal,.pet-modals .pet-modal,.pet-wrapper .pet-modal{backdrop-filter:blur(2px);background-color:rgba(0,0,0,.6);cursor:pointer;height:100%;left:0;opacity:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transition:opacity .3s ease-out,visibility 0s .3s;visibility:hidden;width:100%;z-index:999999999}.pet-modal[data-pet-show],.pet-modals .pet-modal[data-pet-show],.pet-wrapper .pet-modal[data-pet-show]{display:block;opacity:1;transition:opacity .3s ease-out,visibility 0s 0s;visibility:visible}.pet-modal-wrapper,.pet-modals .pet-modal-wrapper,.pet-wrapper .pet-modal-wrapper{display:flex;margin:0 auto;max-width:var(--pet-modal-max-width);padding:15px}.pet-modal-close,.pet-modals .pet-modal-close,.pet-wrapper .pet-modal-close{background:none;border:none;cursor:pointer;display:flex;padding:0;position:absolute;right:10px;top:10px;width:20px;z-index:2}.pet-modal-close svg,.pet-modals .pet-modal-close svg,.pet-wrapper .pet-modal-close svg{fill:#505050}.pet-modal-close:before,.pet-modals .pet-modal-close:before,.pet-wrapper .pet-modal-close:before{background:#fff;border-radius:50%;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:-1}.pet-modal-close:focus-visible,.pet-modals .pet-modal-close:focus-visible,.pet-wrapper .pet-modal-close:focus-visible{border-radius:50%;outline-color:var(--pet-focus-color,#0071e3);outline-offset:var(--pet-focus-offset,2px);outline-style:var(--pet-focus-style,solid);outline-width:var(--pet-focus-width,2px)}.pet-modal-content,.pet-modals .pet-modal-content,.pet-wrapper .pet-modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.175);border-radius:.5rem;display:flex;flex-direction:column;outline:none;padding:20px;position:relative;transition:all .3s ease-out;width:100%}.pet-modal-content iframe,.pet-modals .pet-modal-content iframe,.pet-wrapper .pet-modal-content iframe{display:block}