/* Fallback for testimonials when Swiper CSS/JS is delayed or cached. */
.testimonials-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.testimonials-swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 1.5rem;
}

.testimonials-swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc((100% - 3rem) / 3);
}

.testimonials-swiper .swiper-slide {
    height: auto;
}

@media (max-width: 768px) {
    .testimonials-swiper:not(.swiper-initialized) .swiper-slide {
        flex-basis: 100%;
    }
}
