/* ========================================================================
   Remove AgentQ Integration consequences table

   Used by:
     docs/agentq/how-tos/integration/remove-integration.md
   ======================================================================== */
.agentq-disconnect-table table {
  width: 100%;
}

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

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

.agentq-disconnect-table table th:nth-child(2),
.agentq-disconnect-table table td:nth-child(2) {
  width: 100%;
}
