/* Keep the compact two-column filter flow on laptops and tablets. */
@media (min-width:768px) and (max-width:1280px){
  .doudoudis-home .doudoudis-home-finder-categories__finder-body .dou-filter-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .doudoudis-home .doudoudis-home-finder-categories__finder-body .dou-filter-grid>:last-child{
    grid-column:1 / -1;
  }
}
