.brands-home .brand-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.brands-home .brand-card{grid-template-columns:52px minmax(0,1fr);min-width:0;min-height:82px;gap:10px;padding:10px}.brands-home .brand-logo{width:52px;height:52px;padding:6px}.brands-home .brand-arrow{display:none}.brands-home .brand-info strong{font-size:12px}.brands-home .brand-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}
@media(max-width:1000px){.brands-home .brand-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:700px){.brands-home .brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.brands-home .brand-card{grid-template-columns:52px minmax(0,1fr);min-height:76px}}
