.section-block .brand-grid.fd-brands-static{display:grid;grid-template-columns:repeat(var(--fd-brand-count),minmax(0,1fr));grid-auto-rows:72px;gap:1rem;overflow:visible}
.section-block .brand-grid.fd-brands-static .brand-card{width:min(90px,100%);justify-self:center;align-self:stretch}
.section-block .brand-grid.fd-brands-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:90px;grid-auto-rows:72px;grid-template-columns:none;gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}
.section-block .brand-grid.fd-brands-carousel::-webkit-scrollbar{display:none}
.section-block .brand-grid.fd-brands-carousel .brand-card{scroll-snap-align:start}
.section-block .brand-grid .brand-card{box-sizing:border-box;height:72px;padding:12px 10px}
.section-block .brand-grid .fd-home-brand-logo{display:block;width:100%;height:46px;object-fit:contain;object-position:center}
.section-block .brand-grid .brand-name{display:flex;width:100%;height:46px;align-items:center;justify-content:center;font-size:.8rem;line-height:1;text-align:center}
@media(prefers-reduced-motion:reduce){.section-block .brand-grid.fd-brands-carousel{scroll-behavior:auto}}
