
img[data-ppte-zoomable="true"] { cursor: zoom-in; }
.ppte-zoom-overlay { position: fixed; inset: 0; z-index: 99999; display: none; align-items: center; justify-content: center; background: rgba(2, 8, 23, .92); padding: 4vh 4vw; }
.ppte-zoom-overlay.is-open { display: flex; }
.ppte-zoom-overlay img { max-width: 92vw; max-height: 90vh; object-fit: contain; box-shadow: 0 1.5vw 5vw rgba(0,0,0,.45); }
.ppte-zoom-overlay button { position: absolute; right: 2vw; top: 2vh; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(15,23,42,.8); color: white; font: 600 1.4vw/1 sans-serif; padding: .7vw 1vw; cursor: pointer; }
