.enlargeable-image { cursor: zoom-in; }
.enlargeable-image:focus-visible { outline: 3px solid #0875c9; outline-offset: 4px; }
.image-viewer { border: 0; padding: 48px 20px 20px; width: min(96vw, 1400px); max-width: none; max-height: 94vh; background: #071b2b; color: #fff; box-shadow: 0 20px 70px #0008; overflow: auto; }
.image-viewer::backdrop { background: rgba(3, 14, 23, .86); }
.image-viewer img { display: block; max-width: 100%; max-height: calc(94vh - 110px); width: auto; height: auto; object-fit: contain; margin: auto; }
.image-viewer p { margin: 12px 0 0; text-align: center; font: 15px/1.4 "DM Sans", sans-serif; }
.image-viewer-close { position: absolute; right: 10px; top: 6px; border: 0; background: transparent; color: #fff; font: 36px/1 sans-serif; cursor: pointer; min-width: 44px; min-height: 44px; }
.image-viewer-close:focus-visible { outline: 2px solid #fff; }
