@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap;");
.google-reviews-block__data {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.google-reviews-block__stars {
  width: max-content;
  margin-right: 12px;
  line-height: 18px;
}
.google-reviews-block__stars .fa-star,
.google-reviews-block__stars .fa-star-half-alt,
.google-reviews-block__stars .fa-star-half-stroke {
  color: #fbbc04;
  height: 18px;
  width: 18px;
}
.google-reviews-block__rating {
  margin-right: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
}
.google-reviews-block__count {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.google-reviews-block__icon {
  display: flex;
  gap: 6px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.google-reviews-block__icon .googleIcon {
  width: 14px;
  height: 14px;
}
.google-reviews-block__icon p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
/*# sourceMappingURL=google-reviews.css.map */
