.image-gallery .image-gallery__placeholder{align-items:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px;display:flex;justify-content:center;min-height:200px}.image-gallery .image-gallery__grid{display:grid;gap:var(--gap,1rem)}.image-gallery .image-gallery__grid--masonry{-moz-column-count:var(--columns,3);column-count:var(--columns,3);-moz-column-gap:var(--gap,1rem);column-gap:var(--gap,1rem);display:block}.image-gallery .image-gallery__item{display:flex;flex-direction:column;overflow:hidden;-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}.image-gallery__grid--masonry .image-gallery .image-gallery__item{margin-bottom:var(--gap,1rem)}.image-gallery .image-gallery__image-wrapper{border-radius:var(--border-radius,8px);line-height:0;overflow:hidden;position:relative;transition:all .3s ease}.image-gallery[data-hover=zoom] .image-gallery .image-gallery__image-wrapper:hover .image-gallery__image{transform:scale(1.05)}.image-gallery[data-hover=overlay] .image-gallery .image-gallery__image-wrapper:hover:after{background:rgba(0,0,0,.4);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.image-gallery .image-gallery__image{display:block;height:auto;transition:transform .3s ease;width:100%}.image-gallery .image-gallery__caption{background-color:var(--caption-bg,rgba(0,0,0,.7));color:var(--caption-color,#fff);font-size:14px;margin:0;padding:.75rem;text-align:center}.image-gallery .image-gallery__remove{align-items:center;background:rgba(239,68,68,.9);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;line-height:1;opacity:0;position:absolute;right:.5rem;top:.5rem;transition:all .2s;width:32px;z-index:10}.image-gallery__item:hover .image-gallery .image-gallery__remove{opacity:1}.image-gallery .image-gallery__remove:hover{transform:scale(1.1)}.image-gallery .image-gallery__lightbox{align-items:center;background:rgba(0,0,0,.95);display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:9999}.image-gallery .image-gallery__lightbox-close,.image-gallery .image-gallery__lightbox-next,.image-gallery .image-gallery__lightbox-prev{align-items:center;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:32px;height:50px;justify-content:center;line-height:1;position:absolute;transition:all .3s ease;width:50px}.image-gallery .image-gallery__lightbox-close:hover,.image-gallery .image-gallery__lightbox-next:hover,.image-gallery .image-gallery__lightbox-prev:hover{background:hsla(0,0%,100%,.2);transform:scale(1.1)}.image-gallery .image-gallery__lightbox-close{right:1rem;top:1rem}.image-gallery .image-gallery__lightbox-prev{left:1rem;top:50%;transform:translateY(-50%)}.image-gallery .image-gallery__lightbox-prev:hover{transform:translateY(-50%) scale(1.1)}.image-gallery .image-gallery__lightbox-next{right:1rem;top:50%;transform:translateY(-50%)}.image-gallery .image-gallery__lightbox-next:hover{transform:translateY(-50%) scale(1.1)}.image-gallery .image-gallery__lightbox-content{align-items:center;display:flex;flex-direction:column;gap:1rem;max-height:90%;max-width:90%}.image-gallery .image-gallery__lightbox-image{border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.5);height:auto;max-height:calc(90vh - 4rem);max-width:100%}.image-gallery .image-gallery__lightbox-caption{color:#fff;font-size:16px;max-width:600px;text-align:center}@media(max-width:1024px){.image-gallery .image-gallery__grid{grid-template-columns:repeat(2,1fr)!important}.image-gallery .image-gallery__grid--masonry{-moz-column-count:2!important;column-count:2!important}}@media(max-width:767px){.image-gallery .image-gallery__grid{grid-template-columns:1fr!important}.image-gallery .image-gallery__grid--masonry{-moz-column-count:1!important;column-count:1!important}.image-gallery .image-gallery__lightbox{padding:1rem}.image-gallery .image-gallery__lightbox-next,.image-gallery .image-gallery__lightbox-prev{font-size:24px;height:40px;width:40px}}
