/* ── Booking page ────────────────────────────────────────────────────────── */

.vehicle-opt:hover { border-color: rgba(201, 168, 76, 0.5) !important; }
.vehicle-opt:hover img { transform: scale(1.05); }
.vehicle-opt.selected { border-color: #C9A84C !important; box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.25); }
.vehicle-opt.selected div:last-child { background: rgba(201, 168, 76, 0.08) !important; }
