.rvh-testimonials { max-width: 1100px; margin: 0 auto; }
.rvh-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 22px;
  margin: 18px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.rvh-card__header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.rvh-card__title {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 500;
}

.rvh-card__stars { white-space: nowrap; font-size: 20px; }
.rvh-star--full { color: #f5a623; }
.rvh-star--empty { color: #c9c9c9; }

.rvh-card__meta { margin-top: 10px; color: #222; }
.rvh-card__name { font-size: 18px; margin-bottom: 6px; }
.rvh-card__date { font-size: 16px; color: #444; }

.rvh-card__body { margin-top: 14px; font-size: 18px; color: #222; }
.rvh-card__body p { margin: 0; }

.rvh-card__footer { margin-top: 14px; font-size: 18px; }
.rvh-card__property-label { color: #222; margin-right: 8px; }
.rvh-card__property { color: #1e73be; }

.rvh-testimonials__footer {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px;
}

.rvh-testimonials__more {
  border: 1px solid #d0d0d0;
  background: var(--secondary-beg);
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

.rvh-testimonials__more:disabled { opacity: .6; cursor: default; }

.rvh-testimonials__controls {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 14px;
}

.rvh-testimonials__controls label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.rvh-testimonials__controls select {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 7px 10px;
  background: #fff;
}
