.vb-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: baseline;
    justify-content: space-evenly;
}

.vb-filters label {
    margin-right: 4px;
    font-weight: bold;
}

.vb-filters select {
    padding: 6px;
    font-size: 14px;
    min-width: 120px;
}

#vb-type {
    width: 180px;
}

#vb-category {
    width: 120px;
}