.pp-gallery { min-width: 0; }
.pp-gallery button { cursor: pointer; font: inherit; text-transform: none; letter-spacing: normal; }
.pp-gallery .pp-gallery-main { display: block; width: 100%; padding: 0; margin: 0; border: 0; background: transparent; box-shadow: none; cursor: zoom-in; }
.pp-gallery [hidden] { display: none !important; }
.pp-gallery .pp-gallery-main img { display: block; width: 100%; height: auto; max-height: 640px; object-fit: contain; margin: 0; }
.pp-gallery-thumbs { display: flex; gap: 10px; overflow-x: auto; padding: 12px 3px 5px; }
.pp-gallery .pp-gallery-thumb { flex: 0 0 72px; width: 72px; padding: 3px; border: 2px solid #d6d6d6; border-radius: 4px; background: #fff; margin: 0; }
.pp-gallery .pp-gallery-thumb[aria-pressed="true"] { border-color: #222; }
.pp-gallery .pp-gallery-thumb img { display: block; width: 100%; height: 64px; object-fit: contain; margin: 0; }
.pp-gallery button:focus-visible { outline: 3px solid #2874d0; outline-offset: 3px; }
.pp-gallery-dialog { width: min(1100px, 94vw); max-width: 94vw; height: min(850px, 90dvh); max-height: 90dvh; box-sizing: border-box; margin: auto; padding: 52px 50px 42px; border: 0; border-radius: 8px; background: #fff; color: #222; overflow: hidden; }
.pp-gallery-dialog::backdrop { background: rgb(0 0 0 / 80%); }
.pp-gallery-view { height: 100%; display: flex; align-items: center; justify-content: center; touch-action: pan-y pinch-zoom; }
.pp-gallery .pp-gallery-view img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; margin: 0; }
.pp-gallery .pp-gallery-close, .pp-gallery .pp-gallery-prev, .pp-gallery .pp-gallery-next { position: absolute; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; margin: 0; border: 1px solid #ddd; border-radius: 50%; background: #fff; color: #222; font-size: 32px; line-height: 1; z-index: 1; }
.pp-gallery .pp-gallery-close { top: 5px; right: 6px; }
.pp-gallery .pp-gallery-prev { left: 3px; top: calc(50% - 22px); }
.pp-gallery .pp-gallery-next { right: 3px; top: calc(50% - 22px); }
.pp-gallery-count { position: absolute; bottom: 8px; left: 0; width: 100%; text-align: center; margin: 0; font-size: 14px; }
@media (max-width: 600px) { .pp-gallery-dialog { padding: 52px 6px 42px; } .pp-gallery .pp-gallery-thumb { flex-basis: 60px; width: 60px; } .pp-gallery .pp-gallery-thumb img { height: 52px; } }
