.bs-image-viewer-trigger{cursor:zoom-in !important} .bs-image-viewer{position:fixed;inset:0;z-index:12000;display:none;align-items:center;justify-content:center;padding:16px;background:rgba(2,18,12,.78);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)} .bs-image-viewer.is-open{display:flex} .bs-image-viewer-dialog{position:relative;display:flex;align-items:center;justify-content:center;width:min(600px,calc(100vw - 32px));max-height:min(500px,calc(100dvh - 48px));padding:10px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:#ffffff;box-shadow:0 28px 90px rgba(0,0,0,.38);overflow:hidden} .bs-image-viewer-image{display:block;width:auto;max-width:100%;height:auto;max-height:min(480px,calc(100dvh - 68px));object-fit:contain;border-radius:12px;background:transparent} .bs-image-viewer-close{position:absolute;top:10px;right:10px;z-index:2;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(10,65,44,.18);border-radius:999px;background:rgba(255,255,255,.94);color:#0b3b29;font:400 28px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.16)} html[dir="rtl"] .bs-image-viewer-close{right:auto;left:10px} html.bs-image-viewer-open,html.bs-image-viewer-open body{overflow:hidden !important} html[data-theme="dark"] .bs-image-viewer-dialog{border-color:#2d674c;background:#0d2a1e} html[data-theme="dark"] .bs-image-viewer-close{border-color:#3a7758;background:#123827;color:#ffffff} @media(max-width:640px){.bs-image-viewer{padding:10px} .bs-image-viewer-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);padding:8px;border-radius:15px} .bs-image-viewer-image{max-height:calc(100dvh - 40px)}}