.container{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;gap:16px;width:var(--wb-grid-width);margin:1rem auto}@media screen and (max-width:728px){.container{flex-direction:column}}.container .filters{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}@media screen and (max-width:1024px){.container .filters{grid-template-columns:auto}}.container .filters .filter{width:100%;min-width:16rem}.container a,.container button{-moz-column-span:2;column-span:2;max-width:10rem}@media screen and (max-width:728px){.container a,.container button{max-width:none;width:100%}}
