/* ========================================================================
   Add a PagerDuty Notification field-reference table

   Used by:
     docs/flows/actions/how-tos/notifications/add-a-pagerduty-notification.md
   ======================================================================== */
.add-a-pagerduty-notification-fields-table table {
  width: 100%;
}

.add-a-pagerduty-notification-fields-table table th,
.add-a-pagerduty-notification-fields-table table td {
  vertical-align: top;
}

.add-a-pagerduty-notification-fields-table table th:nth-child(1),
.add-a-pagerduty-notification-fields-table table td:nth-child(1) {
  white-space: nowrap;
}

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

.add-a-pagerduty-notification-fields-table table th:nth-child(4),
.add-a-pagerduty-notification-fields-table table td:nth-child(4) {
  width: 100%;
  min-width: 24rem;
}
