.o9-gallery{--gallery-count:var(--gallery-columns);margin:1rem 0}.o9-gallery-track{display:grid;grid-template-columns:repeat(var(--gallery-count),minmax(0,1fr));gap:var(--gallery-gap)}.o9-gallery .o9-gallery-item{margin:0;min-width:0;break-inside:avoid}.o9-gallery-item a{display:block}.o9-gallery-item img{display:block;width:100%;height:auto;aspect-ratio:var(--gallery-ratio);object-fit:var(--gallery-fit);border-radius:var(--radius,12px)}.o9-gallery-item figcaption{font-size:.9em;padding:.5rem 0;color:var(--color-muted,#666)}.o9-gallery--masonry .o9-gallery-track{display:block;columns:var(--gallery-count);column-gap:var(--gallery-gap)}.o9-gallery--masonry .o9-gallery-item{margin-bottom:var(--gallery-gap)}.o9-gallery--masonry img{aspect-ratio:auto}.o9-gallery--collage .o9-gallery-item:first-child{grid-column:span min(2,var(--gallery-count));grid-row:span 2}.o9-gallery--collage .o9-gallery-item:first-child a{height:100%}.o9-gallery--collage .o9-gallery-item:first-child img{height:100%;min-height:0}.o9-gallery--collage .o9-gallery-item:first-child:has(figcaption) a{height:calc(100% - 2.5rem)}.o9-gallery--carousel .o9-gallery-track{display:flex;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:thin}.o9-gallery--carousel .o9-gallery-item{flex:0 0 calc((100% - (var(--gallery-count) - 1)*var(--gallery-gap))/var(--gallery-count));scroll-snap-align:start}.o9-gallery-controls{display:flex;justify-content:center;gap:.75rem;margin:.75rem 0}.o9-gallery-controls button,.o9-gallery-lightbox>button{border:1px solid currentColor;border-radius:var(--radius,8px);background:var(--color-background,#fff);color:var(--color-text,#222);padding:.5rem 1rem;cursor:pointer}.o9-gallery-lightbox{border:0;padding:3rem 1rem 1rem;border-radius:var(--radius,12px);max-width:95vw;max-height:95vh;background:var(--color-background,#fff);color:var(--color-text,#222)}.o9-gallery-lightbox::backdrop{background:#000c}.o9-gallery-lightbox>button{position:absolute;right:.5rem;top:.5rem}.o9-gallery-lightbox>img{display:block;width:auto;height:auto;max-width:88vw;max-height:70vh;object-fit:contain;margin:auto}.o9-gallery-lightbox>p{text-align:center;margin:.5rem 0}@media(max-width:1100px){.o9-gallery{--gallery-count:var(--gallery-tablet)}}@media(max-width:600px){.o9-gallery{--gallery-count:var(--gallery-mobile)}}
