/* Review styles go here */

.google-reviews-block {
  padding: 20px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.google-review {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.google-review:last-child {
  border-bottom: none;
}

.google-review strong {
  display: block;
  font-weight: bold;
}
