#groups-swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
}

#groups-swiper .swiper-slide,
#activity-swiper .swiper-slide {
    flex-shrink: 0;
    width: auto;
}

#groups-swiper {
    overflow: hidden;
}

#activity-swiper {
    overflow: hidden;
    height: 30rem; /* Adjusted height for 3.5 full-width cards */
}
