#vehicle-filter{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
}

.vf-tabs{
    display:flex;
    gap:10px;
    margin-bottom:15px;
}

.vf-tab{
    padding:10px 18px;
    border:none;
    background:#eee;
    border-radius:8px;
    cursor:pointer;
}

.vf-tab.active{
    background:#111;
    color:#fff;
}

.vf-selects{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.vf-selects select,
#vf-search{
    padding:12px;
    border-radius:8px;
}
