.testimonial-tab {
  transition: all 0.2s;
}

.testimonial-tab.active {
  background: #111111;
  color: #ffffff;
}

.testimonial-section-title,
.testimonial-section-subtitle {
  font-family: "Inter", sans-serif;
}

.testimonial-card-modern {
  min-height: 218px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  padding: 20px 18px 18px;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

.testimonial-card-stars {
  font-size: 0.9rem;
  letter-spacing: 0.22em;
  color: #8b5cf6;
}

.testimonial-card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-card-avatar,
.testimonial-expert-logo,
.testimonial-award-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card-avatar {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: #707070;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
}

.testimonial-award-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 700;
}

.testimonial-expert-logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}
