:root{--jg-container-max-width: 1200px;--jg-target-row-height: 200px;--jg-box-spacing: 10px;--jg-border-radius: 4px;--jg-animation-duration: .3s;--jg-shadow-style: 0 2px 4px rgba(0, 0, 0, .1);--jg-hover-transform: scale(1.02);--jg-lightbox-z-index: 9999;--jg-lightbox-object-fit: contain;--jg-caption-bg: rgba(0, 0, 0, .7);--jg-caption-color: white;--jg-caption-font-size: 1em;--jg-lightbox-caption-font-size: 1em;--jg-loading-bg: #f5f5f5;--jg-loading-color: #666}.justified-gallery-container{max-width:var(--jg-container-max-width);margin:0 auto;position:relative}.justified-gallery-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--jg-loading-bg);border-radius:var(--jg-border-radius);color:var(--jg-loading-color)}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.justified-gallery-grid{position:relative;margin:calc(var(--jg-box-spacing) * -.5)}.justified-gallery-item{position:absolute;overflow:hidden;border-radius:var(--jg-border-radius);box-shadow:var(--jg-shadow-style);transition:transform var(--jg-animation-duration) ease,box-shadow var(--jg-animation-duration) ease;cursor:pointer;background:var(--jg-loading-bg)}.justified-gallery-container.lift-hover .justified-gallery-item:hover{transform:var(--jg-hover-transform);box-shadow:0 8px 25px #00000026}.justified-gallery-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:opacity var(--jg-animation-duration) ease,transform var(--jg-animation-duration) ease}.justified-gallery-image[loading=lazy]{opacity:0}.justified-gallery-image.loaded{opacity:1}.justified-gallery-item.hover-fade:hover .justified-gallery-image{opacity:.8}.justified-gallery-item.hover-zoom:hover .justified-gallery-image{transform:scale(1.1)}.justified-gallery-item.hover-overlay:after{content:"";position:absolute;inset:0;background:#0000004d;opacity:0;transition:opacity var(--jg-animation-duration) ease;pointer-events:none}.justified-gallery-item.hover-overlay:hover:after{opacity:1}.justified-gallery-caption{position:absolute;left:0;right:0;padding:.5rem;background:var(--jg-caption-bg);color:var(--jg-caption-color);font-size:var(--jg-caption-font-size);line-height:1.4;transition:opacity var(--jg-animation-duration) ease,transform var(--jg-animation-duration) ease}.justified-gallery-caption.overlay{bottom:0;transform:translateY(0)}.justified-gallery-caption.below{position:static;background:transparent;color:inherit;margin-top:.5rem}.justified-gallery-caption.hover{bottom:0;opacity:0;transform:translateY(100%)}.justified-gallery-item:hover .justified-gallery-caption.hover{opacity:1;transform:translateY(0)}.justified-gallery-item.loading-gray{background:#f5f5f5}.justified-gallery-item.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.justified-gallery-item.loading-blur{background:#f5f5f5;filter:blur(2px)}.justified-gallery-item.loading-blur.loaded{filter:none}.justified-gallery-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--jg-lightbox-z-index);display:grid;grid-template-areas:"lightbox";place-items:center;opacity:0;visibility:hidden;transition:opacity var(--jg-animation-duration) ease,visibility var(--jg-animation-duration) ease}html.justified-gallery-no-scroll,body.justified-gallery-no-scroll{overflow:hidden}.justified-gallery-lightbox.active{opacity:1;visibility:visible}.lightbox-backdrop{grid-area:lightbox;width:100%;height:100%;background:#000000e6;cursor:pointer;z-index:1}.lightbox-content{grid-area:lightbox;display:grid;grid-template-areas:"prev . close" "prev image next" ". caption .";grid-template-rows:3rem minmax(0,1fr) 3rem;grid-template-columns:3rem 1fr 3rem;width:100vw;height:100vh;z-index:2;pointer-events:none}.lightbox-content>*{pointer-events:auto}.lightbox-image{grid-area:image;-o-object-fit:var(--jg-lightbox-object-fit);object-fit:var(--jg-lightbox-object-fit);border-radius:var(--jg-border-radius);justify-self:center;align-self:center;max-width:100%;max-height:100%}.justified-gallery-lightbox[style*="--jg-lightbox-object-fit: contain"] .lightbox-image,.justified-gallery-lightbox[style*="--jg-lightbox-object-fit: cover"] .lightbox-image,.justified-gallery-lightbox[style*="--jg-lightbox-object-fit: fill"] .lightbox-image{width:100%;height:100%}.lightbox-caption{grid-area:caption;text-align:center;color:#fff;padding:.5rem;font-size:var(--jg-lightbox-caption-font-size);align-self:center}.lightbox-close{grid-area:close;justify-self:center;align-self:start;background:#00000080;border:none;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.5rem;cursor:pointer;padding:0;margin:0;line-height:1;border-radius:var(--jg-border-radius);width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;transition:opacity var(--jg-animation-duration) ease,background var(--jg-animation-duration) ease}.lightbox-close:hover{opacity:.7;background:#000000b3}.justified-gallery-lightbox.fancy .lightbox-prev,.justified-gallery-lightbox.fancy .lightbox-next{background:#00000080;border:none;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.2rem;padding:0;margin:0;cursor:pointer;border-radius:var(--jg-border-radius);width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;line-height:1;align-self:center;transition:background var(--jg-animation-duration) ease,opacity var(--jg-animation-duration) ease}.justified-gallery-lightbox.fancy .lightbox-prev:hover,.justified-gallery-lightbox.fancy .lightbox-next:hover{background:#000000b3}.justified-gallery-lightbox.fancy .lightbox-prev{grid-area:prev;justify-self:center;align-self:center}.justified-gallery-lightbox.fancy .lightbox-next{grid-area:next;justify-self:center;align-self:center}@media (max-width: 768px){.justified-gallery-container{margin:0 1rem}.justified-gallery-grid{margin:calc(var(--jg-box-spacing) * -.25)}.lightbox-content{width:100vw;height:100vh}.lightbox-image{max-width:95vw;max-height:95vh}.lightbox-content{grid-template-areas:"close" "image" "caption";grid-template-rows:2.5rem minmax(0,1fr) 2.5rem;grid-template-columns:1fr;position:relative;overflow:hidden}.lightbox-close{font-size:1.25rem;width:2rem;height:2rem;justify-self:end;margin-right:0}.lightbox-image{max-width:100vw;max-height:100%}.justified-gallery-lightbox.fancy .lightbox-prev,.justified-gallery-lightbox.fancy .lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:2rem;height:2rem;font-size:1rem;z-index:3;margin:0}.justified-gallery-lightbox.fancy .lightbox-prev{left:.25rem}.justified-gallery-lightbox.fancy .lightbox-next{right:.25rem}}@media (max-width: 480px){.justified-gallery-caption{font-size:.75rem;padding:.375rem}.justified-gallery-item{border-radius:calc(var(--jg-border-radius) * .5)}.lightbox-content{grid-template-rows:2rem minmax(0,1fr) 2rem;grid-template-columns:1fr}.lightbox-close{font-size:1rem;width:1.5rem;height:1.5rem;justify-self:end;margin-right:.25rem}.lightbox-image{max-width:100vw;max-height:100%}.justified-gallery-lightbox.fancy .lightbox-prev,.justified-gallery-lightbox.fancy .lightbox-next{font-size:.875rem;width:1.5rem;height:1.5rem}.justified-gallery-lightbox.fancy .lightbox-prev{left:.25rem}.justified-gallery-lightbox.fancy .lightbox-next{right:.25rem}}
