
/* gchClientesV42 - Central de Clientes: lista simplificada no mobile (apenas Nome/Empresa + Ver Perfil + Excluir) */
@media screen and (max-width:640px){
  html body #app #clients table thead th:nth-child(2),
  html body #app #clients table thead th:nth-child(3),
  html body #app #clients table thead th:nth-child(4),
  html body #app #clients table thead th:nth-child(5),
  html body #app #clients table tbody td:nth-child(2),
  html body #app #clients table tbody td:nth-child(3),
  html body #app #clients table tbody td:nth-child(4),
  html body #app #clients table tbody td:nth-child(5){ display:none !important; }
  html body #app #clients table thead th:first-child,
  html body #app #clients table tbody td:first-child{ width:auto !important; }
  html body #app #clients table thead th:last-child,
  html body #app #clients table tbody td:last-child{ text-align:right !important; white-space:nowrap !important; }
  /* ocultar botao Desativar/Ativar dentro de Acoes, mantendo Ver Perfil e Excluir */
  html body #app #clients table tbody td:last-child button:has(> i.fa-toggle-on),
  html body #app #clients table tbody td:last-child button:has(> i.fa-toggle-off){ display:none !important; }
  html body #app #clients .overflow-x-auto{ overflow-x:visible !important; }
}
