/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/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]!./blocks/src/google-review/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
@media screen and (min-width: 1024px) {
  .wp-block-cl-google-review {
    --f-carousel-slide-width: calc((100% / 2) - 12px);
    --f-carousel-spacing: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-cl-google-review {
    --f-carousel-slide-width: calc((100% / 3) - 32px);
    --f-carousel-spacing: 48px;
  }
}

.google-reviews__content-wrapper {
  color: #4b5673;
}

.google-reviews__company {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.google-reviews__footer {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 16px;
}

.google-reviews__image-wrapper {
  flex: 0 0 80px;
}
.google-reviews__image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.keep-reading-toggle {
  cursor: pointer;
  color: #98a2b3;
  background: none;
  border: none;
  margin-left: 8px;
  font-style: italic;
  text-decoration: underline;
}

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