.brand-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}
.brand-filter li {
    margin-bottom: 5px;
}
.brand-filter a {
    text-decoration: none;
    color: #333;
}
.brand-filter a:hover {
    color: #0073aa;
}
