/**
 * @file
 * Layout for the multi-value destination field on the route request webform.
 */

/* Let the destination table and its inputs span the full available width. */
.webform-submission-route-request-form .webform-multiple-table,
.webform-submission-route-request-form .webform-multiple-table td {
  width: 100%;
}

.webform-submission-route-request-form input[data-check-destination] {
  width: 100%;
}

/* Stack the "Add Another Route" action below the inputs instead of inline. */
.webform-submission-route-request-form .webform-multiple-add {
  display: block;
  margin-top: 1rem;
}
