.event-post-body-content{display:flex;gap:24px}.events-gallery{display:flex;flex-direction:column;gap:22px}.events-gallery:has(img){width:400px}.events-gallery img{border-radius:8px}@media (max-width:1024px){.events-gallery:has(img){width:270px}}@media (max-width:768px){.events-gallery:has(img){width:100%}.event-post-body-content{flex-direction:column}}.lightbox{align-items:center;backdrop-filter:blur(3px);background-color:rgba(38,44,61,.6);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.lightbox-content{animation:fadeIn .3s;max-width:1200px;padding:0;position:relative;width:80%}#lightbox-img{border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.2);display:block;max-height:80vh;object-fit:contain;width:100%}.close-btn{align-items:center;background-color:rgba(0,0,0,.3);border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:35px;font-weight:700;height:40px;justify-content:center;position:absolute;right:0;top:-40px;transition:background-color .3s;width:40px;z-index:10000}.close-btn:hover{background-color:rgba(0,0,0,.5)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}