/* Force the form back to a stacked block layout */
.webform-submission-branch-out-application-add-form {
  display: block !important;
}

/* Ensure the message wrapper and contact fieldset are full-width and stacked */
.webform-submission-branch-out-application-add-form .webform-message,
.webform-submission-branch-out-application-add-form .webform-contact--wrapper {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
}
.webform-submission-branch-out-application-add-form {
  flex-direction: column !important;
}