.google-reviews-carousel {
  width: 100%;
  padding: 20px 0;
}

.grc-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.grc-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.grc-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.grc-name {
  font-weight: bold;
  color: #333;
}

.grc-rating {
  margin-bottom: 10px;
}

.star {
  color: #ccc;
  font-size: 18px;
}

.star.filled {
  color: #fbc02d;
}

.grc-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.grc-date {
  font-size: 12px;
  color: #999;
}

@media (max-width: 767px) {
  .grc-card {
    padding: 15px;
  }
}
