/* PHASE M7 - Client Card Table Overflow Fix */
@media(max-width:980px){
  .table-wrap{overflow:visible!important;max-width:100%!important;border:0!important}
  table.client-card-table,table.client-card-table thead,table.client-card-table tbody,table.client-card-table tr,table.client-card-table th,table.client-card-table td{display:block!important;width:100%!important;max-width:100%!important}
  table.client-card-table thead{display:none!important}
  table.client-card-table tr{
    margin:0 0 12px!important;padding:12px!important;border:1px solid rgba(101,213,255,.14)!important;border-radius:16px!important;background:rgba(255,255,255,.035)!important;overflow:hidden!important;
  }
  table.client-card-table td{
    border:0!important;padding:8px 0!important;display:grid!important;grid-template-columns:minmax(100px,42%) minmax(0,1fr)!important;gap:10px!important;
    align-items:start!important;text-align:right!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;max-width:100%!important;
  }
  table.client-card-table td:before{
    content:attr(data-label);font-weight:800!important;color:#a8c4e3!important;text-align:left!important;min-width:0!important;max-width:none!important;
  }
  table.client-card-table td *{max-width:100%!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important}
  .panel,.card,.stat,.rank-card{overflow:hidden!important}
}
