/* Keep Swiper 11 layout math, but don't force demo 100% heights onto our cards. */
.swiper {
  height: auto;
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.blog-carousel-track.swiper-wrapper,
.testimonial-track.swiper-wrapper {
  gap: 0;
}
.testimonial-card.swiper-slide {
  width: 340px;
  max-width: 340px;
  flex: 0 0 340px;
}
.blog-carousel-track .blog-card.swiper-slide {
  flex: 0 0 auto;
}
.blog-carousel-track .blog-card.swiper-slide:hover {
  transform: translateY(-4px);
}
