.time-slots { display:flex; flex-wrap:wrap; gap:8px; margin:10px 0; }
.time-slot { padding:8px 10px; border:1px solid #ccc; border-radius:4px; cursor:pointer; background:#fff; }
.time-slot.sold-out { opacity:0.5; cursor:not-allowed; }
.seats-left { margin:8px 0; font-weight:bold; }