.event-logo { display: block; width: 170px; max-width: 100%; height: auto; border-radius: 4px; }
.event-poster { display: block; width: 100%; height: auto; }
.community-gallery { background: #f4f5f8; scroll-margin-top: 2rem; }
.community-art-card { overflow: hidden; background: #fff; border: 1px solid #e4e6ea; border-radius: 8px; }
.community-image-link { display: block; }
.community-image-link:focus-visible { outline: 3px solid #fb5b21; outline-offset: -3px; }
.community-logo { display: block; width: 100%; height: 220px; object-fit: contain; padding: 24px; }
.community-artwork { display: block; width: 100%; height: auto; }
.community-jacket { display: block; width: 100%; aspect-ratio: 1 / 1.12; object-fit: contain; background: #f1f4f8; border-radius: 4px; }
@media (max-width: 575.98px) {
    .boxing-event h1 { font-size: 2rem; }
    .community-gallery .display-5 { font-size: 2rem; }
    .community-logo { height: 160px; }
}

/* Full-width photos without stretching; keep the existing carousel controls. */
.boxing-event #heroCarousel { width: 100%; }
.boxing-event #heroCarousel .carousel-item img {
    display: block;
    width: 100%;
    height: clamp(420px, 56.25vw, 700px);
    object-fit: cover;
    object-position: center;
}
@media (max-width: 575.98px) {
    #heroCarousel .carousel-caption .cardFont { font-size: 1.75rem !important; }
}
.boxing-photo { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; }


#heroCarousel .carousel-caption {
    background: rgba(34, 36, 41, 0.25);
}

#heroCarousel .carousel-caption h1,
#heroCarousel .carousel-caption h2,
#heroCarousel .carousel-caption h5 {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}

/* Homepage video gallery; scoped to avoid affecting the carousel or navbar. */
.boxing-videos { background: #222429; }
.boxing-video-card { background: #16181c; border: 1px solid #3c3e43; border-radius: 8px; overflow: hidden; text-decoration: none; }
.boxing-video-card:hover, .boxing-video-card:focus-visible { border-color: #fb5b21; }
.boxing-video-card:focus-visible { outline: 3px solid #fb5b21; outline-offset: 4px; }
.boxing-video-thumbnail { position: relative; aspect-ratio: 16 / 9; background: #111; overflow: hidden; }
.boxing-video-thumbnail img { display: block; width: 100%; height: 100%; object-fit: cover; }
.boxing-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #fb5b21; color: #fff; font-size: 24px; padding-left: 3px; box-shadow: 0 3px 16px #0008; }
.boxing-video-badge { position: absolute; right: 12px; bottom: 12px; background: #000c; color: #fff; padding: 3px 9px; border-radius: 4px; font-size: 12px; }
