.image-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:10009}.image-modal__container{position:fixed;inset:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:10010}.image-modal__content{max-width:min(90vw,1200px);max-height:90vh;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.4);box-shadow:0 10px 30px rgba(0,0,0,.4);background:#fff;border-radius:2px;overflow:hidden}.image-modal__img{display:block;max-width:100%;max-height:90vh;height:auto}.image-modal__close{position:fixed;top:16px;right:16px;width:36px;height:36px;border-radius:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:10011}.image-modal__close:focus-visible{-webkit-box-shadow:unset;box-shadow:unset}.image-modal__close:before{content:"";display:block;width:32px;height:32px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:-webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(55%, transparent)),-webkit-gradient(linear, left top, right top, color-stop(45%, transparent), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(55%, transparent));background:linear-gradient(transparent 45%, #fff 45%, #fff 55%, transparent 55%),linear-gradient(90deg, transparent 45%, #fff 45%, #fff 55%, transparent 55%)}.image-modal-trigger-wrapper{width:100%}.image-modal-trigger-inner{position:relative;display:block;margin:0 auto;max-width:80%;max-height:500px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.image-modal-trigger-inner img{max-width:100%;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.image-modal__zoom-icon{position:absolute;right:0px;bottom:0px;width:46px;height:46px;background:rgba(0,0,0,.6);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:32px;pointer-events:none}@media screen and (max-width: 600px){.image-modal__zoom-icon{width:24px;height:24px;font-size:16px}}.image-modal__zoom-icon::before{content:"+";font-weight:bold}.image-modal--open .image-modal__overlay,.image-modal--open .image-modal__container{opacity:1;pointer-events:auto}.image-modal--open .image-modal__close{opacity:1;pointer-events:auto}body.image-modal-lock{overflow:hidden;padding-right:var(--scrollbarWidth, 0px)}.image-modal__overlay,.image-modal__container{cursor:-webkit-zoom-out;cursor:zoom-out}.image-modal__content{cursor:default}