.review-container {
  display: flex;
  align-items: center;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  max-width: 380px;
}

.google-logo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.review-details {
  display: flex;
  flex-direction: column;
}

.rating-container {
  display: flex;
  align-items: center;
}

.rating {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.stars {
  color: #ffa600 !important;
  font-size: 16px;
  margin-left: 5px;
}

.total-reviews {
  font-size: 14px;
  font-weight: bold;
  color: #524fff;
  margin-left: 10px;
}

.location {
  font-size: 12px;
  color: #c2c2c2;
}