.testimonial-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(2, 18, 32, 0.06);
}
.testimonial-avatar {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
