.google-rating-block-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.google-rating-block {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.google-rating-block__aggregate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.google-rating-block__score {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.google-rating-block__stars {
  color: #fbbc04;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.google-rating-block__count {
  color: rgba(17, 17, 17, 0.7);
}

.google-rating-block__link {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.google-rating-block__link:hover {
  text-decoration: underline;
}



/*# sourceMappingURL=google-rating.css.map */
