.sb8-brands-filter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.sb8-letter {
    padding: 6px 10px;
    background: #f2f4f7;
    border-radius: 4px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
}

.sb8-letter:hover {
    background: #dbe0e7;
}

.sb8-brand-group {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.sb8-brand-group li {
    margin: 4px 0;
}

.sb8-brand-group li a {
    color: #2a4e8a;
    font-weight: 500;
    text-decoration: none;
}

.sb8-brand-group li a:hover {
    text-decoration: underline;
}
