.testimonial-card-v4 {
  border-radius: 14px;
  background: var(--neutral-white, #fff);
  padding: 20px;
}
.testimonial-card-v4 .testimonial-seperator {
  background: var(--neutral-100, #f3f3f3);
  height: 1px;
  width: 100%;
  margin: 16px auto;
  max-width: 80%;
}
.testimonial-card-v4 .testimonial-inner {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 150% */
}
.testimonial-card-v4.featured .testimonial-inner {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.testimonial-card-v4 .testimonial-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-card-v4 .testimonial-footer .flag img,
.testimonial-card-v4 .testimonial-footer .flag svg {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
.testimonial-card-v4 .testimonial-footer .info span {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #333;
  display: block;
}
.testimonial-card-v4 .testimonial-footer .info small {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #ccc;
}/*# sourceMappingURL=testimonial-card.css.map */