.gallery-container{box-sizing:border-box;width:100%;max-width:100%;padding:1rem .5rem;overflow-x:hidden}.gallery-grid{box-sizing:border-box;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;display:grid}.gallery-item{cursor:pointer;box-sizing:border-box;border-radius:8px;width:100%;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}.gallery-item:hover{transform:translateY(-3px);box-shadow:0 6px 15px #0000001a}.gallery-image-container{box-sizing:border-box;width:100%;padding-bottom:100%;position:relative;overflow:hidden}.gallery-img{-o-object-fit:cover;object-fit:cover;opacity:0;box-sizing:border-box;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.gallery-img.loaded{opacity:1}.gallery-caption{color:#fff;text-align:center;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;background-color:#00386ec7;border-top:1px solid #00386ee6;width:100%;padding:8px;font-size:.85rem;transition:opacity .3s;position:absolute;bottom:0;left:0;overflow:hidden}.gallery-skeleton{aspect-ratio:1;border-radius:8px;overflow:hidden}.gallery-empty-state{text-align:center;color:#666;background-color:#00000008;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:200px;padding:2rem;display:flex}@media screen and (min-width:768px){.gallery-container{box-sizing:border-box;padding:1.5rem}.gallery-grid{box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:15px;width:100%}}@media screen and (min-width:1024px){.gallery-container{box-sizing:border-box;padding:2rem}.gallery-grid{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.gallery-caption{opacity:0}.gallery-item:hover .gallery-caption{opacity:1}}@media screen and (min-width:1440px){.gallery-grid{box-sizing:border-box;grid-template-columns:repeat(5,1fr);width:100%}}.content{box-sizing:border-box;width:100%;max-width:100%;overflow-x:hidden}.lg-container,.lg-outer,.lg-sub-html,.lg-toolbar{box-sizing:border-box;width:100%}
