/*
legend,
.js-form-type-textfield label,
.js-form-type-textarea label {
    font-weight: bold !important;
    text-transform: none !important;
    letter-spacing: unset !important;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.js-form-type-textfield label,
.js-form-type-textarea label {
    margin-bottom: 1rem !important;
}
.js-form-type-textfield label em {
    font-size: 1em;
    text-decoration: underline;
}
*/

.form-actions .ajax-progress-throbber {
    display: none;
}

/*
.webform-progress-tracker .progress-step.is-active .progress-marker::before,
.webform-progress-tracker .progress-step.is-active:hover .progress-marker::before {
    background-color: hsl(360, 80.6%, 48.6%);
}
.webform-progress-tracker .progress-step.is-complete .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete:hover .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete .progress-marker::after,
.webform-progress-tracker .progress-step.is-complete:hover .progress-marker[role="link"]::before {
     background-color: hsl(360, 80.6%, 38.6%); 
}
*/

@media only screen and (max-width: 77.438rem) {
 .Fieldset.--charity-amount-other > .__items .Radios > .Form-element.--radio > .input-wrapper {
   width: 100%;
  }
}



@media only screen and (min-width: 77.5rem) {
    .webform-multistep-autofill .webform-actions .webform-button--previous {
        margin-inline: 0;
    }
    .webform-multistep-autofill .webform-actions > input[type="submit"]#edit-actions-wizard-next {
        margin-left: auto;
        margin-right: 0;
    }
  
  .webform-multistep-autofill .webform-actions {
    margin-bottom: 0rem;
  }
  
  .Fieldset.--charity-customer.is-composite .Form-element {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .webform-multistep-autofill .webform-actions:has(> .webform-button--next:only-child) {
        justify-content: center;
    }

    .webform-multistep-autofill .webform-actions {
        display: flex;
        justify-content: space-between;
    }
    .webform-multistep-autofill .webform-actions .webform-button--previous,
    .webform-multistep-autofill .webform-actions .webform-button--next,
    #edit-actions-wizard-prev,
    #edit-actions-submit
    {
         margin-inline: 0!important;
    }
  .radios-bg-grey-light {
    &.Fieldset {
      margin-top: 0;
      }
    }
   fieldset.webform-composite-hidden-title {
    margin-top: 0;
    }
  
    .Fieldset.--charity-customer-contact-information.is-composite .Form-element {
      margin-top: 0;
    } 
    .captcha {
      min-height: 78px;
    }
}