/* START_SNIPPET:ms-brands (INDEX:175) */
.ms-collection-directory .ms-brands-collage{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;height:120px;padding:8px;box-sizing:border-box;background:#f0ebe1;border:1px solid #d9d2c6;border-radius:6px}
.ms-collection-directory .ms-brands-collage__cell{display:flex!important;align-items:center;justify-content:center;min-width:0;padding:4px 8px;background:#fff;border-radius:4px;box-sizing:border-box}
.ms-collection-directory .ms-brands-collage__logo{width:100%!important;height:100%!important;max-height:34px!important;object-fit:contain!important;margin:0!important}
@media(max-width:989px){.ms-collection-directory .ms-brands-collage__logo{max-height:28px!important}}
/* END_SNIPPET:ms-brands */
