/* VibeCMS Gallery Block 6.5.22.9 */
.vibe-gallery{display:grid;width:100%;margin:18px 0;box-sizing:border-box;clear:both}.vibe-gallery *{box-sizing:border-box}.vibe-gallery-gap-thin{gap:6px}.vibe-gallery-gap-normal{gap:12px}.vibe-gallery-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.vibe-gallery-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.vibe-gallery-item{position:relative;min-width:0;margin:0!important;padding:0!important;overflow:hidden;background:#f1f5f9}.vibe-gallery-item img{display:block;width:100%!important;max-width:100%!important;margin:0!important;border:0!important;border-radius:0!important}.vibe-gallery-crop-43 .vibe-gallery-item img{aspect-ratio:4/3;object-fit:cover;height:auto}.vibe-gallery-crop-original .vibe-gallery-item img{height:auto;object-fit:contain;background:#fff}.vibe-gallery-item figcaption{display:block;margin:0;padding:7px 8px;background:#fff;border:1px solid #eef2f7;border-top:0;font-size:11px;line-height:1.45;color:#64748b}.vibe-gallery-item figcaption strong{color:#475569;font-weight:700}.vibe-gallery[data-count="5"].vibe-gallery-cols-3 .vibe-gallery-item:nth-last-child(2){grid-column:1/2}.vibe-gallery[data-count="5"].vibe-gallery-cols-3 .vibe-gallery-item:last-child{grid-column:2/3}@media(max-width:700px){.vibe-gallery-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.vibe-gallery[data-count="3"].vibe-gallery-cols-3 .vibe-gallery-item:last-child{grid-column:1/-1}.vibe-gallery[data-count="5"].vibe-gallery-cols-3 .vibe-gallery-item:nth-last-child(2),.vibe-gallery[data-count="5"].vibe-gallery-cols-3 .vibe-gallery-item:last-child{grid-column:auto}.vibe-gallery-gap-normal{gap:8px}}@media(max-width:390px){.vibe-gallery-gap-thin{gap:4px}.vibe-gallery-item figcaption{font-size:10px;padding:5px 6px}}
