.news-category-page .news-filter-bar {
  grid-template-columns: minmax(230px, .9fr) minmax(320px, 1.45fr) 48px auto;
}

@media (max-width: 980px) {
  .news-category-page .news-filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .news-category-page .news-filter-bar {
    grid-template-columns: 1fr;
  }
}
