#age-wrapper .salesflow-wizard__membership-options__section__button {
    margin-top: 8px;
}
#age-wrapper .salesflow-wizard__membership-options__section__radio-select.js-salesflow-wizard-membership-options-radio {
    margin-bottom: 20px;
    margin-top: 20px;
}
#age-wrapper .salesflow-wizard__membership-options__section__radio-select {
    margin-bottom: 20px;
}
#age-wrapper .salesflow-wizard__membership-options__section__title {
    margin-bottom: 0;
}
/* CSS only for mobile (screen width ≤ 600px) */
@media (max-width: 1200px) {
  /* Your mobile-specific styles here */
  #age-wrapper .salesflow-wizard__membership-options__section__radio-select{
    display: flex;
    flex-direction: column; /* stack vertically */
    justify-content: center; /* vertical alignment */
    align-items: center; /* horizontal alignment */
    gap: 20px; /* space between items */

  }
  #age-wrapper .salesflow-wizard__membership-options__section__radio-select .js-form-type-radio {
    margin-right: 0 ;
  }
}
.salesflow-wizard__head.sfw-updating {
  opacity: .4;
  transition: opacity .25s ease;
}

#age-wrapper .age-under_30 .under_30_submit,
#age-wrapper .age-over_30 .over_30_submit {
    border-color: #212121;
    outline: 1px solid #00999D;
    outline-offset: 3px;
    background-color:  rgba(33, 33, 33, 0.1);
}
