.intro-text-light p {
  font-weight: 300 !important;
  margin-bottom: 15px;
}
.intro-text-light {
  margin-bottom: 20px;
}
/* Fix label alignment on Application Details page (wizard step 4) */
/* Add left margin to labels that don't have asterisks to align with text after asterisk */
.webform-wizard-page.webform-wizard-page--application-details .form-item label:not(:has(.form-required)) {
  margin-left: 1.5rem !important;
}
/* Hide the default AJAX processing message on page 1 */
.webform-submission-basic-eligibility-test-form .ajax-progress {
  display: none;
}
