.tg-booking-form {
    max-width: 520px;
}

#tg-time-slots {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.tg-slot {
    padding: 12px 20px;
    cursor: pointer;
}

.tg-slot.selected {
    background: #111;
    color: white;
}