<turbo-stream action="append" target="home_scorers_list"><template>
    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 ">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-white/10 text-white/50">21</span>
    <span class="truncate text-sm font-medium text-white">Mutua</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">0</span>
    <span class="w-6 text-center text-white/55">1</span>
    <span class="w-8 text-center text-amber-300/90">0</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 bg-white/[0.03]">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-white/10 text-white/50">22</span>
    <span class="truncate text-sm font-medium text-white">Issa</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">0</span>
    <span class="w-6 text-center text-white/55">1</span>
    <span class="w-8 text-center text-amber-300/90">0</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 ">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-white/10 text-white/50">23</span>
    <span class="truncate text-sm font-medium text-white">Kimo</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">0</span>
    <span class="w-6 text-center text-white/55">1</span>
    <span class="w-8 text-center text-amber-300/90">0</span>
  </span>
</div>

    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 bg-white/[0.03]">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-white/10 text-white/50">24</span>
    <span class="truncate text-sm font-medium text-white">Mgothi</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-300">0</span>
    <span class="w-6 text-center text-white/55">1</span>
    <span class="w-8 text-center text-amber-300/90">1</span>
  </span>
</div>

</template></turbo-stream>
<turbo-stream action="replace" target="home_scorers_load_more"><template>
  <div id="home_scorers_load_more" class="mt-4 border-t border-white/10 pt-4">
</div>

</template></turbo-stream>