.google_reviews {
  color: #fff;
}
.google_reviews .google_reviews_summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 65%;
  max-width: 700px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  padding: 18px 36px;
}
.google_reviews .google_reviews_summary .item_wrap {
  text-align: center;
}
.google_reviews .google_reviews_summary .item_wrap .google_logo {
  width: 36px;
  margin: 0 auto;
}
.google_reviews .google_reviews_summary .item_wrap .google_score {
  display: flex;
  align-items: center;
  gap: 8px;
}
.google_reviews .google_reviews_summary .item_wrap .score_number {
  font-size: 22px;
}
.google_reviews .google_reviews_summary .item_wrap .rating-stars {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.google_reviews .google_reviews_summary .item_wrap .rating-stars-base {
  color: #ccc;
}
.google_reviews .google_reviews_summary .item_wrap .rating-stars-fill {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f5b301;
}
.google_reviews .google_reviews_summary .item_wrap .reviews_trigger {
  background: none;
  border: none;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.google_reviews .google_reviews_summary .google_reviews_notice {
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .google_reviews .google_reviews_summary {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
  .google_reviews .google_reviews_summary .google_reviews_notice {
    margin: 0 !important;
  }
}/*# sourceMappingURL=reviews.css.map */