.topPicksMethodology--shortcode {
  background-color: #f5f4ef;
  border: 0 !important;
  border-radius: 16px;
  margin: 0.75rem;
  margin-top: 0;
}
@media (min-width: 961px) {
  .topPicksMethodology--shortcode {
    margin: 1rem 0.5rem;
    margin-top: 0;
  }
}
.topPicksMethodology--shortcode .luna-accordion {
  padding: 16px 15px 16px 20px;
}
.topPicksMethodology--shortcode .luna-accordion__action {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
  padding: 0 !important;
  text-align: center;
}
@media (min-width: 961px) {
  .topPicksMethodology--shortcode .luna-accordion__action {
    font-size: 20px;
  }
}
.topPicksMethodology--shortcode .luna-accordion__action::before {
  display: none;
}
.topPicksMethodology--shortcode .luna-accordion__title {
  color: #232320;
  text-align: left;
}
.topPicksMethodology--shortcode .luna-accordion__title:hover {
  color: #232320;
}
.topPicksMethodology--shortcode .topPicksMethodology__toggleIcon {
  margin-left: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.topPicksMethodology--shortcode .topPicksMethodology__toggleIcon:hover {
  fill: #232320;
}
.topPicksMethodology--shortcode .luna-accordion__action:not(.collapsed) .topPicksMethodology__toggleIcon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.topPicksMethodology--shortcode .accordionContent {
  color: #232320;
  font-family: "Modern Era", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  padding-top: 16px;
}
@media (min-width: 961px) {
  .topPicksMethodology--shortcode .accordionContent {
    font-size: 18px;
  }
}
.topPicksMethodology--shortcode .accordionContent a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.topPicks.topPicksF1 .topPicks__type,
.topPicks.topPicksF1 .topPicks__typeLabel {
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
.topPicks.topPicksF1 .topPicks__card > .luna-card__block:nth-child(1) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.topPicks.topPicksF1 .luna-button--success {
  background-color: #1d53ff;
  border: #1d53ff;
  border-radius: 12px;
  font-size: 1rem;
  font-style: italic;
  height: 3rem;
  line-height: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-transform: uppercase;
}
.topPicks.topPicksF1 .luna-button--success:hover, .topPicks.topPicksF1 .luna-button--success:focus, .topPicks.topPicksF1 .luna-button--success:active {
  background-color: #0a41ee;
  border: #0a41ee;
}
.topPicks.topPicksF1 .topPicksSecondaryCTA {
  color: inherit;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}

.topPicks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0;
}
@media (min-width: 961px) {
  .topPicks {
    margin: 2rem 0.5rem 1.5rem;
  }
}
@media (max-width: 960px) {
  .topPicks {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (min-width: 1281px) {
  .topPicks {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topPicks .topPicks__list {
  -webkit-overflow-scrolling: touch;
  contain: inline-size;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
  width: 100%;
}
.topPicks .topPicks__list .u-grid {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.topPicks .topPicks__list .topPicks__col {
  min-width: 0;
  scroll-snap-align: center;
}
@media (max-width: 1280px) {
  .topPicks .topPicks__list {
    margin: -1rem 0;
    padding: 1rem 0;
    -webkit-scroll-snap-type: x proximity;
        -ms-scroll-snap-type: x proximity;
            scroll-snap-type: x proximity;
  }
  .topPicks .topPicks__list .topPicks__col:first-child {
    margin-left: 1rem;
  }
  .topPicks .topPicks__list .topPicks__col:last-child {
    position: relative;
  }
  .topPicks .topPicks__list .topPicks__col:last-child::after {
    content: "";
    height: 1px;
    position: absolute;
    right: -1rem;
    top: 0;
    width: 1rem;
  }
  .topPicks .topPicks__list .u-grid > .u-5\/12\@s {
    max-width: 19rem;
  }
}
@media (min-width: 1281px) {
  .topPicks .topPicks__list {
    margin: 0 -0.75rem -1.5rem;
    padding: 0 0.75rem 1.5rem;
    -webkit-scroll-snap-type: x proximity;
        -ms-scroll-snap-type: x proximity;
            scroll-snap-type: x proximity;
  }
  .topPicks .topPicks__list .topPicks__col {
    min-width: 13.75rem;
  }
}
.topPicks .topPicks__list .u-grid__col {
  padding-bottom: 0;
}
.topPicks .luna-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0 !important;
  min-width: 0;
  overflow: visible;
}
.topPicks .luna-card--stretch {
  height: auto;
}

.topPicks .u-grid--alignStretch {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.topPicks__card {
  border: 1px solid var(--color-border-normal, #d4d3ce);
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 4px 0 rgba(35, 35, 32, 0.15);
          box-shadow: 0 0 4px 0 rgba(35, 35, 32, 0.15);
  text-align: center;
  width: 100%;
}

.topPicks a:hover,
.topPicks a:focus {
  text-decoration-thickness: 2px;
}

.topPicks a.topPicks__cta,
.topPicks a.topPicks__cta:hover,
.topPicks a.topPicks__cta:focus,
.topPicks a.topPicks__score,
.topPicks a.topPicks__score:hover,
.topPicks a.topPicks__score:focus {
  text-decoration: none;
}

.topPicks__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem;
}
@media (max-width: 960px) {
  .topPicks__body {
    padding: 1.5rem 1rem;
  }
}

.topPicks__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e5f7ff;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.625rem;
  padding: 0.5rem;
}

.topPicks__category {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.25rem;
  margin: 0;
}

.topPicks__lozenge {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
}

.topPicks__lozenge--promoted {
  background-color: #fff9e5;
  border: 1px solid #ffd23b;
  border-radius: 25px;
  color: #242a2f;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  min-height: 20px;
  padding: 0 8px;
  text-transform: uppercase;
}

.topPicks__badgeRow {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  min-height: 1.25rem;
}

.topPicks .gx-badge {
  display: contents !important;
}

.topPicks .gx-badge__body {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #db2420;
  border: none;
  border-radius: 25px;
  color: #fff !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-size: 12px;
  font-weight: 800 !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0 !important;
  min-height: 20px !important;
  padding: 0 8px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.topPicks .gx-badge__body .badge-text {
  margin-bottom: 0;
  position: relative;
  top: 0.5px;
}

.topPicks .gx-badge__body.awards-badge__body {
  background: linear-gradient(269.9deg, #e1bb43 -0.13%, #ffe58c 49.79%, #e1bb43 99.71%);
  border: 1px solid #d4af37;
  color: #232320 !important;
}

.topPicks .gx-badge__body.retail-badge__body {
  background: #0a41ee;
  border: none;
  color: #fff !important;
}

.topPicks .gx-badge__body.green-badge__body {
  background: #00601b;
  border: none;
  color: #fff !important;
}

.topPicks .gx-badge__body.generic-badge__body {
  background: #f5f4ef;
  border: none;
  color: #232320 !important;
  font-weight: 500 !important;
  text-transform: none;
}

.topPicks .gx-badge__body.awards-badge__body::before,
.topPicks .gx-badge__body.retail-badge__body::before,
.topPicks .gx-badge__body.green-badge__body::before {
  content: none;
}

.topPicks__lozenge--reward {
  background: linear-gradient(103.63deg, #ffd23b 9.47%, #ffd835 16.17%, #feda3d 21.75%, #fee053 29.57%, #feea77 39.61%, #fdf7a9 50.78%, #fdffc4 56.36%, #fdf8ac 58.59%, #fdee88 61.94%, #fee669 65.29%, #fee052 68.64%, #fedb41 73.1%, #fed838 77.57%, #ffd835 83.15%, #ffd23b 89.85%);
  border: 1px solid #e6b40f;
  border-radius: 4px 20px 20px 20px;
  color: #092673;
  font-size: 1rem;
  font-style: italic;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 900;
  height: 24px;
  line-height: 24px;
  overflow: visible;
  padding: 0 8px 0 2px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.topPicks a.topPicks__lozenge--reward:hover,
.topPicks a.topPicks__lozenge--reward:focus {
  color: #092673;
  text-decoration: none;
}
.topPicks a.topPicks__lozenge--reward:hover span,
.topPicks a.topPicks__lozenge--reward:focus span {
  text-decoration: none;
}

.topPicks__rewardShimmer {
  border-radius: inherit;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.topPicks__rewardShimmer::before {
  -webkit-animation: topPicksRewardShimmer 3.5s ease-in-out infinite;
          animation: topPicksRewardShimmer 3.5s ease-in-out infinite;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(60%, rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 60%, transparent 100%);
  content: "";
  height: 200%;
  left: -30%;
  position: absolute;
  top: -50%;
  -webkit-transform: translateX(-100%) skewX(-30deg);
          transform: translateX(-100%) skewX(-30deg);
  width: 35%;
}

@-webkit-keyframes topPicksRewardShimmer {
  0% {
    -webkit-transform: translateX(450%) skewX(-30deg);
            transform: translateX(450%) skewX(-30deg);
  }
  40%, 100% {
    -webkit-transform: translateX(-150%) skewX(-30deg);
            transform: translateX(-150%) skewX(-30deg);
  }
}

@keyframes topPicksRewardShimmer {
  0% {
    -webkit-transform: translateX(450%) skewX(-30deg);
            transform: translateX(450%) skewX(-30deg);
  }
  40%, 100% {
    -webkit-transform: translateX(-150%) skewX(-30deg);
            transform: translateX(-150%) skewX(-30deg);
  }
}
.topPicks__rewardIcon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 31px;
  margin-right: 6px;
  overflow: visible;
  width: 44px;
}

.topPicks__nameRow {
  margin-bottom: 0.5rem;
  min-height: 2.25rem;
}

.topPicks .topPicks__nameRow--empty {
  margin-bottom: 0;
  min-height: 0;
}

.topPicks__rewardRow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2rem;
}

.topPicks__ctaRow {
  margin-top: 1rem;
  min-height: 3rem;
}

.topPicks__ctaRow:has(+ .topPicks__disclaimerRow .topPicks__ctaDisclaimer) {
  margin-bottom: 0.25rem;
}

.topPicks__disclaimerRow {
  margin-bottom: 1rem;
  min-height: 1.25rem;
}

.topPicks__scoreRow {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  min-height: 2.5rem;
}

.topPicks__offerRow {
  margin-bottom: 1rem;
  min-height: 4.125rem;
}
.topPicks__offerRow:last-child {
  margin-bottom: 0;
}

.topPicks__productName {
  color: #1d53ff;
  display: block;
  font-family: "Modern Era", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.125rem;
  max-width: 100%;
  text-align: center;
  text-decoration: underline;
}

.topPicks__productName--static {
  color: #242a2f;
  text-decoration: none;
}

.topPicks__figure {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: 3rem;
  row-gap: 0.25rem;
}

.topPicks__comboImage {
  aspect-ratio: 97/60;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
  width: 6.0625rem;
}

.topPicks__image {
  aspect-ratio: 97/60;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
  width: 6.0625rem;
}

.topPicks__cta {
  width: 100%;
}

.topPicks__ctaDisclaimer {
  color: var(--color-foreground-main, #232320);
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

.topPicks__score {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.topPicks__scoreBadge {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0.5rem;
}

.topPicks .score__badge {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px 24px 24px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 2.5rem;
}

.topPicks .topPicks__scoreInfoIcon {
  background-color: #fff;
  border-radius: 50%;
  height: 0.875rem;
  position: absolute;
  right: -0.25rem;
  top: -0.25rem;
  width: 0.875rem;
}

.topPicks__score--clickable {
  cursor: pointer;
}

.topPicks .topPicks__score--clickable .score__badge::before {
  background-color: #fff;
  border: 1px solid #d4d3ce;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #242a2f;
  content: "How do we score?";
  font-size: 12px;
  font-weight: 500;
  left: 50%;
  margin-top: 8px;
  opacity: 0;
  padding: 8px 12px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  white-space: nowrap;
  z-index: 10;
}

.topPicks .topPicks__score--clickable .score__badge:hover::before {
  opacity: 1;
  visibility: visible;
}

.topPicks .score__badge--excellent {
  background-color: #1d53ff;
}

.topPicks .score__badge--great {
  background-color: #008024;
}

.topPicks .score__badge--standard {
  background-color: #ffd23b;
}
.topPicks .score__badge--standard .score__value {
  color: #232320;
}

.topPicks .score__badge--basic {
  background-color: #db2420;
}

.topPicks .score__value {
  color: #fff;
  font-size: 1.25rem;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.topPicks__scoreLabel {
  color: #242a2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.25;
  text-align: left;
}
.topPicks__scoreLabel strong {
  color: var(--color-foreground-main, #232320);
  font-size: 1rem;
  font-weight: 800;
}

.topPicks__scoreName {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #74736e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
}

.topPicks__offer {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #e5ffed;
  border: 1px solid #1dd751;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-align: left;
}

.topPicks .topPicks__offerIcon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 1.125rem;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  width: 1.125rem;
}

.topPicks .topPicks__offerInfoIcon {
  display: block;
  height: 1rem;
  width: 1rem;
}

.topPicks__offerText {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.875rem;
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 400;
  line-height: 1.25rem;
  min-width: 0;
  overflow-wrap: break-word;
}

.topPicks__offerInfo {
  color: var(--color-foreground-main, #232320);
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0.5rem;
  margin-top: 0.125rem;
}

.topPicks__offerTooltip {
  background-color: #fff;
  border: 1px solid var(--color-border-normal, #d4d3ce);
  border-radius: 0.75rem;
  bottom: calc(100% + 0.5rem);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #41403b;
  font-size: 0.875rem;
  font-style: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  left: auto;
  line-height: 1.25;
  max-width: 13.4375rem;
  opacity: 0;
  padding: 0.75rem 1rem;
  pointer-events: none;
  position: absolute;
  right: -0.0625rem;
  text-align: left;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 30;
}

.topPicks__offerTooltip::before,
.topPicks__offerTooltip::after {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.topPicks__offerTooltip::before {
  border-color: var(--color-border-normal, #d4d3ce) transparent transparent;
  border-width: 0.625rem 0.625rem 0;
  right: 0.8125rem;
}

.topPicks__offerTooltip::after {
  border-color: #fff transparent transparent;
  border-width: 0.5625rem 0.5625rem 0;
  right: 0.875rem;
}

.topPicks__offerInfo:hover .topPicks__offerTooltip,
.topPicks__offerInfo:focus .topPicks__offerTooltip {
  opacity: 1;
  visibility: visible;
}

.topPicks__features {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.topPicks__features li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  min-height: 1.25rem;
}
.topPicks__features li span {
  margin-top: 0.125rem;
}
.topPicks__features li:last-child {
  margin-bottom: 0;
}

.topPicks .topPicks__featureIcon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 1.125rem;
  margin-right: 0.25rem;
  width: 1.125rem;
}

.topPicks__features .topPicks__featureHeading {
  font-weight: 600;
}

.topPicks__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
  text-align: left;
}

.topPicks__descriptionRow--text {
  border-top: 1px solid var(--color-border-normal, #d4d3ce);
  padding-top: 1rem;
}

.topPicks .topPicks__card:has(+ .topPicks__importantInfo) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.topPicks__importantInfo {
  background-color: #fff;
  border: 1px solid var(--color-border-normal, #d4d3ce);
  border-radius: 0 0 1rem 1rem;
  border-top: 0;
  -webkit-box-shadow: 0 4px 4px -2px rgba(35, 35, 32, 0.15);
          box-shadow: 0 4px 4px -2px rgba(35, 35, 32, 0.15);
  padding: 1rem;
  text-align: left;
}
.topPicks__importantInfo summary {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.topPicks__importantInfo summary::-webkit-details-marker {
  display: none;
}

.topPicks .topPicks__importantInfoChevron {
  color: var(--color-foreground-main, #232320);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 18px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 18px;
}

.topPicks__importantInfo[open] .topPicks__importantInfoChevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.topPicks__importantInfoBody {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@media (min-width: 1281px) {
  .topPicks .u-grid__col.topPicks__col--hideDesktop {
    display: none;
  }
}

@media (max-width: 960px) {
  .topPicks--stack .topPicks__list {
    margin: 0;
    overflow-x: visible;
    padding: 0 1rem;
  }
  .topPicks--stack .topPicks__list .topPicks__col:first-child {
    margin-left: 0;
  }
  .topPicks--stack .topPicks__list .topPicks__col:last-child::after {
    content: none;
  }
  .topPicks--stack .u-grid {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .topPicks--stack .topPicks__col {
    margin-bottom: 1rem;
    max-width: none !important;
    width: 100% !important;
  }
  .topPicks--stack .topPicks__col:last-child {
    margin-bottom: 0;
  }
}

.topPicks__validationError {
  background-color: #fdecea;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  color: #842029;
  padding: 0.5rem;
}

.topPicks[data-count-items="5"] + .topPicksMethodology {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 961px) {
  .topPicks[data-count-items="5"] + .topPicksMethodology {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@supports (grid-template-rows: subgrid) {
  @media (min-width: 1281px) {
    .topPicks .topPicks__list {
      margin: -0.25rem -0.25rem -1.5rem;
      padding: 0.25rem 0.25rem 1.5rem;
    }
  }
  .topPicks .u-grid {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: minmax(12.25rem, 24rem);
    grid-auto-flow: column;
    -ms-grid-rows: (auto)[11];
        grid-template-rows: repeat(11, auto);
    -webkit-box-pack: safe center;
    -webkit-justify-content: safe center;
        -ms-flex-pack: safe center;
            justify-content: safe center;
    margin: 0;
  }
  @media (max-width: 1280px) {
    .topPicks .u-grid {
      grid-auto-columns: min(72%, 17.5rem);
    }
  }
  .topPicks .u-grid > .u-grid__col {
    display: -ms-grid;
    display: grid;
    grid-row: 1/-1;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: subgrid;
        grid-template-rows: subgrid;
    max-width: none;
    min-width: 0;
    padding: 0;
    width: auto !important;
  }
  .topPicks .topPicks__rewardRow {
    container-type: inline-size;
  }
  @container (max-width: 180px) {
    .topPicks__lozenge--reward {
      font-size: 0.8125rem;
      height: 20px;
      line-height: 20px;
    }
    .topPicks__rewardIcon {
      height: 25px;
      margin-right: 0.25rem;
      width: 36px;
    }
  }
  @media (min-width: 1281px) {
    .topPicks .u-grid > .u-grid__col.topPicks__col--hideDesktop {
      display: none;
    }
  }
  .topPicks .topPicks__card {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    grid-row: 1/-2;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: subgrid;
        grid-template-rows: subgrid;
  }
  .topPicks .topPicks__header {
    -ms-grid-row: 1;
    grid-row: 1;
    min-width: 0;
  }
  .topPicks .topPicks__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2/11;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: subgrid;
        grid-template-rows: subgrid;
    min-width: 0;
  }
  .topPicks .topPicks__badgeRow {
    -ms-grid-row: 1;
    grid-row: 1;
    min-height: 0;
  }
  .topPicks .topPicks__nameRow {
    -ms-grid-row: 2;
    grid-row: 2;
    min-height: 0;
  }
  .topPicks .topPicks__figure {
    -ms-grid-row: 3;
    grid-row: 3;
    min-height: 0;
  }
  .topPicks .topPicks__rewardRow {
    -ms-grid-row: 4;
    grid-row: 4;
    min-height: 0;
  }
  .topPicks .topPicks__ctaRow {
    -ms-grid-row: 5;
    grid-row: 5;
    min-height: 0;
  }
  .topPicks .topPicks__disclaimerRow {
    -ms-grid-row: 6;
    grid-row: 6;
    min-height: 0;
  }
  .topPicks .topPicks__scoreRow {
    -ms-grid-row: 7;
    grid-row: 7;
    min-height: 0;
  }
  .topPicks .topPicks__offerRow {
    -ms-grid-row: 8;
    grid-row: 8;
    min-height: 0;
  }
  .topPicks .topPicks__descriptionRow {
    -ms-grid-row: 9;
    grid-row: 9;
    min-height: 0;
  }
  .topPicks .topPicks__figure {
    min-height: 3rem;
  }
  .topPicks .topPicks__ctaRow {
    min-height: 3rem;
  }
  .topPicks .topPicks__importantInfo {
    -webkit-align-self: start;
        -ms-flex-item-align: start;
                -ms-grid-row-align: start;
            align-self: start;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  @media (max-width: 960px) {
    .topPicks--stack .u-grid,
    .topPicks--stack .u-grid__col,
    .topPicks--stack .topPicks__card {
      display: block;
    }
    .topPicks--stack .topPicks__body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
}
