/*
 * On the Ground — Swiper overrides.
 * Depends on regrow-swiper-bundle (enqueued as dependency via functions.php).
 */

.regrow-on-the-ground__swiper {
  overflow: visible;
}

.regrow-on-the-ground .swiper-wrapper {
  align-items: stretch;
}

.regrow-on-the-ground .swiper-slide {
  height: auto;
}

/* Hide default Swiper nav — custom bottom nav in block markup. */
.regrow-on-the-ground .swiper-button-next,
.regrow-on-the-ground .swiper-button-prev {
  display: none;
}
