.easy-cms-gallery-header{margin-bottom:1.5rem;}.easy-cms-gallery-header h1,.easy-cms-gallery-header h2{margin:0 0 0.5rem;}.easy-cms-gallery-lead{margin:0;max-width:40rem;color:var(--muted,#5c5c66);}.easy-cms-gallery{display:grid;gap:1rem;}.easy-cms-gallery--grid{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));}.easy-cms-gallery--list{grid-template-columns:1fr;max-width:44rem;}.easy-cms-gallery--masonry{display:block;column-count:3;column-gap:1rem;}.easy-cms-gallery--masonry>*{break-inside:avoid;margin-bottom:1rem;}.easy-cms-gallery--carousel{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:0.5rem;-webkit-overflow-scrolling:touch;}.easy-cms-gallery--carousel>*{flex:0 0 min(18rem,80vw);scroll-snap-align:start;}.easy-cms-gallery-figure,.easy-cms-gallery-item{margin:0;}.easy-cms-gallery-item--image,.easy-cms-gallery-item--logo{display:block;border-radius:12px;overflow:hidden;background:#f0f0f5;}.easy-cms-gallery-item--image img,.easy-cms-gallery-item--logo img{width:100%;height:auto;display:block;object-fit:cover;}.easy-cms-gallery--grid .easy-cms-gallery-item--image img,.easy-cms-gallery--carousel .easy-cms-gallery-item--image img{aspect-ratio:4 / 3;height:100%;object-fit:cover;}.easy-cms-gallery-item--logo{display:grid;place-items:center;min-height:7rem;padding:1rem;background:#fff;border:1px solid var(--border,#e8e6e1);}.easy-cms-gallery-item--logo img{max-height:4.5rem;width:auto;object-fit:contain;}.easy-cms-gallery-item--logo span{margin-top:0.5rem;font-size:0.85rem;}.easy-cms-gallery-caption{display:block;margin-top:0.4rem;font-size:0.85rem;color:var(--muted,#5c5c66);}.easy-cms-gallery-embed{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#111;}.easy-cms-gallery-embed--video{padding-top:56.25%;}.easy-cms-gallery-embed--audio{padding-top:38%;min-height:10rem;}.easy-cms-gallery-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}.easy-cms-gallery-item--text{padding:1.25rem;border-radius:12px;border:1px solid var(--border,#e8e6e1);background:var(--surface,#fff);}.easy-cms-gallery-item--text h3{margin:0 0 0.5rem;}.easy-cms-gallery-item--quote{margin:0;padding:1.25rem 1.5rem;border-left:4px solid var(--accent,#7c6cf0);background:var(--surface,#f7f7f9);border-radius:0 12px 12px 0;}.easy-cms-gallery-item--quote p{margin:0 0 0.75rem;font-size:1.05rem;}.easy-cms-gallery-item--quote footer{font-size:0.85rem;color:var(--muted,#5c5c66);}.easy-cms-gallery-item--quote footer span{display:block;}.easy-cms-gallery-index{list-style:none;margin:0;padding:0;display:grid;gap:0.75rem;}.easy-cms-gallery-index a{display:flex;justify-content:space-between;gap:1rem;padding:0.9rem 1rem;border:1px solid var(--border,#e8e6e1);border-radius:10px;text-decoration:none;color:inherit;}.easy-cms-gallery-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(10,10,18,0.92);display:flex;align-items:center;justify-content:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity 0.25s ease;}.easy-cms-gallery-lightbox.is-open{opacity:1;pointer-events:auto;}.easy-cms-gallery-lightbox img{max-width:min(1100px,100%);max-height:85vh;border-radius:8px;}.easy-cms-gallery-lightbox-close,.easy-cms-gallery-lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,0.12);color:#fff;width:2.5rem;height:2.5rem;border-radius:999px;cursor:pointer;font-size:1.4rem;}.easy-cms-gallery-lightbox-close{top:1rem;right:1rem;}.easy-cms-gallery-lightbox-prev{left:1rem;}.easy-cms-gallery-lightbox-next{right:1rem;}@media (max-width:900px){.easy-cms-gallery--masonry{column-count:2;}}@media (max-width:640px){.easy-cms-gallery--grid{grid-template-columns:1fr;}.easy-cms-gallery--masonry{column-count:1;}}