﻿/* 簡單調整，讓版面更接近 inline.app 風格 */
.booking-layout {
    background: #f7f8fa;
}

.card {
    border-radius: 10px;
}

.time-slot.selected {
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    color: var(--bs-light);
}

.booking-action-bar {
    z-index: 1050;
}

@media (max-width: 767px) {
    .booking-action-bar .container {
        flex-direction: column;
        align-items: stretch;
        gap: .5rem;
    }
}
