/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/testimonial-carousel/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.wp-block-pancheros-testimonial-carousel {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.wp-block-pancheros-testimonial-carousel .f-carousel {
  position: relative;
  transition: height 0.3s ease-in-out;
  width: 100% !important;
}
.wp-block-pancheros-testimonial-carousel .f-carousel.init > :not(:nth-child(1)) {
  display: none;
}
.wp-block-pancheros-testimonial-carousel .f-carousel__nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: calc(280px + 1em);
  margin-top: 1em;
  max-width: 209px;
  position: relative;
  right: 0;
  width: 100%;
}
.wp-block-pancheros-testimonial-carousel .f-carousel__nav button {
  background-color: #F0C75C;
  border-radius: 50%;
  border: 2px solid #FFE3C1;
  box-sizing: border-box;
  height: 40px;
  left: 0 !important;
  padding: 0.5em 1em;
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  width: 40px;
}
.wp-block-pancheros-testimonial-carousel .f-carousel__nav button:hover {
  background-color: #F0C75C;
}
.wp-block-pancheros-testimonial-carousel .f-carousel__nav .is-prev {
  order: 1;
}
.wp-block-pancheros-testimonial-carousel .f-carousel__nav .is-next {
  order: 3;
}
.wp-block-pancheros-testimonial-carousel .f-carousel__nav .count {
  color: #FFE3C1;
  order: 2;
}
.wp-block-pancheros-testimonial-carousel .f-carousel__nav .f-button.is-next svg {
  transform: rotate(180deg);
}
.wp-block-pancheros-testimonial-carousel .f-carousel__nav path {
  stroke: #415465;
}
.wp-block-pancheros-testimonial-carousel .f-carousel.mobile .f-carousel__nav {
  transform: translateY(-100%);
}

@media only screen and (max-width: 1023px) {
  .wp-block-pancheros-testimonial-carousel .f-carousel__nav {
    bottom: 0;
    margin-left: 0;
    margin-top: 1.5em;
  }
  .wp-block-pancheros-testimonial-carousel .f-carousel__nav button {
    padding: 0 0.5em;
  }
  .wp-block-pancheros-testimonial-carousel .is-horizontal .f-carousel__nav .f-button.is-prev {
    left: 0;
  }
}

/*# sourceMappingURL=style-index.css.map*/