a {
  text-decoration: none;
}

#join-page #account-page {
  max-width: 600px;
  margin: 0 auto;
  background: #FFF;
}

#no-referrer-match {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 5%;
  padding-top: 5%;
  margin-left: 20%;
}

#no-referrer-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 35px;
  font-weight: 700;
}

#no-referrer-text {
  margin-top: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-right: 20%;
}

#no-referrer-link {
  margin-top: 10px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-right: 20%;
  color: black;
}

#no-referrer-link:hover {
  color: #F44945;
}

.truemed-blurb {
  padding-top: 20px;
  padding-bottom: 10px;
}

.promo-div {
  margin: 0 auto 30px auto;
}

.join-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mid-sized-button {
  text-align: right;
}

.sign-in {
  text-align: right;
}

.discount-badge {
  position: absolute;
  top: 10px; /* Move the badge above the container */
  right: 2px; /* Move the badge to the right outside the container */
  background-color: var(--hyper);
  color: #FFF;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.pay-form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 1389px) {
  #truemed-instructions-plan-sel {
    margin: 0 auto 0 auto;
  }

  #idme-product-message {
    max-width: 1500px !important;
    margin-left: 14vw;
  }

  .idme {
    font-family: "proxima-nova", sans-serif;
    font-size: 3vw;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .idme-block {
    text-align: center;
    max-width: 30vw;
    margin-left: 9vw;
  }

  #cancel-terms-optin {
    width: 600px;
  }

  .sale-image {
    max-height: 1000px;
    object-fit: contain;
  }

  .join-message-block {
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
  }

  .join-message-container {
    margin: 30px auto 0 auto;
  }

  .choose-plan-block {
    display: flex;
    flex-direction: column;
    background-color: #f3f6f9;
    margin: 0 auto 30px auto;
  }

  .choose-plan {
    display: flex;
    flex-direction: column;
    margin: 30px auto 0 auto;
  }

  .plans {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .subscription-container {
    height: 300px;
    display: flex;
    flex-direction: row;
    position: relative;
  }

  #jillian-photo {
    background-image: url(../images/12_Jillian_Michaels_Rust_0901-r.jpg);
    width: 143px;
    height: 143px;
    border-radius: 71px;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
  }

  .Start-your-7-Days-FREE-trial {
    font-family: "proxima-nova", sans-serif;
    font-size: 3vw;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .Start-your-7-Days-FREE-trial-1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 3vw;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .login-plan {
    display: flex;
    flex-direction: row;
    width: 653px;
    height: 160px;
    margin-top: 58px;
    margin-left: 89px;
    border-radius: 14px;
    background-color: #ffffff;
  }

  .user-login {
    display: flex;
    flex-direction: column;
    max-width: 620px
  }

  .edit-pencil {
    background-image: url(../images/edit.png);
    height: 20px;
    width: 20px;
    margin-top: 60px;
    margin-right: 20px;
    cursor: pointer;
  }

  .month {
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sale-lbl {
    margin-top: 20px;
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .price {
    font-family: "proxima-nova", sans-serif;
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .start-my-trial-btn {
    width: 10vw;
    padding: 8px 33px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
  }

  .no-promo {
    margin-top: 10px;
    /*margin-left: 10px;*/
    display: flex;
    flex-direction: column;
  }

  .plan-options {
    display: flex;
    flex-direction: column;
  }

  .plan-block {
    margin: 30px 15px 30px 15px;
    padding: 15px;
    border-radius: 14px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .have-a-promo-code {
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .promo-container {
    width: 100%;
    height: 56px;
    margin: 14px 0 0;
    border-radius: 9px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
  }

  .signed-in-as {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .email-direction {
    display: flex;
    flex-direction: column;
  }

  .user-email {
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .logout {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #F44945;
    cursor: pointer;
  }

  .login {
    margin-top: 50px;
    margin-left: 89px;
    margin-right: 44.5px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .create-your-account {
    display: block;
    width: 436px;
    height: 56px;
    height: 56px;
    margin-bottom: 5px;
    font-family: "proxima-nova", sans-serif;
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .login-wrapper {
    margin-top: 50px;
  }

  .login-info {
    width: 139px;
    height: 27px;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .Welcome-to-My-Fitness {
    font-family: "proxima-nova", sans-serif;
    font-size: 29px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
  }

  .form-button {
    margin-top: 23px;
    width: 149px;
    height: 39px;
    padding: 0px 3px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: none;
  }

  .pay {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .small-promo-container {
    /*width: 160px;*/
    /*height: 18px;*/
    /*margin: 4px 0 0;*/
    padding: 9px 12px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #f3f6f9;
    display: flex;
    flex-direction: row;
  }

  .selected-promo {
    margin-top: 43px;
    margin-left: 100px;
  }

  .plan-replacement {
    display: flex;
    flex-direction: row;
  }

  .user-summary {
    display: flex;
    flex-direction: column;
    margin-left: 54px;
    margin-top: 59px;
  }

  .selected-plan {
    padding: 10px 10px 10px 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 500px;
    margin: 40px 0 0 0;
    border-radius: 14px;
    background-color: #ffffff;
  }

  .choose-plan-text {
    font-family: "proxima-nova", sans-serif;
    max-width: 500px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 30px;
    color: #000000;
  }

  .payment-options {
    display: flex;
    flex-direction: row;
  }

  .credit-card {
    background-image: url(../images/credit-card-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .apple-pay {
    background-image: url(../images/apple-pay-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .paypal {
    background-image: url(../images/paypal-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .form-container {
    max-width: 653px;
    margin: 0 5px 0 5px;
  }

  .no-apple {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .outer-container {
    display: flex;
    flex-direction: column;
  }
}


/* MID MOBILE */

@media all and (max-width: 1388px) and ( min-width: 841px) {

  .discount-badge {
    top: 4px;
  }


  #idme-product-message {
    max-width: 1500px !important;
    text-align: center;
    margin: 0px 5px 0px 5px;
  }

  .idme {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .idme-block {
    text-align: center;
  }

  .sale-image {
    max-height: 750px;
    object-fit: contain;
  }

  .join-message-block {
    display: flex;
    flex-direction: column;
    /*background-image: url(../images/2021signupmobile.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    max-height: 797px;
    /*margin-top: 72px;*/
    /*background-color: #ffffff;*/
  }

  .join-message-container {
    margin: 30px auto 10px auto;
  }

  .choose-plan-block {
    display: flex;
    flex-direction: column;
    margin: 30px auto 30px auto;
    background-color: #f3f6f9;
  }

  .Start-your-7-Days-FREE-trial {
    font-family: "proxima-nova", sans-serif;
    font-size: 35px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .Start-your-7-Days-FREE-trial-1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 35px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .Welcome-to-My-Fitness {
    font-family: "proxima-nova", sans-serif;
    font-size: 29px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
  }

  .plans {
    display: flex;
    flex-direction: row;
  }

  .subscription-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #jillian-photo {
    background-image: url(../images/12_Jillian_Michaels_Rust_0901-r.jpg);
    width: 143px;
    height: 143px;
    border-radius: 71px;
    margin-top: 20px;
    background-size: contain;
    display: none;
  }

  .selected-plan {
    padding: 10px 10px 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 440px;
    border-radius: 14px;
    background-color: #ffffff;
  }

  .user-login {
    display: flex;
    flex-direction: column;
  }

  .edit-pencil {
    background-image: url(../images/edit.png);
    height: 20px;
    width: 20px;
    margin: 64px 20px 0 0;
    cursor: pointer;
  }

  .month {
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sale-lbl {
    margin-top: 10px;
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .price {
    font-family: "proxima-nova", sans-serif;
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .start-my-trial-btn {
    width: 149px;
    padding: 8px 33px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
  }

  .no-promo {
    margin-top: 10px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
  }

  .plan-options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .plan-block {
    margin: 20px 14px 20px 14px;
    padding: 15px;
    border-radius: 14px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 220px;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .have-a-promo-code {
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }

  .promo-container {
    width: 100%;
    height: 56px;
    margin: 14px 0 0;
    border-radius: 9px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
  }

  .signed-in-as {
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .email-direction {
    display: flex;
    flex-direction: row;
  }

  .user-email {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .logout {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
    position: absolute;
    margin-top: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #F44945;
    cursor: pointer;
  }

  .login {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .create-your-account {
    display: block;
    width: 436px;
    height: 56px;
    height: 56px;
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .login-wrapper {
    margin-top: 50px;
  }

  .login-info {
    width: 139px;
    height: 27px;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .form-button {
    margin-left: 0px;
    width: 149px;
    height: 39px;
    padding: 0px 3px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: none;
  }

  .pay {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .small-promo-container {
    padding: 9px 12px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #f3f6f9;
    display: flex;
    flex-direction: row;
    width: min-content;
  }

  .selected-promo {
    margin: 50px 20px 10px 10px;
  }

  .plan-replacement {
    display: flex;
    flex-direction: column;
  }

  .user-summary {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 38px;
  }

  .choose-plan-text {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 20px;
  }

  .choose-plan {
    display: flex;
    flex-direction: column;
  }

  .payment-options {
    display: flex;
    flex-direction: row;
  }

  .cancel-terms-optin {
    width: 600px;
  }

  .credit-card {
    background-image: url(../images/credit-card-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .apple-pay {
    background-image: url(../images/apple-pay-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .paypal {
    background-image: url(../images/paypal-off.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 76px;
    margin: 26px 20px 31px 2px;
    object-fit: contain;
    cursor: pointer;
  }

  .form-container {
    max-width: 653px;
    margin: 0 5px 0 5px;
  }

  .no-apple {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .outer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

}

/* MOBILE */
@media all and (max-width: 840px) {

  .discount-badge {
    right: 30px;
    top: 30px;
  }

  #idme-product-message {
    max-width: 1500px !important;
    text-align: center;
    margin: 0px 5px 0px 5px;
  }

  .idme {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .idme-block {
    text-align: center;
  }

  .join-message-block {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
  }

  #user-create {
    padding: 0 10px 0 10px;
  }

  .join-message-container {
    margin: 30px 0 10px 0;
  }

  .choose-plan-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f3f6f9;
  }

  .Start-your-7-Days-FREE-trial {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #F44945;
  }

  .Start-your-7-Days-FREE-trial-1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
  }

  .mobile-greeting {
    margin: 0 auto;
    text-align: center;
    max-width: 340px;
  }

  .center-greeting {
    margin-left: 10px;
  }

  .Welcome-to-My-Fitness {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 346px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #898989;
  }

  .plans {
    display: flex;
    flex-direction: column;
  }

  .subscription-container {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  #jillian-photo {
    background-image: url(../images/12_Jillian_Michaels_Rust_0901-r.jpg);
    width: 143px;
    height: 143px;
    margin: 0 auto;
    border-radius: 71px;
    background-size: contain;

  }

  .selected-plan {
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    border-radius: 14px;
    background-color: #ffffff;
    max-width: 442px;
    width: 90%;
  }

  .user-login {
    display: flex;
    flex-direction: column;
    max-width: 442px;
    margin: 0 auto;
  }

  .edit-pencil {
    background-image: url(../images/edit.png);
    height: 20px;
    width: 20px;
    margin-top: 6px;
    margin-left: 90%;
    cursor: pointer;
  }

  .month {
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sale-lbl {
    margin-left: 23px;
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .price {
    font-family: "proxima-nova", sans-serif;
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #F44945;
  }

  .start-my-trial-btn {
    align-self: flex-end;
    margin-top: 23px;
    width: 149px;
    padding: 8px 33px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
  }

  .no-promo {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
  }

  .plan-options {
    display: flex;
    flex-direction: column;
  }

  .plan-block {
    padding: 15px;
    width: 89%;
    max-width: 442px;
    margin: 10px auto 10px auto;
    border-radius: 14px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .have-a-promo-code {
    font-family: "proxima-nova", sans-serif;
    margin-left: 14px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .promo-container {
    width: 95%;
    max-width: 400px;
    text-align: left;
    height: 56px;
    margin: 14px auto 0 auto;
    border-radius: 9px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
  }

  .promo-div {
    margin: 0 auto;
    max-width: 400px;
  }

  .signed-in-as {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .email-direction {
    display: flex;
    flex-direction: row;
  }

  .user-email {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .logout {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    position: absolute;
    margin-top: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    color: #F44945;
    cursor: pointer;
  }

  .login {
    margin-top: 50px;
    text-decoration: none;
  }

  .create-your-account {
    display: block;
    width: 436px;
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .login-wrapper {
    margin-top: 15px;
    width: 100vw;
  }

  .login-info {
    width: 139px;
    height: 27px;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .form-button {
    margin-left: 3%;
    width: 149px;
    height: 39px;
    padding: 0px 3px;
    text-align: center;
    border-radius: 4px;
    background-color: #F44945;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: #FFFFFF;
    text-transform: none;
  }

  .pay {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 442px;
  }

  .small-promo-container {
    padding: 9px 12px;
    object-fit: contain;
    border-radius: 6px;
    background-color: #f3f6f9;
    display: flex;
    flex-direction: row;
    width: min-content;
  }

  .selected-promo {
    margin: 5px 0px 20px 22px;
  }

  .plan-replacement {
    display: flex;
    flex-direction: column;
  }

  .user-summary {
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
  }

  .choose-plan-text {
    font-family: "proxima-nova", sans-serif;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .sandwich {
    margin-left: 3%;
  }

  .choose-plan {
    margin: 10px;
    display: flex;
  }

  .payment-options {
    display: flex;
    max-width: 500px;
    margin: 10px 5px 10px 0;
    flex-direction: row;
  }

  .credit-card {
    display: block;
    background-image: url(../images/credit-card-off.png);
    background-repeat: no-repeat;
    width: 31%;
    height: 47px;
    margin: 10px auto 10px auto;
    object-fit: scale-down;
    cursor: pointer;
    background-size: contain;
  }

  .apple-pay {
    display: block;
    background-image: url(../images/apple-pay-off.png);
    background-repeat: no-repeat;
    width: 31%;
    height: 47px;
    margin: 10px auto 10px auto;
    object-fit: scale-down;
    cursor: pointer;
    background-size: contain;
  }

  .paypal {
    display: block;
    background-image: url(../images/paypal-off.png);
    background-repeat: no-repeat;
    width: 31%;
    height: 47px;
    margin: 10px auto 10px auto;
    object-fit: scale-down;
    cursor: pointer;
    background-size: contain;
  }

  .pay-form {
    margin: 20px 10px 0 10px;
    max-width: 442px;
  }

  .form-container {
    max-width: 95%;
    margin: 0 5px 0 5px;
  }

  .no-apple {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }


  .outer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.contact-info {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.no-white-space {
  font-size: 0;
}

/*Start Payment Form*/

.recurring-subscription {
  margin-left: 23px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.price-container {
  margin-top: 8px;
  text-align: left;
}

.per-month {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F44945;
}

.after-trial {
  margin-top: 6px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.promo-code {
  margin-top: 12px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #a0a0a0;
}

.apply {
  margin-top: 12px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F44945;
  border: none transparent;
  outline: none;

}

#subscription input[name="subscription"] {
  display: none;
}

.plan-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.plan-block input:checked ~ .checkmark {
  background-color: #2196F3;
}

.plan-block login {
  height: 250px;
}

.promos {
  display: flex;
  flex-direction: column;
}

.login-block {
  display: none;
  flex-direction: column;
  background-color: #f3f6f9;
}

.inside-block {
  display: flex;
  flex-direction: column;
}

#outer-container {
  background-color: #f3f6f9;
}

.almost-done-btn {
  margin-top: 23px;
  /*margin-left: 23px;*/
  width: 149px;
  padding: 8px 33px;
  text-align: center;
  border-radius: 19.5px;
  background-color: #F44945;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-decoration: none;
  color: #FFFFFF;
}

.form-section {
  /*padding: 0 18px;*/
  /*border-bottom: 1px solid #E6E6E6;*/
}

.form-section .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-section .title h2 {
  padding-left: 0;
}

.form-section p {
  padding: 18px 0;
  margin: 0;
}

.form-section *[id$='-edit'] {
  cursor: pointer;
  color: #F44945;
}


.form-button-b {
  margin-top: 12px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #F44945;
  border: none transparent;
  outline: none;
  text-transform: none;
  text-decoration: none;
}

.form-button-b.disabled {
  cursor: default;
}

.form-button-b:hover,
.form-button-b:focus {
  color: #F44945;
  border: solid 1px #F44945;
}


.small-promo-text {
  width: 78px;
  height: 17px;
  margin: 0 82px 4px 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.promo-x {
  margin-left: 10px;
  background-image: url(../images/path.png);
  height: 8px;
  width: 8px;
  object-fit: initial;
  cursor: pointer;
}

.small-promo-text-pink {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #F44945;
}

.Click-Here {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  cursor: pointer;
}


.Have-a-Promo-Code {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.switch-user-form {
  text-align: center;
  padding: 4px 0 0 6px;
  color: #F44945;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.05px;
  cursor: pointer;
}


/*                    */
/* Start Payment Form */
/*                    */

.small-inputs {
  display: flex;
  flex-direction: row;
}

.cvv {
  position: relative;
  width: 50%;
  margin-right: 8px
}

.cvv input {
  border: none;
  background-color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.cvv img {
  position: absolute;
  top: 10px;
  right: 5px
}

.half {
  width: 50%;
  flex: 1;
}

.password {
  position: relative;
}

.password input {
  border: none;
  background-color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.password img {
  position: absolute;
  top: 38px;
  right: 10px
}

#no-postal {
  color: #F44945;
  font-weight: bold;
  margin-left: 8px;
  cursor: pointer;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: flex;
    -webkit-appearance: -apple-pay-button;
  }

  .apple-pay-button-black {
    -apple-pay-button-style: black;
    width: 95%;
    height: 55px
  }

  .apple-pay-button-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
  }
}

/*  */

a {
  text-decoration: none;
}

#join-page,
#account-page {
  max-width: 600px;
  margin: 0 auto;
  background: #FFF;
}

#account-page label.form-required:after {
  content: none;
}

.form-section {
  /*padding: 0 18px;*/
  /*border-bottom: 1px solid #E6E6E6;*/
}

.form-section .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-section .title h2 {
  padding-left: 0;
}

.form-section p {
  padding: 18px 0;
  margin: 0;
}

.form-section *[id$='-edit'] {
  cursor: pointer;
  color: #F44945;
}

.form-section #user,
.form-section #subscription,
.form-section #payment,
.form-section #subscription-summary,
.form-section #user-summary {
  /*border-top: 1px solid #E6E6E6;*/
}

.form-button.disabled {
  background-image: linear-gradient(-180deg, #E2E2E2 0%, #E2E2E2 100%) !important;
  cursor: default;
}

.form-button:hover,
.form-button:focus {
  color: #FFF;
}

.form-button-b {
  background-color: white;
  border-radius: 3px;
  font-size: 17px;
  color: #F44945;
  letter-spacing: -0.04px;
  font-weight: normal;
  border: solid 1px #F44945;
  width: 100%;
  margin-bottom: 19px;
  text-transform: none;
}

.form-button-b.disabled {
  cursor: default;
}

.form-button-b:hover,
.form-button-b:focus {
  color: #F44945;
  border: solid 1px #F44945;
}

.switch-user-form {
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0 0 6px;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.05px;
  cursor: pointer;
}

#join-page #payment {
  display: block !important;
}

#join-page #payment {
  text-align: right;
}

#join-page #payment #edit-cc {
  text-align: left;
}

#join-page #pay_form_inputs #no-postal {
  color: #F44945;
  font-weight: bold;
  margin-left: 8px;
}

#join-page #pay_form_inputs .small-inputs {
  display: flex;
}

#join-page #pay_form_inputs .ccv {
  margin-right: 8px;
}

#join-page #pay_form_inputs .half {
  flex: 1;
}

#address_form_inputs {
  display: none;
  border-color: transparent;
}

#address_form_inputs .small-inputs {
  display: flex;
  border-color: transparent;
}

#address_form_inputs .small-inputs .half {
  flex: 1;
  border-color: transparent;
}

#address_form_inputs .small-inputs .left {
  margin-right: 8px;
  border-color: transparent;
}

#join-page #address_form_inputs .txt-input {
  background: #f6f6f6;
  height: 38px;
  width: 100%;
  display: block;
  border-color: transparent;
}

#join-page #address_form_inputs #addressState {
  flex: 1;
  border-color: transparent;
}

#join-page .extra-bold {
  font-weight: 900;
}

#join-page #user-create, #join-page #user-login {
  text-align: right;
}

#join-page #user-create input, #join-page #user-login input, #join-page #payment input, #join-page #payment select {
  background: #f6f6f6;
  border: none;
  outline: none;
}

#join-page #user-create .form-button, #join-page #user-login .form-button, #join-page #payment #payment-form-submit {
  margin-top: 32px;
  width: 230px;
  border-radius: 64px;
  font-weight: 600;
  background: #F44945;
  text-transform: uppercase;
}

#join-page #payment #payment-form-submit {
  margin-top: 16px;
}

#payment-form-submit {
  float: right;
}

@media all and (min-width: 1389px) {
  #subscriptions {
    display: block;
    margin-top: 0px;
  }
}


@media all and (min-width: 841px) and (max-width: 1388px) {
  #subscriptions {
    display: flex;
    margin-top: 0px;
  }
}

@media all and (min-width: 500px) and (max-width: 840px) {
  #truemed-instructions-plan-sel {
    margin: -30px auto 10px;
    max-width: 400px;
  }
}

@media all and (max-width: 499px) {
  #truemed-instructions-plan-sel {
    margin: -30px auto 10px;
    max-width: 280px;
  }
}

@media all and (max-width: 840px) {
  #subscriptions {
    display: block;
    margin-top: 0px;
  }

  #truemed-instructions-join {
    margin-left: 12px;
    margin-bottom: 10px;
  }

  .sandwich {
    padding-bottom: 2vh;
  }
}

#subscription input[name="subscription"] {
  display: none;
}

#subscription label {
  /*border: 1px solid #D5D5D5;*/
  color: #000;
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
}

#subscription label.active {
  /*color: #FB0690;*/
  /*border: 3px solid #F44945;*/
}

#subscription label > h4 {
  font-size: 40px;
  line-height: 32px;
}

#subscription label > h4 > span {
  font-size: 20px;
  text-transform: uppercase;
}

#subscription label > h6 {
  font-size: 13px;
  line-height: 16px;
}

#no-postal {
  cursor: pointer;
}

/* Spinner */
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.0)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/************
  ACCT PAGE
************/
#account-summary {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}

#account-page .img-box > img {
  border-radius: 8px;
}

#account-page .img-box {
  height: 75px;
  width: 75px;
  padding: 20px;
}

.account-section {
  padding: 0 18px;
  border-bottom: 1px solid #E6E6E6;
}

.account-section .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.account-section .title h2 {
  padding-left: 0;
}

.account-section p {
  padding: 18px 0;
  margin: 0;
}

.account-section .title i {
  cursor: pointer;
  font-size: 25px;
}

.account-section #profile,
.account-section #payment {
  border-top: 1px solid #E6E6E6;
}

/*Copy from regular-19*/
#account-page label[for^="edit-file-upload"] {
  font-size: 19px;
  color: var(--mine-shaft);
  letter-spacing: 0.12px;
  font-weight: 400;
}

.js-form-managed-file div[role="contentinfo"] {
  display: none;
}

#account-page #profile .text-box,
#account-page #subscription .text-box {
  /*border-top: 1px solid #E6E6E6;*/
  padding: 12px 0;
}

#account-page #subscription p.regular-15 {
  padding: 0;
  line-height: 17px;
}

#account-page #subscription p.regular-19 {
  padding: 0 0 9px 0;
  line-height: 22px;
}

.account-section .title h2 {
  font-size: 21px;
  padding: 19px 0;
  line-height: 21px;
}

#account-page #profile a#open-password-fields {
  cursor: pointer;
}

#account-page #billing-success,
#account-page #billing-error {
  border-top: 1px solid #E6E6E6;
  padding: 12px 0;
  color: #fff;
}

#account-page #billing-success p,
#account-page #billing-error p {
  padding: 0 12px;
}

#account-page #billing-success {
  background-color: #6ACE55;
}

#account-page #billing-error {
  background-color: #F44945;
}


#account-page #account-image-upload {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#account-page #account-image-upload .img-box {
  padding-left: 0;
}

#account-page #account-image-upload .text-box {
  border-top: none;
  padding: 0;
}

#account-page #account-image-upload .text-box input[type="file"],
#account-page #account-image-upload .text-box p {
  margin-bottom: 0;
  padding: 0;
}

#promo-message {
  color: #F44945;
}

.round-corners {
  border-radius: 6px;
}

/* File links come with this icon image thing . . . bye bye */
.file--image {
  background-image: none !important;
}

#idme-product-message {
  display: none;
}

/**********
  SUCCESS
**********/
.success-block {
  padding-top: 104px;
  text-align: left;
  max-width: 680px;
  margin: auto;
}

.download-tray {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.download-item {
  max-width: 300px;
}

/*======================================================================
  BRAND DESIGN-SYSTEM OVERRIDES — JOIN plan-selection screen
  Visual only (markup/IDs/JS untouched). Scoped to .path-join so the
  account pages are unaffected. Uses the theme's global brand tokens
  (color and font custom properties defined at :root in jm_theme tokens.css).
======================================================================*/

/* Eyebrow "WELCOME TO THE FITNESS APP" */
.path-join .Welcome-to-My-Fitness {
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
  font-size: 14px; /* was 29px — eyebrow scale */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-black);
}

/* Headline "Start your 7-Day FREE trial!" → Canela, de-redded */
.path-join .Start-your-7-Days-FREE-trial,
.path-join .Start-your-7-Days-FREE-trial-1 {
  font-family: var(--font-heading);
  font-weight: var(--fw-thin);
  color: var(--color-black);
}

/* "Pick your plan…" subhead */
.path-join .choose-plan-text {
  font-family: var(--font-body);
  font-size: 18px; /* was 24px — subhead scale, subordinate to the headline */
  color: var(--color-black);
}

/* Plan label / price / offer */
.path-join .month {
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
  color: var(--color-black);
}
.path-join .price {
  font-family: var(--font-body);
  color: var(--color-black); /* was old-brand red */
}
.path-join .sale-lbl {
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
  color: var(--color-blood-orange); /* "Offer!" accent (was red) */
}
.path-join .per-month {
  font-family: var(--font-body);
  color: var(--color-dark-grey); /* unit label, muted (was red) */
}
.path-join .after-trial {
  font-family: var(--font-body);
}

/* Pricing card → clean bordered card */
.path-join .plan-block {
  border: 1px solid var(--color-grey);
}

/* "Start My Subscription" → secondary (black pill) button */
.path-join .start-my-trial-btn {
  display: inline-block;
  width: auto;
  padding: 12px 28px;
  background-color: var(--color-black); /* was #F44945 red */
  color: var(--color-white);
  border-radius: 60px;
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
  font-size: 12px;
  text-transform: uppercase;
}

/* Promo + truemed links → de-redded */
.path-join .have-a-promo-code {
  font-family: var(--font-body);
  font-size: 16px; /* was 22px — minor form prompt */
  color: var(--color-black);
}
.path-join .form-button-b {
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-text-link); /* 12px — was 18px; matches the Text Link scale */
  letter-spacing: 0.04em;
  color: var(--color-blood-orange);
  text-transform: uppercase;
}
.path-join .truemed-blurb a {
  color: var(--color-blood-orange);
}

/* --- Create Account step --- */
.path-join .create-your-account {
  font-family: var(--font-heading);
  font-weight: var(--fw-thin);
  color: var(--color-black);
}
.path-join .login-info {
  font-family: var(--font-body);
  color: var(--color-black);
}
/* "Almost Done" / "Sign In" submit → secondary (black pill) */
.path-join .form-button {
  background-color: var(--color-black); /* was #F44945 red */
  color: var(--color-white);
  border-radius: 60px;
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
  font-size: 12px;
  text-transform: uppercase;
}
/* "Sign In" / "Create Account" toggle link + applied-promo text → de-redded */
.path-join .switch-user-form {
  color: var(--color-blood-orange);
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
}
.path-join .small-promo-text-pink {
  color: var(--color-blood-orange);
}

/* --- Payment step + all join form inputs --- */
/* Card/email/password inputs + selects → Aktiv (the "Subscribe" submit reuses
   .form-button, already a black pill above). */
.path-join input[type="text"],
.path-join input[type="email"],
.path-join input[type="password"],
.path-join input[type="tel"],
.path-join select {
  font-family: var(--font-body);
}
/* legacy red link ("Edit card number" etc.) → blood-orange */
.path-join .hyper {
  color: var(--color-blood-orange);
}

/* Selected-plan summary promo (step 2) + payment "Click here." link */
.path-join .Have-a-Promo-Code {
  font-family: var(--font-body);
}
.path-join .Click-Here {
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-text-link); /* 12px, matches APPLY CODE */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-blood-orange);
}
.path-join #no-postal {
  font-family: var(--font-body-extended);
  font-weight: var(--fw-semibold);
  font-size: var(--fs-text-link); /* 12px, matches APPLY CODE */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-blood-orange);
}
/* Terms / legal links in the payment step → de-redded */
.path-join #sandwich a {
  color: var(--color-blood-orange);
}
/* Required-field "*" markers → blood-orange (was red) */
.path-join .form-required::after,
.path-join abbr.form-required {
  color: var(--color-blood-orange);
}



