.section-reserve-btn{margin-top:12px;font-weight:900;letter-spacing:.01em}
.section-booking-modal{z-index:99999}
.section-booking-card{max-width:760px;width:min(94vw,760px);max-height:86vh;overflow:auto}
.section-booking-head{text-align:center;margin-bottom:14px}.section-booking-head h2{margin:.25rem 0}.section-mini{display:inline-flex;border:1px solid rgba(205,168,115,.45);background:rgba(205,168,115,.12);padding:5px 12px;border-radius:999px;font-size:.82rem;font-weight:900;color:var(--primary)}
.section-booking-list{display:grid;gap:10px;margin:16px 0}.section-booking-item{display:flex;align-items:center;gap:12px;border:1px solid rgba(16,60,104,.12);background:#fff;border-radius:18px;padding:12px;cursor:pointer;transition:.18s ease;box-shadow:0 8px 22px rgba(16,60,104,.06)}
.section-booking-item:hover,.section-booking-item.selected{border-color:var(--primary);box-shadow:0 12px 28px rgba(205,168,115,.18);transform:translateY(-1px)}
.section-booking-item input{position:absolute;opacity:0;pointer-events:none}.section-booking-check{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(16,60,104,.22);color:transparent;font-weight:900;flex:0 0 auto}.section-booking-item.selected .section-booking-check{background:var(--primary);border-color:var(--primary);color:#fff}
.section-booking-thumb{width:62px;height:62px;border-radius:14px;overflow:hidden;flex:0 0 auto;background:#f6f3ee}.section-booking-thumb img{width:100%;height:100%;object-fit:cover;display:block}.section-booking-info{flex:1;min-width:0}.section-booking-info b{display:block;color:var(--secondary);font-size:1rem}.section-booking-info small{display:block;color:#667;line-height:1.6;margin-top:3px}.section-booking-price{font-weight:900;color:var(--primary);white-space:nowrap}.section-booking-total{display:flex;align-items:center;justify-content:space-between;border-radius:16px;background:linear-gradient(135deg,rgba(205,168,115,.12),rgba(16,60,104,.06));padding:13px 15px;margin:14px 0;font-weight:900}.section-booking-total strong{color:var(--primary);font-size:1.1rem}
@media(max-width:640px){.section-booking-card{width:100vw;max-height:100vh;border-radius:22px 22px 0 0;margin:auto 0 0}.section-booking-item{align-items:flex-start}.section-booking-price{font-size:.9rem}.section-booking-thumb{width:54px;height:54px}}
