
/* v18: keep reset button readable in compact filter grid */
.bw-filter-panel-advanced .bw-filter-grid{
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)) !important;
}
.bw-filter-panel-advanced .bw-reset{
  min-width: 128px !important;
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  align-self: end !important;
}
.bw-filter-panel-advanced .bw-failure-toggle{
  min-width: 170px !important;
}
