@media (max-width: 900px) {
  .ee-mobile-dual-promo {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 164px;
    margin-top: 22px;
    margin-bottom: calc(36px + env(safe-area-inset-bottom, 0px));
    overflow: hidden;
    border: 1px solid rgba(232, 193, 111, 0.78);
    border-radius: 16px;
    background: #ffffff;
  }

  .ee-mobile-dual-promo::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(232, 193, 111, 0.72) 18%, rgba(232, 193, 111, 0.72) 82%, transparent);
    pointer-events: none;
  }

  .ee-mobile-panel[data-panel="home"] .ee-mobile-dual-promo .ee-mobile-premium-promo {
    min-width: 0;
    min-height: 164px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .ee-mobile-dual-promo .ee-mobile-premium-promo::after {
    display: none;
  }

  .ee-mobile-dual-promo .ee-mobile-premium-promo-copy,
  .ee-mobile-training-promo__copy {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: 164px;
    align-content: center;
    justify-items: center;
    gap: 8px;
    padding: 13px 10px;
    text-align: center;
  }

  .ee-mobile-dual-promo .ee-mobile-premium-promo-copy strong {
    color: #111111;
    font-family: "Prata", Georgia, serif !important;
    font-size: 19px;
    line-height: 1.12;
    font-weight: 400;
  }

  .ee-mobile-dual-promo .ee-mobile-premium-promo-copy span {
    color: #111111;
    font-size: 10px;
    line-height: 1.35;
  }

  .ee-mobile-dual-promo .ee-mobile-premium-promo-copy em,
  .ee-mobile-training-promo__copy em {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 10px;
    border: 1px solid #d8ad59;
    border-radius: 9px;
    background: transparent;
    color: #111111;
    font-family: "Prata", Georgia, serif !important;
    font-size: 11px;
    line-height: 1.15;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
  }

  .ee-mobile-training-promo {
    min-width: 0;
    color: #111111;
    text-decoration: none;
  }

  .ee-mobile-training-promo__copy strong,
  .ee-mobile-training-promo__copy > span {
    color: #111111;
    font-family: "Prata", Georgia, serif !important;
    font-weight: 400;
  }

  .ee-mobile-training-promo__copy strong {
    font-size: 18px;
    line-height: 1.12;
  }

  .ee-mobile-training-promo__copy > span {
    font-size: 18px;
    line-height: 1.16;
  }

  .ee-mobile-training-promo__copy em {
    margin-top: 8px;
  }

  @media (max-width: 360px) {
    .ee-mobile-dual-promo .ee-mobile-premium-promo-copy strong,
    .ee-mobile-training-promo__copy strong {
      font-size: 16px;
    }

    .ee-mobile-training-promo__copy > span {
      font-size: 16px;
    }
  }
}
