.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
}

.google-rating:hover {
	color: #fff;
}

.google-rating:hover #rating-text {
  text-decoration: underline;
}

#stars {
  display: flex;
  gap: 3px;
}

.star {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
