/* ========================================================================
   Configure Access Controls level table

   Used by:
     docs/agentq/how-tos/integration/configure-access-controls.md

   The level names read as one scale, so they stay on a single line each and
   the two prose columns split what is left.
   ======================================================================== */
.agentq-access-levels-table table {
  width: 100%;
}

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

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

.agentq-access-levels-table table th:nth-child(2),
.agentq-access-levels-table table td:nth-child(2),
.agentq-access-levels-table table th:nth-child(3),
.agentq-access-levels-table table td:nth-child(3) {
  width: 50%;
  min-width: 18rem;
}
