.EventGallery_eventGallery__kBsqi{display:flex;flex-direction:column;gap:1.5rem}.EventGallery_grid__Jn1xb{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--spacing-x1·5);margin-top:var(--spacing-x2);align-items:stretch}.EventGallery_imageWrapper__LLkn8{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .2s ease;aspect-ratio:4/3}.EventGallery_imageWrapper__LLkn8:hover{transform:scale(1.02)}.EventGallery_image__vYKoR{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.EventGallery_seeAllBtn__390SR{grid-column:1/-1;justify-self:center;padding-top:var(--spacing-x1)}.EventGallery_seeAllBtn__390SR button{display:flex;gap:var(--spacing-x1);align-items:center;background-color:transparent;border:1.5px solid var(--text-primary);transition:background-color .3s ease-in-out}.EventGallery_seeAllBtn__390SR button:hover{background-color:rgba(0,0,0,.05)}