/* ========================================================================
   Configure a Sync Action field-reference table

   Used by:
     docs/flows/actions/how-tos/operation/configure-a-sync-action.md
   ======================================================================== */
.configure-a-sync-action-fields-table table {
  width: 100%;
}

.configure-a-sync-action-fields-table table th,
.configure-a-sync-action-fields-table table td {
  vertical-align: top;
}

.configure-a-sync-action-fields-table table th:nth-child(1),
.configure-a-sync-action-fields-table table td:nth-child(1) {
  white-space: nowrap;
}

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

.configure-a-sync-action-fields-table table th:nth-child(4),
.configure-a-sync-action-fields-table table td:nth-child(4) {
  width: 100%;
  min-width: 24rem;
}
