/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/google-reviews/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.wp-block-c-block-google-reviews {
  background-color: #f7f2e7;
}
.wp-block-c-block-google-reviews .section-header {
  text-align: center;
}
.wp-block-c-block-google-reviews .section-title {
  margin: 0 0 24px;
}
.wp-block-c-block-google-reviews + .has-background,
.wp-block-c-block-google-reviews + .wp-block-c-block-repair-zone {
  margin-top: 0;
}

.google-reviews {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 0;
  --f-carousel-dot-color: #e1b74d;
  --f-carousel-dot-opacity: 0.34;
}
.google-reviews .f-carousel__track {
  align-items: flex-start;
}
.google-reviews .f-carousel__dots {
  position: relative;
  margin: 32px 0 0 !important;
  bottom: unset;
}
.google-reviews .f-carousel__dots li button {
  height: 8px;
}
.google-reviews .f-carousel__dots li button:active, .google-reviews .f-carousel__dots li button:focus, .google-reviews .f-carousel__dots li button:hover {
  box-shadow: none;
}

.google-review {
  text-align: center;
  background-color: #fff;
  --f-carousel-slide-padding: 32px;
  border-radius: 12px;
}
.google-review .author {
  display: block;
  margin: 16px 0 0;
  color: #707070;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 2px;
}
.google-review .author:before {
  content: "- ";
}

.google-reviews-nav {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 2px;
  --f-button-border-radius: 100px;
  --f-button-svg-stroke-width: 3px;
  --f-button-svg-width: 15px;
  --f-button-svg-height: 15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.stars-wrapper {
  text-align: center;
  line-height: 1;
  margin: 0 0 15px;
}
.stars-wrapper .stars {
  display: inline-block;
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  position: relative;
  line-height: 1;
  margin: 0 auto;
  font-size: 1.25em;
}
.stars-wrapper .stars:before, .stars-wrapper .stars:after {
  display: inline-block;
  content: "\f005\f005\f005\f005\f005";
}
.stars-wrapper .stars:before {
  position: relative;
  color: #cfcfcf;
}
.stars-wrapper .stars:after {
  position: absolute;
  top: 0;
  left: 0;
  color: #e1b74d;
  overflow: hidden;
  width: var(--rating-width);
}

.review-content {
  font-size: 0.875em;
}

@media only screen and (min-width: 1024px) {
  .wp-block-c-block-google-reviews .section-header {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .google-reviews {
    margin: 50px 0 0;
  }
  .google-review {
    --f-carousel-slide-width: calc((100% / 3) - 30px);
    --f-carousel-spacing: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .wp-block-c-block-google-reviews .section-title {
    margin-bottom: 32px;
  }
  .wp-block-c-block-google-reviews .section-description {
    margin: 0;
  }
  .wp-block-c-block-google-reviews .section-header {
    margin-bottom: 56px;
  }
  .stars-wrapper {
    margin: 0 0 24px;
  }
  .stars-wrapper .stars {
    font-size: 1.65em;
  }
  .google-reviews {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .google-reviews .f-button {
    --f-button-height: 50px;
    --f-button-width: 50px;
    --f-button-bg: #ffffff;
    --f-button-border: none;
    --f-button-border-radius: 100%;
    --f-button-next-pos: -70px;
    --f-button-prev-pos: -70px;
  }
  .google-reviews .f-button:hover {
    background-color: #ffffff !important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    color: #000000;
  }
  .google-review {
    background: none;
    --f-carousel-slide-padding: 0 12px;
    --f-carousel-spacing: 0;
    --f-carousel-slide-width: calc((100% / 3));
  }
  .google-review-inner {
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 35px;
    padding: 40px;
  }
  .google-review-inner .author {
    text-transform: uppercase;
  }
  .google-reviews-nav {
    display: block;
  }
  .google-review-button[disabled] {
    opacity: 0.3;
  }
}
@media only screen and (min-width: 1600px) {
  .stars-wrapper {
    margin: 0 0 40px;
  }
  .stars-wrapper .stars {
    font-size: 1.875em;
  }
  .google-review .author {
    margin-top: 40px;
  }
  .wp-block-c-block-google-reviews .section-title {
    margin-bottom: 40px;
  }
}

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