/* ===============================
   CREDENCIALES API
=============================== */
@media (max-width: 768px) {
  .table {
    border: 0;
  }

  .table thead {
    display: none;
  }

  .table tr {
    display: block;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
  }

  .table td {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 0;
    border: 0;
    font-size: 13px;
  }

  #tablaApiKeys td:nth-child(1)::before { content: "Nombre"; }
  #tablaApiKeys td:nth-child(2)::before { content: "Prefijo"; }
  #tablaApiKeys td:nth-child(3)::before { content: "Creado"; }
  #tablaApiKeys td:nth-child(4)::before { content: "Último uso"; }
  #tablaApiKeys td:nth-child(5)::before { content: "Estado"; }
  #tablaApiKeys td:nth-child(6)::before { content: "Acciones"; }
}
