.wcrc-carousel {
  width: 100%;
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding:10px !important;
}
.wcrc-review-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.wcrc-stars {
  color: #f5b800;
  margin-bottom: 10px;
}
.wcrc-comment {
  font-style: italic;
  margin-bottom: 10px;
}
.wcrc-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wcrc-thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}
