/* Elementor Testimonial Stars
   Customize these styles as needed. Keep classes the same to match the injected markup. */

.testimonial-stars {
  /* Layout suggestions (adjust to taste) */
  display: inline-flex;            /* or block/flex depending on your layout */
  gap: 0.25rem;                    /* space between stars */
  margin-top: 0.25rem;             /* space under the name */
  align-items: center;
}

.testimonial-star {
  /* Size your stars; SVG will scale */
  width: 16px;
  height: 16px;
  display: inline-block;

  /* Optional: tint if your SVG supports currentColor */
  /* filter: none; */
  /* color: #f5a623; */
}

/* Example responsive tweak */
/*
@media (min-width: 768px) {
  .testimonial-star {
    width: 18px;
    height: 18px;
  }
}
*/