.timeAndRewards__aqaE7 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 4vw;
}

  .timeAndRewards__aqaE7.fullWidth__wbxds {
    gap: 1.25rem;
    justify-content: space-between;
    width: 100%;
  }

.detailItem__LzWbu .label__RQ52s, .detailItem__LzWbu .value__gRBzI {
    display: block;
  }

.detailItem__LzWbu .label__RQ52s {
    font-size: var(--default-font-size);
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: left;
  }

.detailItem__LzWbu .value__gRBzI {
    align-items: center;
    background: var(--lighter-gray);
    border-radius: 0.75rem;
    box-sizing: border-box;
    display: flex;
    font-size: var(--default-font-size);
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }

.secondary__mA1Ob {
  gap: 1.25rem 2vw;
}

.secondary__mA1Ob .detailItem__LzWbu .value__gRBzI {
      background: var(--white);
    }

.hideLabels__fVh9W .detailItem__LzWbu .label__RQ52s {
      display: none;
    }

@media screen and (max-width: 768px) {
  .timeAndRewards__aqaE7.fullWidth__wbxds {
    justify-content: left;
  }
}

.labeledSection__Ye7eN {
  margin-top: 1.25rem;
  width: 100%;
}

.label__Ceh1T, .content__VVgQD {
  display: block;
}

.label__Ceh1T {
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.content__VVgQD {
  align-items: center;
  background: var(--lighter-gray);
  border-radius: 0.75rem;
  box-sizing: border-box;
  display: flex;
  gap: 0.75rem;
  padding: 1.25rem 0.75rem 1.25rem 1rem;
  width: 100%;
}

.contentGrid__nDAv8 {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto auto;
}

  .contentGrid__nDAv8 > * {
    min-width: auto;
  }

.deviceDesc__Ce2qH {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-right: 1.25rem;
}

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

.headingWrapper__coAJj {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 0.5rem;
  width: 100%;
}

.heading__Afo5M {
  flex-grow: 1;
  font-size: 1.75rem;
  font-weight: 900;
}

.copyLinkButton__ijZjc {
  align-items: center;
  display: flex;
  gap: 0.375rem;
}

.copyLinkButton__ijZjc svg {
    color: var(--light-violet);
  }

.reward__SCat2 {
  color: var(--sentiment-positive);
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  text-align: left;
  width: 100%;
}

.customRewardsText__BMcc4 {
  cursor: default;
}

.testDescription__RsfYD {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  max-width: 56.25rem;
}

.content__kNeSN {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 62.5rem;
  padding: 1.875rem 1.25rem 8.125rem;
  width: 100%;
}

.applyWidgetWrapper__TR1eU {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.testClosedMessage__t9l5P {
  max-width: 43.75rem;
}

@media screen and (max-width: 1200px) {
  .content__kNeSN {
    padding: 1.25rem 1rem 6.25rem;
  }
}

@media screen and (max-width: 900px) {
  .content__kNeSN {
    padding: 1rem 1rem 2.5rem;
  }

  .testDescription__RsfYD {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

/* This entrypoint ships without global.css, so the only shared tokens it can read are the ones the public
   site's own stylesheet defines. The shades below have no counterpart there, hence the local tokens. */
.planOptionItem__bGWn0 {
  --plan-options-body-text: #3c4654;
  --plan-options-card-border: #e3e3e3;
  --plan-options-feature-text: #28303b;
  --plan-options-included-bg: #fafafa;
  --plan-options-input-border: #d5d5d5;
  --default-font-size: 0.875rem;

  background-color: var(--white);
  border: 0.0625rem solid var(--plan-options-card-border);
  border-radius: 0.75rem;
  box-sizing: border-box;
  color: var(--dark-navy);
  min-width: 0;
  padding: 1.75rem 1.5rem;
  position: relative;
}
/* The emphasized card keeps the same outer size: the thicker border eats one pixel of padding. */
.planOptionItem__bGWn0.highlighted__JrbW6 {
    border: 0.125rem solid var(--violet);
    padding: 1.6875rem 1.4375rem;
  }
.planOptionItem__bGWn0 .calculatorLink__me7PF {
    color: var(--mid-violet);
    font-size: 0.875rem;
    margin-top: 0.25rem;
    text-decoration: underline;
  }
.planOptionItem__bGWn0 .calculatorLink__me7PF:hover {
      color: var(--violet);
    }
.planOptionItem__bGWn0 .mainButton__a4TyW {
    font-size: 1rem;
    height: 2.5rem;
    justify-content: center;
    width: 100%;
  }
.planOptionItem__bGWn0 .selectContainer__uxhiw {
    margin-top: 0.875rem;
    width: 100%;
  }
.planOptionItem__bGWn0 .selectContainer__uxhiw [class*="-control"] {
      border-radius: 0.625rem;
      border: 0.0625rem solid var(--plan-options-input-border);
      min-height: 2.75rem;
    }
.planOptionItem__bGWn0 .selectContainer__uxhiw [class*="-control"] > :first-child {
        padding: 0 0.5rem 0 0.75rem;
      }

.popularPill__CJtzT {
  background-color: var(--violet);
  border-radius: 62.4375rem;
  color: var(--white);
  font-size: 0.6875rem;
  font-weight: 900;
  left: 50%;
  letter-spacing: 0.05rem;
  padding: 0.3125rem 0.875rem;
  position: absolute;
  top: -0.8125rem;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* Fixed zones keep the price line and the CTA aligned across all three cards. */
.headerZone__UG48t {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 11rem;
}

.title__EX5Vl {
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
  margin: 0 0 0.625rem;
}

.description__Guxpy {
  color: var(--plan-options-body-text);
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.5;
  margin: 0;
}

.includedCredits__ZQJac {
  background-color: var(--plan-options-included-bg);
  border: 0.0625rem solid var(--plan-options-input-border);
  border-radius: 0.625rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  margin-top: 0.875rem;
  padding: 0.75rem 0.875rem;
  width: 100%;
}

.eyebrow__nuZIa {
  background-color: var(--lightest-blue);
  border-radius: 0.25rem;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.0375rem;
  margin-top: 0.875rem;
  padding: 0.375rem 0.625rem;
}

.priceZone__D6uPu {
  min-height: 5.75rem;
}

.priceLine__AjtLF {
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
}

/* bold maps to Roobert Medium both in global.css and in the public site's stylesheet; 500 does not exist there. */
.price__ZHUeo {
  font-size: 1.75rem;
  font-weight: bold;
}

.priceUnit__U6mtN {
  color: var(--plan-options-body-text);
  font-size: 0.875rem;
  font-weight: 200;
}

.priceSubText__SsFtA {
  color: var(--plan-options-body-text);
  display: block;
  font-size: 0.875rem;
  font-weight: 200;
  margin-top: 0.375rem;
}

.featuresContainer__FrcUd {
  color: var(--plan-options-feature-text);
}

.featuresHeading__WZzTJ,
.groupHeading__3MTv8 {
  color: var(--darker-gray);
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.075rem;
  margin: 1.125rem 0 0.75rem;
  text-transform: uppercase;
}

.featuresHeading__WZzTJ:first-child, .groupHeading__3MTv8:first-child {
    margin-top: 1.375rem;
  }

.featureList__e7s2z {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 200;
  gap: 0.75rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.groupHeading__3MTv8 + .featureList__e7s2z {
  gap: 0.6875rem;
}

.featureRow__eVrSm {
  align-items: flex-start;
  display: flex;
  gap: 0.625rem;
  list-style: none;
}

.checkMark__EnLzQ {
  color: var(--violet);
  flex: none;
  margin-top: 0.125rem;
}

@media screen and (max-width: 768px) {
  .planOptionItem__bGWn0 {
    flex: none;
    max-width: 25rem;
    width: 100%;
  }

  .headerZone__UG48t,
  .priceZone__D6uPu {
    min-height: 0;
  }

  .priceZone__D6uPu {
    margin: 1.5rem 0;
  }
}

/* This entrypoint ships without global.css, and the public site's stylesheet has no page tint this warm,
   so the token is local. */
.planListContainer__mxz3h {
  --plan-options-page-bg: #f6f6f5;

  background-color: var(--plan-options-page-bg);
  margin: 0.75rem auto 0;
  padding-bottom: 3.125rem;
  width: 100%;
}
.planListContainer__mxz3h .planList__cquI6 {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    gap: 1.875rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 70rem;
    padding: 3rem 0.625rem 2.5rem;
    width: 100%;
  }
.planListContainer__mxz3h .planList__cquI6 > * {
      flex-basis: 0;
      flex-grow: 1;
    }
@media screen and (max-width: 768px) {
.planListContainer__mxz3h .planList__cquI6 {
      align-items: center;
      flex-direction: column
  }
    }

.testListWrapper__o1_YN {
  margin: 1.25rem auto 0;
  max-width: 75rem;
  width: 100%;
}

.testList__fGpPB {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0 auto;
  padding: 0 0 3.125rem;
  width: 100%;
}

.listItem__W1ESB .itemSection__PXZuf {
    margin-bottom: 0;
    padding-bottom: 1.875rem;
    padding-right: 1.875rem;
  }

.listItem__W1ESB h2 {
    font-family: var(--default-font-family);
    font-size: 1.125rem;
    font-weight: bold;
    padding-right: 2.5rem;
    text-align: left;
  }

.listItem__W1ESB p {
    font-family: var(--default-font-family);
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 1.5rem;
    text-align: left;
  }

.listItem__W1ESB .bottom__aQshe {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    margin-top: 2.25rem;
  }

.listItem__W1ESB .deviceIconList__JO7Zh {
    align-items: center;
    display: flex;
    gap: 0.875rem;
  }

.listItem__W1ESB .deviceIconList__JO7Zh li {
      display: inline-flex;
    }

.detailsRowWrapper__oK0TR {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  justify-content: space-between;
  width: 100%;
}

.notificationCount__PC5q_ {
  align-items: center;
  display: flex;
  font-weight: bold;
  gap: 0.375rem;
}

.notificationCount__PC5q_ svg {
    color: var(--error);
  }

.skeletonWrapper__fpSeV {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
  width: 100%;
}

.skeletonWrapper__fpSeV .skeleton__KGy7a {
    max-width: 100%;
    transform: none;
  }

.reward__seRXB, .customRewardText__ShV3K {
  color: var(--sentiment-positive);
  font-size: 1.125rem;
  font-weight: 900;
  margin-right: 0.875rem;
  margin-top: 0.75rem;
}

.customRewardText__ShV3K {
  font-size: 1rem;
}

.bottom__aQshe .customRewardText__ShV3K {
  display: none;
}

@media screen and (max-width: 768px) {
  .customRewardText__ShV3K {
    display: none;
  }

  .bottom__aQshe .customRewardText__ShV3K {
    display: block;
  }
}

.filters__SeiNI {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
  width: 100%;
}

.pickerContent__SWUCt label span {
  white-space: nowrap;
}

