.google-review {
  color: #1f1f1f;
  width: 410px;
  padding: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.google-review__stars {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.google-review__stars .stars {
  color: #ffbb29;
  display: flex;
  gap: 2px;
}
.google-review__stars .date {
  font-size: 0.8em;
}
.google-review__stars .google-link {
  font-size: 0.8em;
  color: #6231c5;
  text-align: right;
  flex-grow: 1;
}
.google-review__text {
  margin-top: 16px;
}

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