#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);
}
/* Hide the persistent focus ring on touch devices */
@media (hover: none) and (pointer: coarse) {
  .js-card-list-slice-toggle:focus {
    outline: none;
    box-shadow: none;
  }
  .js-card-list-slice-toggle {
    -webkit-tap-highlight-color: transparent;
  }
}

/* Prefer: only remove when it’s not keyboard focus */
.js-card-list-slice-toggle:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
