.catalog-directory--grouped{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.directory-group{min-width:0}
.directory-group h3{margin:0 0 9px;color:#17353d;font-size:14px}
.directory-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.directory-links a{margin:0}
@media(max-width:920px){.catalog-directory--grouped{grid-template-columns:1fr}.directory-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.directory-links{grid-template-columns:1fr}}
