/*
 * sodnamis — testimonials.css
 * Author: sodnamis.lt
 */
.testimonials__score { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 0.5rem; }
.testimonials__score-num { font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem; color: hsl(var(--foreground)); }

.testimonial { display: flex; flex-direction: column; gap: 0.75rem; padding: 1.5rem; }
.testimonial .stars { font-size: 1.05rem; }
.testimonial__title { font-family: var(--font-heading); font-weight: 700; color: hsl(var(--foreground)); }
.testimonial__text { margin: 0; color: hsl(var(--muted-foreground)); font-style: normal; }
.testimonial__author { display: flex; align-items: center; gap: 0.75rem; margin-top: auto; padding-top: 0.5rem; font-size: 0.9rem; }
.testimonial__avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.5rem; height: 2.5rem; border-radius: 9999px;
  background: hsl(var(--primary)); color: #fff; font-family: var(--font-heading); font-weight: 700;
}
