/* Force Swiper to use auto height */
.review-swiper .swiper-slide {
    height: auto !important;
    min-height: auto !important;
}

.review-swiper .swiper-wrapper {
    align-items: stretch !important;
}

/* Remove Swiper's default height forcing */
.review-swiper {
    height: auto !important;
}
