/* geoportal-mobile.css — nakładki TYLKO mobilne dla listy zleceń (#orders-table).
   Ładowane PO app.css. Scope: #orders-table / .status-filter. */
@media (max-width:560px){
  #orders-table{table-layout:auto !important; width:100%; font-size:13px;}
  #orders-table th:nth-child(2),#orders-table td:nth-child(2),
  #orders-table th:nth-child(4),#orders-table td:nth-child(4),
  #orders-table th:nth-child(6),#orders-table td:nth-child(6),
  #orders-table th:nth-child(7),#orders-table td:nth-child(7),
  #orders-table th:nth-child(8),#orders-table td:nth-child(8){display:none !important;}
  #orders-table th:nth-child(1),#orders-table td:nth-child(1),
  #orders-table th:nth-child(3),#orders-table td:nth-child(3),
  #orders-table th:nth-child(5),#orders-table td:nth-child(5),
  #orders-table th:nth-child(9),#orders-table td:nth-child(9){width:auto !important;}
  #orders-table .td-name strong,#orders-table .td-name .muted{
    display:block !important; -webkit-line-clamp:initial !important; overflow:visible !important;}
  #orders-table td{padding:10px 8px;}
  .status-filter{gap:5px;}
  .sf-pill{padding:5px 10px; font-size:13px;}
}
