/* Minimal styles for homepage redesign preview */
#redesign-vehicle-select { background: transparent; }
#div-selectvehiclebox { display:block; }
/* Ensure the vehicle selects are horizontal inside the hero tool on desktop */
#div-selectvehicle { display:flex; gap:10px; flex-wrap:nowrap; width:100%; align-items:center; }
#div-selectvehicle .form-control { flex:1 1 0; min-width:0; padding:8px 10px; border-radius:6px; border:1px solid #ddd; background:#fff; font-size:14px; }
#div-selectvehicle select { cursor:pointer; }
.hero-tool #div-selectvehicle { display:flex; gap:10px; flex-wrap:nowrap }
.hero-tool #div-selectvehicle .form-control { flex:1 1 0; min-width:0 }
/* Mobile: single column stack */
@media (max-width: 768px) { 
  #div-selectvehicle { flex-direction:column !important; gap:8px !important; } 
  #div-selectvehicle .form-control { width:100% !important; flex:none !important; min-width:0 !important; } 
}
