/* ========================================================================
   Add AgentQ Integration field-reference tables

   Used by:
     docs/agentq/how-tos/integration/add-integration.md

   Every table on the page has the same four columns (Field, Required, Type,
   Description). The three narrow ones size to their content so Description
   takes whatever is left over.
   ======================================================================== */

/* Four-column form table */
.agentq-fields-table table {
  width: 100%;
}

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

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

.agentq-fields-table table th:nth-child(2),
.agentq-fields-table table td:nth-child(2),
.agentq-fields-table table th:nth-child(3),
.agentq-fields-table table td:nth-child(3) {
  white-space: nowrap;
  text-align: center;
}

.agentq-fields-table table th:nth-child(4),
.agentq-fields-table table td:nth-child(4) {
  width: 100%;
  min-width: 28rem;
}
