  .testimonial-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .rating {
    color: #fbbc04; /* Google yellow for stars */
    font-size: 1rem;
  }
  .rating-value {
    color: #333;
    margin-left: 6px;
    font-weight: 600;
  }
  .google-logo {
    height: 20px;
    width: 20px;
  }
  .review-source {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.review-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 4px;
}

.review-stars {
  color: #f4b400; /* Google star gold */
  margin-top: 8px;
  font-size: 16px;
}
