.rc-carousel .rc-review {
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: 0 10px;
}

.rc-review {
  display: flex !important;
  gap: 1rem;
  align-items: flex-start;
}

.rc-review-left {
  flex: 1;
  max-width: 120px;
}

.rc-review-right {
  flex: 3;
}
.rc-review-card {
  background: #f2f2f2;
  padding: 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}
.rc-review-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.rc-review-top {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.rc-thumb img {
	width: 64px;
	object-fit: cover;
	border-radius: 50% !important;
}
.rc-product-name {
  font-weight: bold;
  margin-top: 0.5rem;
}

.rc-review-content {
  flex: 1;
}

.rc-product-name {
  font-weight: bold;
  margin: 0 0 0.3rem 0;
}

.rc-stars {
  color: #f5a623;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.rc-stars .star {
  opacity: 0.3;
}
.rc-stars .star.filled {
  opacity: 1;
}

.rc-date {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.rc-review-bottom {
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

.rc-comment {
	font-size: 0.95rem;
	line-height: 1.4;
	margin-bottom: 0.4rem;
}
.rc-author {
	font-weight: 500;
	color: #555;
	font-size: 0.9rem;
	text-align: right;
	margin-bottom: 0.4rem;
}