/* ========================================================================
   AgentQ Audit reference tables

   Used by:
     docs/agentq/deep-dive/audit.md
     docs/agentq/how-tos/audit/filter-the-history.md
     docs/agentq/how-tos/audit/sort-the-history.md

   The count, metric, filter, and sort names are short labels, so they stay on one
   line and the explanation column takes whatever is left over.
   ======================================================================== */
.agentq-audit-table table {
  width: 100%;
}

.agentq-audit-table table th,
.agentq-audit-table table td {
  vertical-align: top;
}

.agentq-audit-table table th:nth-child(1),
.agentq-audit-table table td:nth-child(1) {
  white-space: nowrap;
}

.agentq-audit-table table th:nth-child(2),
.agentq-audit-table table td:nth-child(2) {
  width: 100%;
  min-width: 26rem;
}
