@media(max-width:680px){
    .pills,.pipe-pills,.reve-sortpills{
      display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;
      -webkit-overflow-scrolling:touch;scrollbar-width:none;
    }
    .pills::-webkit-scrollbar,.pipe-pills::-webkit-scrollbar,.reve-sortpills::-webkit-scrollbar{display:none;}
    .pill,.pipe-pill,.rsort{flex:0 0 auto;}
    .pills,.pipe-pills{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 16px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 16px),transparent);}
    .reve-toolbar{flex-wrap:nowrap;align-items:center;gap:10px;}
    .reve-sortpills{flex:1;min-width:0;}
    .reve-sizes{flex:0 0 auto;}
    .panel .row{flex-direction:column;align-items:stretch;gap:10px;}
    .panel .row .field,.panel .row .field.wide{flex:1 1 auto;min-width:0;width:100%;}
    .panel .row .field[style*="flex:0"]{flex:1 1 auto!important;}
    #searchBtn{width:100%;}
    .find-acts{justify-content:space-between;width:100%;}
    .find-acts .act{flex:1;}
  }
