COMPONENT: Stars
VARIANTS: sm | default | lg + optional count label
Read-only 5-star rating display. Caller emits filled (fa-solid fa-star) and empty (fa-light fa-star) icons; the component styles the wrapper + icon color/opacity.
<div class="stars"><i class="fa-solid fa-star"></i>...</div>
Append a .stars-count span after the icons.
<span class="stars-count">4.8 · 124 reviews</span>