.sb8-brands-wrapper{
    max-width:1400px;
    margin:0 auto;
}

.sb8-brand-search-wrap{
    margin-bottom:25px;
}

#sb8BrandSearch{
    width:100%;
    padding:14px 18px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:16px;
}

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

.sb8-letter{
    display:inline-block;
    padding:8px 12px;
    background:#f3f4f6;
    border-radius:6px;
    color:#222;
    text-decoration:none;
    font-weight:600;
    transition:.2s;
}

.sb8-letter:hover{
    background:#2563eb;
    color:#fff;
}

.sb8-brands-list h2{
    margin-top:40px;
    margin-bottom:15px;
    padding-bottom:8px;
    border-bottom:1px solid #e5e7eb;
    font-size:42px;
}

.sb8-brand-group{
    list-style:none;
    padding:0;
    margin:0;
    column-count:5;
    column-gap:40px;
}

.sb8-brand-group li{
    margin-bottom:8px;
    break-inside:avoid;
}

.sb8-brand-group a{
    color:#1f2937;
    text-decoration:none;
}

.sb8-brand-group a:hover{
    color:#2563eb;
}

.sb8-brand-count{
    color:#888;
    margin-left:5px;
    font-size:13px;
}

@media(max-width:1200px){
    .sb8-brand-group{
        column-count:4;
    }
}

@media(max-width:900px){
    .sb8-brand-group{
        column-count:3;
    }
}

@media(max-width:600px){
    .sb8-brand-group{
        column-count:1;
    }
}
