/* Retter-Portal v1.3.2 – mobile inventory filter only. */
@media (max-width:760px){
  /* Keep every inventory filter inside the card. The Löschzug selector must
     never share a cramped row with the search field on phones. */
  html body .app-shell .main .content .inventory-toolbar{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:11px!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  html body .app-shell .main .content .inventory-toolbar > :is(input,select,button,.btn){
    grid-column:1!important;
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  html body .app-shell .main .content .inventory-toolbar select{
    min-height:48px!important;
    height:48px!important;
    padding:0 44px 0 14px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  html body .app-shell .main .content .inventory-toolbar input{
    min-height:48px!important;
    height:48px!important;
    padding:0 14px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}
