.tpl-popup{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0.2s ease}.tpl-popup[hidden]{display:none!important}.tpl-popup.is-open{opacity:1;visibility:visible}.tpl-popup__overlay{position:absolute;inset:0;background:rgba(15,15,15,.55)}.tpl-popup__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(640px, 92vw);max-height:85vh;overflow:auto;background:#fff;border-radius:8px;box-shadow:0 12px 40px rgba(0,0,0,.25)}.tpl-popup__close{position:absolute;top:0;align-self:flex-end;z-index:2;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:37px;height:37px;margin:8px 8px 0 0;padding:0;border:0;border-radius:50%;color:#353330!important;font-size:37px;font-weight:200;line-height:1;cursor:pointer}.tpl-popup__close:focus-visible{background:rgba(0,0,0,.85)}.tpl-popup__close:hover{background:none!important}.tpl-popup__close span{display:block;margin-top:-5px}.tpl-popup__content{min-height:0}html.tpl-popup-open,html.tpl-popup-open body{overflow:hidden}