.GoogleReview {
  display: flex;
  padding: 10px;
  background: transparent;
}

.GoogleReview-placeID {
  display: none;
}

.GoogleReview-rating {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 2.125rem;
}

.GoogleReview-googleLogo {
  order: 1;
  margin-right: 5px;
}

.GoogleReview-googleLogo {
  width: 40px;
}

.GoogleReview-ratingNumber {
  order: 2;
  margin-right: 5px;
  color: #ffc107;
}

.GoogleReview-stars {
  unicode-bidi: bidi-override;
  position: relative;
  display: inline-block;
  order: 3;
  font-size: 1.5rem;
  color: #cccccc;
}

.GoogleReview-stars::before {
  content: '★★★★★';
  z-index: 1;
  overflow: hidden;
  width: 100%;
  color: #cccccc;
}

.GoogleReview-stars-filled {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0%;
  white-space: nowrap;
  color: gold;
}

.GoogleReview-stars-filled::before {
  content: '★★★★★';
  display: block;
}
