<turbo-stream action="replace" target="recommended_ranking"><template>
  <turbo-frame id="recommended_ranking">
  <div class="w-full bg-secondary">
    <div class="px-3 md:px-0">
      <h2 class="font-bold text-primary text-xl my-6 md:my-0">
        <span class="leading-10 text-2xl decoration-yellow-300 decoration-8 underline">
          2026/02/21
        </span>の<br>全国おすすめイベントランキング
      </h2>
      <div class="my-3">
        <ul class="flex gap-4 justify-center">
            <li>
              <a class="underline text-primary font-bold text-sm md:text-lg" data-turbo-stream="true" href="/rankings/recommendeds?date=2026-04-05">4/5</a>
            </li>
            <li>
              <a class="underline text-primary font-bold text-sm md:text-lg" data-turbo-stream="true" href="/rankings/recommendeds?date=2026-04-06">4/6</a>
            </li>
            <li>
              <a class="underline text-primary font-bold text-sm md:text-lg" data-turbo-stream="true" href="/rankings/recommendeds?date=2026-04-07">4/7</a>
            </li>
            <li>
              <a class="underline text-primary font-bold text-sm md:text-lg" data-turbo-stream="true" href="/rankings/recommendeds?date=2026-04-08">4/8</a>
            </li>
            <li>
              <a class="underline text-primary font-bold text-sm md:text-lg" data-turbo-stream="true" href="/rankings/recommendeds?date=2026-04-09">4/9</a>
            </li>
            <li>
              <a class="underline text-primary font-bold text-sm md:text-lg" data-turbo-stream="true" href="/rankings/recommendeds?date=2026-04-10">4/10</a>
            </li>
            <li>
              <a class="underline text-primary font-bold text-sm md:text-lg" data-turbo-stream="true" href="/rankings/recommendeds?date=2026-04-11">4/11</a>
            </li>
        </ul>
      </div>
      <div class="text-gray-500 md:h-12 text-xs my-4">
        過去結果を元にした、期待が持てるイベントのランキングです。
      </div>
      
    </div>
  </div>
</turbo-frame>

</template></turbo-stream>