.reserva-container { max-width: 980px; margin: 10px auto; font-family: Arial, sans-serif; }
.reserva-month-nav { display:flex; align-items:center; gap:8px; margin-bottom:10px; }
.reserva-days-carousel { display:flex; gap:12px; overflow-x:auto; padding:6px 4px; }
.res-day { min-width:110px; background:#f5f7fa; border-radius:10px; padding:12px; text-align:center; cursor:pointer; box-shadow:0 1px 4px rgba(0,0,0,0.06); }
.res-day.selected { background:#1e90ff; color:white; transform:translateY(-4px); }
.res-day-name { font-size:12px; opacity:0.9; }
.res-day-num { font-size:26px; font-weight:700; margin-top:6px; }
.slots-grid { display:flex; gap:8px; flex-wrap:wrap; margin-top:8px; }
.slot-btn { padding:8px 12px; border-radius:8px; border:1px solid #ddd; background:white; cursor:pointer; }
.slot-btn.chosen { background:#1e90ff; color:white; border-color:#1e90ff; }
#reserva-form input[type="text"], #reserva-form input[type="email"], #reserva-servicio { display:block; width:100%; padding:8px; margin:6px 0 12px 0; border:1px solid #ddd; border-radius:6px; }
#reserva-submit { padding:10px 14px; border-radius:8px; cursor:pointer; }
