.td-post-image-open{
  position:relative;
  display:block;
  width:100%;
  padding:0;
  border:0;
  border-radius:16px;
  overflow:hidden;
  background:#edf4f8;
  cursor:zoom-in;
  text-align:center;
  line-height:0;
}
.td-post-image-open:focus{outline:3px solid rgba(0,151,178,.32);outline-offset:2px}
.td-post-image-open .post-img{display:block;width:100%;max-height:680px;object-fit:contain;margin:0!important;background:#edf4f8}
.td-post-image-zoom{position:absolute;right:12px;bottom:12px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(3,27,58,.78);color:#fff;font-size:22px;line-height:1;box-shadow:0 8px 20px rgba(0,0,0,.2);pointer-events:none}
.td-image-viewer{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;background:rgba(2,13,29,.94);padding:58px 18px 24px;overscroll-behavior:contain}
.td-image-viewer.is-open{display:flex}
.td-image-viewer-stage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.td-image-viewer-img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 18px 60px rgba(0,0,0,.42);touch-action:pinch-zoom}
.td-image-viewer-close{position:fixed;z-index:2;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:31px;line-height:1;cursor:pointer;backdrop-filter:blur(8px)}
.td-image-viewer-close:hover,.td-image-viewer-close:focus{background:#fff;color:#082b63;outline:none}
.td-image-viewer-help{position:fixed;left:50%;bottom:max(12px,env(safe-area-inset-bottom));transform:translateX(-50%);padding:7px 13px;border-radius:999px;background:rgba(0,0,0,.48);color:#fff;font-size:12px;white-space:nowrap;pointer-events:none}
.td-image-viewer-error{display:none;color:#fff;text-align:center;font-weight:700}
.td-image-viewer.has-error .td-image-viewer-img{display:none}
.td-image-viewer.has-error .td-image-viewer-error{display:block}
body.td-image-viewer-open{overflow:hidden!important;touch-action:none}
@media(max-width:767.98px){
 .td-post-image-open{border-radius:12px}
 .td-post-image-open .post-img{max-height:520px}
 .td-post-image-zoom{width:36px;height:36px;font-size:19px;right:9px;bottom:9px}
 .td-image-viewer{padding:58px 0 max(18px,env(safe-area-inset-bottom))}
 .td-image-viewer-img{border-radius:0;max-width:100vw;max-height:calc(100dvh - 82px)}
 .td-image-viewer-help{font-size:11px}
}
