/* ========================================================================
   Message page token tables

   Used by:
     docs/flows/actions/deep-dive/message.md
   ======================================================================== */
.message-variables-table table {
  width: 100%;
}

.message-variables-table table th,
.message-variables-table table td {
  vertical-align: top;
}

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

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