{% import '../../css/variable/_variables.css' %}

/* ── Stats panel: show only the active panel (synced with slider) ── */
.testimonial-stats-section__stats-panel {
  display: none;
}

.testimonial-stats-section__stats-panel.is-active {
  display: block;
}
