
<div class="grid gap-6 lg:grid-cols-[220px_minmax(0,1fr)]" data-selected-date="2026-05-15" data-preselected-slot-id="1">
  <div class="space-y-4">
    <h2 class="text-sm font-semibold uppercase tracking-wide text-slate-400">Choose a date</h2>
    <div class="flex flex-col gap-2">
        <a data-turbo-frame="schedule_booth_1" class="rounded-2xl border px-4 py-3 text-left transition duration-200 border-accent bg-accent/10 text-accent shadow-sm" href="/en/booths/1/slots?date=2026-05-15">
          <p class="text-sm font-semibold">Friday, May 15, 2026</p>
          <p class="text-xs text-slate-400">4 slots</p>
</a>    </div>
  </div>

  <div class="space-y-4">
    <h2 class="text-sm font-semibold uppercase tracking-wide text-slate-400">Choose a time</h2>
    <div class="grid gap-3 sm:grid-cols-2 xl:grid-cols-3">
        <button type="button"
                class="rounded-2xl border px-4 py-3 text-left text-sm transition duration-200 border-slate-100 bg-white text-slate-600 hover:border-accent/40 hover:text-slate-900"
                data-slot-selector-slot-id-value="1"
                data-slot-selector-date-value="2026-05-15"
                data-slot-selector-date-label-value="Friday, May 15, 2026"
                data-slot-selector-start-value="10:00"
                data-slot-selector-end-value="10:30"
                data-slot-selector-available="true"
                data-slot-selector-target="slotButton"
                data-action="slot-selector#select">
          <p class="text-sm font-semibold text-slate-900">10:00 – 10:30</p>
            <p class="mt-1 text-xs text-slate-400">Available</p>
        </button>
        <button type="button"
                class="rounded-2xl border px-4 py-3 text-left text-sm transition duration-200 border-slate-100 bg-white text-slate-600 hover:border-accent/40 hover:text-slate-900"
                data-slot-selector-slot-id-value="2"
                data-slot-selector-date-value="2026-05-15"
                data-slot-selector-date-label-value="Friday, May 15, 2026"
                data-slot-selector-start-value="10:30"
                data-slot-selector-end-value="11:00"
                data-slot-selector-available="true"
                data-slot-selector-target="slotButton"
                data-action="slot-selector#select">
          <p class="text-sm font-semibold text-slate-900">10:30 – 11:00</p>
            <p class="mt-1 text-xs text-slate-400">Available</p>
        </button>
        <button type="button"
                class="rounded-2xl border px-4 py-3 text-left text-sm transition duration-200 border-slate-100 bg-white text-slate-600 hover:border-accent/40 hover:text-slate-900"
                data-slot-selector-slot-id-value="3"
                data-slot-selector-date-value="2026-05-15"
                data-slot-selector-date-label-value="Friday, May 15, 2026"
                data-slot-selector-start-value="11:00"
                data-slot-selector-end-value="11:30"
                data-slot-selector-available="true"
                data-slot-selector-target="slotButton"
                data-action="slot-selector#select">
          <p class="text-sm font-semibold text-slate-900">11:00 – 11:30</p>
            <p class="mt-1 text-xs text-slate-400">Available</p>
        </button>
        <button type="button"
                class="rounded-2xl border px-4 py-3 text-left text-sm transition duration-200 border-slate-100 bg-white text-slate-600 hover:border-accent/40 hover:text-slate-900"
                data-slot-selector-slot-id-value="4"
                data-slot-selector-date-value="2026-05-15"
                data-slot-selector-date-label-value="Friday, May 15, 2026"
                data-slot-selector-start-value="11:30"
                data-slot-selector-end-value="12:00"
                data-slot-selector-available="true"
                data-slot-selector-target="slotButton"
                data-action="slot-selector#select">
          <p class="text-sm font-semibold text-slate-900">11:30 – 12:00</p>
            <p class="mt-1 text-xs text-slate-400">Available</p>
        </button>
    </div>
  </div>
</div>
