.gallery-layout{display:grid;gap:8px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.gallery-masonry{columns:3 250px;column-gap:8px}.gallery-masonry .gallery-item{break-inside:avoid;margin-bottom:8px}.gallery-slideshow{grid-template-columns:1fr;max-width:800px;margin:0 auto}.gallery-slideshow-container{max-width:800px;margin:0 auto}.gallery-slideshow-main{position:relative;cursor:pointer;background:#f5f5f5;border-radius:4px;overflow:hidden;text-align:center}.gallery-slideshow-main img{max-width:100%;max-height:500px;object-fit:contain;display:block;margin:0 auto}.gallery-slideshow-controls{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 0}.gallery-slideshow-btn{background:#0000000f;border:1px solid rgba(0,0,0,.1);color:#333;font-size:1.5rem;cursor:pointer;padding:4px 14px;border-radius:4px;line-height:1;transition:background .2s}.gallery-slideshow-btn:hover{background:#0000001f}.gallery-slideshow-counter{font-size:.9rem;color:#666;min-width:50px;text-align:center}.gallery-slideshow-caption{text-align:center;font-size:.85rem;color:#666;padding:4px 0 8px}.gallery-slideshow-credit{color:#999;font-style:italic}.gallery-slideshow-standalone .gallery-slideshow-main img{max-height:600px}.gallery-item{position:relative;overflow:hidden;border-radius:4px;cursor:pointer;background:#f5f5f5}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.gallery-grid .gallery-item{aspect-ratio:4/3}.gallery-item:hover img{transform:scale(1.03)}.gallery-item-caption{position:absolute;bottom:0;left:0;right:0;padding:8px 12px;background:linear-gradient(transparent,#000000b3);color:#fff;font-size:.85rem;opacity:0;transition:opacity .2s ease}.gallery-item:hover .gallery-item-caption{opacity:1}.bp-gallery-embed-rendered{margin:1.5rem 0}.bp-gallery-embed-rendered .gallery-layout{gap:6px}.bp-gallery-embed-rendered .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.bp-gallery-embed-rendered .gallery-grid .gallery-item{aspect-ratio:4/3;max-height:300px}@media (max-width: 640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-masonry{columns:2}.bp-gallery-embed-rendered .gallery-grid{grid-template-columns:repeat(2,1fr)}}
