.grc-carousel-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 20px 0;
  scroll-snap-type: x mandatory;
}

.grc-review {
  min-width: 300px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.grc-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.grc-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.grc-rating .star {
  color: #ccc;
}

.grc-rating .star.filled {
  color: #ffb400;
}

.grc-time {
  color: #666;
  display: block;
  margin-top: 10px;
}
