/* v32: approved two-column category grid. */
#filters{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;overflow:visible!important}
#filters button{grid-column:auto!important;min-width:0!important;white-space:normal!important;line-height:1.1!important}
@media (max-width:900px),(pointer:coarse){#filters{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-height:none!important;overflow:visible!important}#filters button{grid-column:auto!important;min-width:0!important}}
