/*
 LGFT v4.51.27.8 — Customer Confidentiality + Mobile Table Header De-Dupe
 Scope: screen-only. Portrait print remains untouched.
*/
@media screen and (max-width: 768px){
  table.table th .table-card-label,
  table.table tr:first-child th .table-card-label,
  .lgft-data-table th .table-card-label{
    display:none!important;visibility:hidden!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;
  }
  table.table th,
  .lgft-data-table th{
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
  .lgft-dt-column-panel label,
  .lgft-dt-filter-grid input,
  table.table th,
  table.table td{
    text-rendering:optimizeLegibility;
  }
}
@media print{ /* screen-only repair; do not alter print */ }
