.testimonialList {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 3px;
}

.testimonialCard {
  padding: 16px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #f8fafc;
}

.testimonialCard strong {
  display: block;
  color: #123d74;
  font-size: 18px;
  margin-bottom: 8px;
}

.testimonialStars {
  color: #f59e0b;
  font-size: 16px;
  margin-left: 8px;
  vertical-align: middle;
}

.starInput {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

.starBtn {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 28px;
  color: #cbd5e1;
  line-height: 1;
  padding: 2px;
}

.starBtn.active {
  color: #f59e0b;
}

.testimonyCounter {
  margin-top: 6px;
  text-align: right;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.testimonyCounter.invalid {
  color: #b91c1c;
}

.testimonialMeta {
  display: block;
  color: #7c2d83;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.testimonialCard p {
  margin: 0;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

#testimonialsPage .serviceContent > h1,
#testimonialsPage .serviceContent > p {
  text-align: center;
}
