{%- comment -%}
  Five stars, rendered twice by .bsp-rating: once as the muted base row (which
  is the one in flow, so it sizes the box) and once as the violet row that gets
  clipped to the score. Marks are 12px on a 24 viewBox — matched to the 12px
  mono the rest of the stage chrome uses, so the row sits beside the model
  caption as a peer rather than shouting over the render.
{%- endcomment -%}
{%- for i in (1..5) -%}<svg class="bsp-rating-star" viewBox="0 0 24 24" width="12" height="12" fill="currentColor" aria-hidden="true"><path d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>{%- endfor -%}
