:root {
  --swiper-pagination-bottom: 0;
}

.featured-recipes-grid {
  padding: 4rem 0 0 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
  gap: 2rem;
}

.featured-recipes-slider {
  margin-top: var(--wp--preset--spacing--normal);
}
@media (max-width: 1023px) {
  .featured-recipes-slider.swiper {
    overflow: visible;
  }
  .featured-recipes-slider .swiper-wrapper {
    overflow: visible;
  }
}
.featured-recipes-slider .swiper-button-next,
.featured-recipes-slider .swiper-button-prev {
  color: #005624 !important;
}
.featured-recipes-slider .swiper-pagination {
  position: relative;
  margin-top: 3rem;
}
.featured-recipes-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px !important;
  height: 10px;
  width: 10px;
}
.featured-recipes-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #735929 !important;
}/*# sourceMappingURL=block-recipe-slider.css.map */