/* FMG Article Quiz Bridge */

.single-post .PostBody .fmg-article-quiz-bridge,
.single-post .entry-content .fmg-article-quiz-bridge {
  margin: 24px 0 28px;
}

.single-post .PostBody .fmg-article-direct-compare-cta,
.single-post .entry-content .fmg-article-direct-compare-cta {
  margin: 14px 0 28px;
}

.single-post .PostBody .fmg-article-quiz-bridge + .fmg-article-direct-compare-cta,
.single-post .entry-content .fmg-article-quiz-bridge + .fmg-article-direct-compare-cta {
  margin-top: -14px;
}

.fmg-video-page__bridge,
.fmg-video-hub__bridge {
  margin: 22px 0 28px;
}

.fmg-video-page__bridge .fmg-article-quiz-bridge,
.fmg-video-hub__bridge .fmg-article-quiz-bridge {
  margin: 0;
}

.single-post .PostBody .fmg-article-trust-surface,
.single-post .entry-content .fmg-article-trust-surface {
  margin: 20px 0 24px;
}

.fmg-article-trust-surface {
  --fmg-trust-ink: #11233f;
  --fmg-trust-soft: #5f6d88;
  --fmg-trust-accent: #0f5db8;
  --fmg-trust-border: rgba(17, 35, 63, 0.11);
  --fmg-trust-surface:
    radial-gradient(900px 260px at 0% -10%, rgba(28, 101, 194, 0.12), rgba(28, 101, 194, 0) 50%),
    linear-gradient(180deg, #fbfdff 0%, #f3f7ff 100%);
  --fmg-trust-shadow: 0 18px 32px rgba(17, 35, 63, 0.07);
}

.fmg-article-trust-surface__shell {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid var(--fmg-trust-border);
  border-radius: 20px;
  background: var(--fmg-trust-surface);
  box-shadow: var(--fmg-trust-shadow);
}

.fmg-article-trust-surface__eyebrow {
  color: var(--fmg-trust-accent);
  font: 800 0.74rem/1 "Montserrat", system-ui, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fmg-article-trust-surface__reviewer .fmg-module-review {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(17, 35, 63, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.fmg-article-trust-surface__reviewer .fmg-module-review__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.fmg-article-trust-surface__reviewer .fmg-module-review__copy {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
}

.fmg-article-trust-surface__reviewer .fmg-module-review__label {
  color: var(--fmg-trust-soft);
  font: 700 0.74rem/1.25 "DM Sans", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fmg-article-trust-surface__reviewer .fmg-module-review__name,
.single-post .PostBody .fmg-article-trust-surface__reviewer .fmg-module-review__name,
.single-post .entry-content .fmg-article-trust-surface__reviewer .fmg-module-review__name {
  color: var(--fmg-trust-ink);
  font: 800 0.94rem/1.2 "DM Sans", system-ui, sans-serif;
  text-decoration: none;
}

.fmg-article-trust-surface__reviewer .fmg-module-review__creds {
  color: var(--fmg-trust-soft);
  font: 700 0.8rem/1.25 "DM Sans", system-ui, sans-serif;
}

.fmg-article-trust-surface__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 14px;
}

.fmg-article-trust-surface__title {
  margin: 0;
  color: var(--fmg-trust-ink);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.fmg-article-trust-surface__date {
  color: var(--fmg-trust-soft);
  font: 700 0.8rem/1.3 "DM Sans", system-ui, sans-serif;
}

.fmg-article-trust-surface__summary,
.fmg-article-trust-surface__note {
  color: var(--fmg-trust-soft);
  font: 700 0.92rem/1.45 "DM Sans", system-ui, sans-serif;
}

.fmg-article-trust-surface__list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--fmg-trust-ink);
  font: 700 0.92rem/1.42 "DM Sans", system-ui, sans-serif;
}

.fmg-article-trust-surface__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.fmg-article-trust-surface__link,
.fmg-article-trust-surface__link:visited,
.single-post .PostBody .fmg-article-trust-surface__link,
.single-post .PostBody .fmg-article-trust-surface__link:visited,
.single-post .entry-content .fmg-article-trust-surface__link,
.single-post .entry-content .fmg-article-trust-surface__link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(21, 63, 129, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--fmg-trust-accent);
  font: 800 0.83rem/1.3 "DM Sans", system-ui, sans-serif;
  text-decoration: none;
  transition:
    transform 0.16s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}

.fmg-article-trust-surface__link:hover,
.fmg-article-trust-surface__link:focus-visible,
.fmg-article-trust-surface__link:hover:visited,
.fmg-article-trust-surface__link:focus-visible:visited,
.single-post .PostBody .fmg-article-trust-surface__link:hover,
.single-post .PostBody .fmg-article-trust-surface__link:focus-visible,
.single-post .PostBody .fmg-article-trust-surface__link:hover:visited,
.single-post .PostBody .fmg-article-trust-surface__link:focus-visible:visited,
.single-post .entry-content .fmg-article-trust-surface__link:hover,
.single-post .entry-content .fmg-article-trust-surface__link:focus-visible,
.single-post .entry-content .fmg-article-trust-surface__link:hover:visited,
.single-post .entry-content .fmg-article-trust-surface__link:focus-visible:visited {
  transform: translateY(-1px);
  border-color: rgba(21, 63, 129, 0.18);
  box-shadow: 0 12px 22px rgba(21, 39, 68, 0.08);
  color: #113a73;
}

.fmg-article-trust-surface__link--guide,
.fmg-article-trust-surface__link--guide:visited,
.single-post .PostBody .fmg-article-trust-surface__link--guide,
.single-post .PostBody .fmg-article-trust-surface__link--guide:visited,
.single-post .entry-content .fmg-article-trust-surface__link--guide,
.single-post .entry-content .fmg-article-trust-surface__link--guide:visited {
  border-color: rgba(99, 76, 180, 0.42);
  background: linear-gradient(180deg, #7458cf 0%, #634cb4 100%);
  box-shadow: 0 14px 24px rgba(99, 76, 180, 0.18);
  color: #f8f6ff !important;
  -webkit-text-fill-color: #f8f6ff;
}

.fmg-article-trust-surface__link--guide:hover,
.fmg-article-trust-surface__link--guide:focus-visible,
.fmg-article-trust-surface__link--guide:hover:visited,
.fmg-article-trust-surface__link--guide:focus-visible:visited,
.single-post .PostBody .fmg-article-trust-surface__link--guide:hover,
.single-post .PostBody .fmg-article-trust-surface__link--guide:focus-visible,
.single-post .PostBody .fmg-article-trust-surface__link--guide:hover:visited,
.single-post .PostBody .fmg-article-trust-surface__link--guide:focus-visible:visited,
.single-post .entry-content .fmg-article-trust-surface__link--guide:hover,
.single-post .entry-content .fmg-article-trust-surface__link--guide:focus-visible,
.single-post .entry-content .fmg-article-trust-surface__link--guide:hover:visited,
.single-post .entry-content .fmg-article-trust-surface__link--guide:focus-visible:visited {
  border-color: rgba(99, 76, 180, 0.62);
  background: linear-gradient(180deg, #6d53c5 0%, #5843a3 100%);
  color: #fdfcff !important;
  -webkit-text-fill-color: #fdfcff;
}

.fmg-article-trust-surface__link--trust,
.fmg-article-trust-surface__link--trust:visited,
.single-post .PostBody .fmg-article-trust-surface__link--trust,
.single-post .PostBody .fmg-article-trust-surface__link--trust:visited,
.single-post .entry-content .fmg-article-trust-surface__link--trust,
.single-post .entry-content .fmg-article-trust-surface__link--trust:visited {
  background: rgba(247, 250, 255, 0.96);
}

.fmg-article-quiz-bridge {
  --fmg-bridge-ink: #172742;
  --fmg-bridge-ink-soft: #6a7691;
  --fmg-bridge-primary: #1454ab;
  --fmg-bridge-primary-strong: #103f80;
  --fmg-bridge-border: rgba(19, 45, 92, 0.1);
  --fmg-bridge-surface:
    radial-gradient(860px 240px at 8% -16%, rgba(74, 124, 214, 0.13), rgba(74, 124, 214, 0) 52%),
    linear-gradient(180deg, #f6f8ff 0%, #eef3ff 100%);
  --fmg-bridge-choice-bg: linear-gradient(180deg, rgba(251, 253, 255, 0.98), rgba(242, 247, 255, 0.92));
  --fmg-bridge-choice-bg-hover: linear-gradient(180deg, rgba(248, 251, 255, 0.99), rgba(232, 241, 255, 0.96));
  --fmg-bridge-shadow: 0 16px 32px rgba(20, 28, 54, 0.08);
  --fmg-bridge-choice-shadow-rest: 0 1px 0 rgba(255, 255, 255, 0.82) inset;
  --fmg-bridge-choice-shadow-hover: 0 12px 22px rgba(20, 28, 54, 0.08);
  --fmg-bridge-choice-selected-bg: linear-gradient(180deg, rgba(235, 244, 255, 0.98), rgba(221, 237, 255, 0.94));
}

.fmg-article-quiz-bridge__shell {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--fmg-bridge-border);
  border-radius: 20px;
  background: var(--fmg-bridge-surface);
  box-shadow: var(--fmg-bridge-shadow);
}

.fmg-article-quiz-bridge__eyebrow {
  margin: 0;
  color: var(--fmg-bridge-primary);
  font: 800 0.74rem/1 "Montserrat", system-ui, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fmg-article-quiz-bridge__title {
  margin: 0;
  color: var(--fmg-bridge-ink);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.1rem, 1.45vw, 1.32rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.fmg-article-quiz-bridge__question {
  margin: 0;
  color: var(--fmg-bridge-ink-soft);
  font: 700 0.88rem/1.38 "DM Sans", system-ui, sans-serif;
}

.fmg-article-quiz-bridge__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.fmg-article-quiz-bridge__choice {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(23, 39, 66, 0.11);
  border-radius: 16px !important;
  background: var(--fmg-bridge-choice-bg);
  box-shadow: var(--fmg-bridge-choice-shadow-rest);
  color: var(--fmg-bridge-ink);
  font: 700 0.98rem/1.32 "DM Sans", system-ui, sans-serif;
  text-decoration: none;
  text-align: left;
  transition:
    transform 0.16s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}

.fmg-article-quiz-bridge__choice:hover,
.fmg-article-quiz-bridge__choice:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(20, 84, 171, 0.28);
  background: var(--fmg-bridge-choice-bg-hover);
  box-shadow: var(--fmg-bridge-choice-shadow-hover);
  color: var(--fmg-bridge-primary-strong);
}

.fmg-article-quiz-bridge__choice-label {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.fmg-article-quiz-bridge__choice:last-child {
  grid-column: 1 / -1;
}

.fmg-article-quiz-bridge__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px 14px;
}

.fmg-article-quiz-bridge__secondary {
  color: var(--fmg-bridge-primary);
  font: 700 0.84rem/1.3 "DM Sans", system-ui, sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.fmg-article-quiz-bridge__secondary:hover,
.fmg-article-quiz-bridge__secondary:focus-visible {
  color: var(--fmg-bridge-primary-strong);
}

.fmg-article-quiz-bridge__support {
  margin: 0;
  color: var(--fmg-bridge-ink-soft);
  font: 600 0.78rem/1.34 "DM Sans", system-ui, sans-serif;
}

.fmg-article-quiz-bridge--high-contrast {
  --fmg-bridge-ink: #f5f7ff;
  --fmg-bridge-ink-soft: rgba(220, 228, 248, 0.84);
  --fmg-bridge-primary: #a995ff;
  --fmg-bridge-primary-strong: #c2b5ff;
  --fmg-bridge-border: rgba(154, 168, 224, 0.23);
  --fmg-bridge-surface:
    radial-gradient(circle at top left, rgba(108, 84, 223, 0.24), rgba(108, 84, 223, 0) 36%),
    radial-gradient(circle at top right, rgba(38, 132, 136, 0.18), rgba(38, 132, 136, 0) 42%),
    linear-gradient(180deg, rgba(17, 32, 63, 0.99), rgba(24, 39, 72, 0.99));
  --fmg-bridge-choice-bg: linear-gradient(180deg, rgba(106, 84, 201, 0.98), rgba(82, 63, 170, 0.98));
  --fmg-bridge-choice-bg-hover: linear-gradient(180deg, rgba(126, 102, 240, 0.99), rgba(92, 71, 214, 0.99));
  --fmg-bridge-shadow: 0 2px 4px rgba(11, 20, 41, 0.18), 0 22px 38px rgba(15, 28, 58, 0.26);
  --fmg-bridge-choice-shadow-rest: 0 14px 26px rgba(83, 61, 197, 0.22);
  --fmg-bridge-choice-shadow-hover: 0 18px 30px rgba(83, 61, 197, 0.28);
  margin: 22px 0 24px;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__shell {
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  color: #f5f7ff !important;
  -webkit-text-fill-color: #f5f7ff;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__eyebrow {
  color: #c7bbff !important;
  -webkit-text-fill-color: #c7bbff;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__title {
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff;
  text-shadow: 0 1px 2px rgba(4, 9, 24, 0.22);
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__question,
.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__support {
  color: rgba(232, 238, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(232, 238, 255, 0.88);
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__secondary,
.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__secondary:visited {
  color: #d8d0ff !important;
  -webkit-text-fill-color: #d8d0ff;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__secondary:hover,
.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__secondary:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choices {
  grid-template-columns: 1fr;
  gap: 8px;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choice,
.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choice:visited {
  min-height: 58px;
  border-color: rgba(136, 146, 210, 0.22);
  border-radius: 18px !important;
  color: rgba(246, 249, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(246, 249, 255, 0.96);
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choice:hover,
.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choice:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choice:last-child {
  grid-column: auto;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choice-label {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__footer {
  padding-top: 10px;
  border-top: 1px solid rgba(166, 178, 219, 0.18);
}

@media (max-width: 640px) {
  .fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__shell {
    gap: 10px;
    padding: 14px 12px;
    border-radius: 20px;
  }

  .fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__title {
    font-size: 1rem;
    line-height: 1.08;
  }

  .fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__question {
    font-size: 0.8rem;
    line-height: 1.32;
  }

  .fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choice {
    min-height: 48px;
    padding: 10px 11px;
    border-radius: 16px !important;
    font-size: 0.88rem;
  }
}

@media (max-width: 430px) {
  .fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__shell {
    gap: 9px;
    padding: 13px 11px;
    border-radius: 18px;
  }

  .fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__title {
    font-size: 0.94rem;
    line-height: 1.08;
  }

  .fmg-article-quiz-bridge--high-contrast .fmg-article-quiz-bridge__choice {
    min-height: 46px;
    padding: 9px 10px;
  }
}

.fmg-article-direct-compare-cta {
  --fmg-direct-compare-ink: #172742;
  --fmg-direct-compare-soft: #52617e;
  --fmg-direct-compare-primary: #5a43c5;
  --fmg-direct-compare-primary-strong: #44319d;
  --fmg-direct-compare-border: rgba(117, 132, 184, 0.2);
  --fmg-direct-compare-surface: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  --fmg-direct-compare-sheen: linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.16) 48%, rgba(41, 198, 200, 0.08));
  --fmg-direct-compare-shadow: 0 14px 32px rgba(31, 47, 91, 0.08), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  --fmg-direct-compare-button-border: rgba(118, 82, 232, 0.24);
  --fmg-direct-compare-button-bg: linear-gradient(180deg, #ffffff, #eff5ff);
  --fmg-direct-compare-button-border-hover: rgba(118, 82, 232, 0.38);
  --fmg-direct-compare-button-bg-hover: linear-gradient(180deg, #ffffff, #e8f0ff);
  --fmg-direct-compare-button-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  --fmg-direct-compare-button-shadow-hover: 0 1px 0 rgba(255, 255, 255, 0.94) inset, 0 3px 8px rgba(63, 92, 202, 0.08);
  --fmg-direct-compare-focus-ring: rgba(118, 82, 232, 0.18);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
  box-sizing: border-box;
  padding: 11px 12px;
  border: 1px solid var(--fmg-direct-compare-border);
  border-radius: 8px;
  background: var(--fmg-direct-compare-surface);
  box-shadow: var(--fmg-direct-compare-shadow);
}

.fmg-article-direct-compare-cta::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1px;
  border-radius: 7px;
  background: var(--fmg-direct-compare-sheen);
  pointer-events: none;
}

.fmg-article-direct-compare-cta::after {
  content: none !important;
  display: none !important;
}

.fmg-article-direct-compare-cta > * {
  position: relative;
  z-index: 1;
}

.fmg-article-direct-compare-cta__kicker {
  min-width: 0;
  margin: 0;
  color: var(--fmg-direct-compare-soft) !important;
  -webkit-text-fill-color: var(--fmg-direct-compare-soft);
  font: 700 0.86rem/1.35 "DM Sans", system-ui, sans-serif;
  overflow-wrap: anywhere;
}

.fmg-article-direct-compare-cta__button,
.fmg-article-direct-compare-cta__button:visited,
.single-post .PostBody .fmg-article-direct-compare-cta__button,
.single-post .PostBody .fmg-article-direct-compare-cta__button:visited,
.single-post .entry-content .fmg-article-direct-compare-cta__button,
.single-post .entry-content .fmg-article-direct-compare-cta__button:visited {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--fmg-direct-compare-button-border);
  border-radius: 999px !important;
  background: var(--fmg-direct-compare-button-bg);
  color: var(--fmg-direct-compare-primary) !important;
  -webkit-text-fill-color: var(--fmg-direct-compare-primary);
  box-shadow: var(--fmg-direct-compare-button-shadow);
  font: 800 0.88rem/1.2 "DM Sans", system-ui, sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.16s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease;
}

.fmg-article-direct-compare-cta__button::before,
.fmg-article-direct-compare-cta__button::after,
.single-post .PostBody .fmg-article-direct-compare-cta__button::before,
.single-post .PostBody .fmg-article-direct-compare-cta__button::after,
.single-post .entry-content .fmg-article-direct-compare-cta__button::before,
.single-post .entry-content .fmg-article-direct-compare-cta__button::after {
  content: none !important;
  display: none !important;
}

.fmg-article-direct-compare-cta__button:hover,
.fmg-article-direct-compare-cta__button:focus-visible,
.fmg-article-direct-compare-cta__button:hover:visited,
.fmg-article-direct-compare-cta__button:focus-visible:visited,
.single-post .PostBody .fmg-article-direct-compare-cta__button:hover,
.single-post .PostBody .fmg-article-direct-compare-cta__button:focus-visible,
.single-post .PostBody .fmg-article-direct-compare-cta__button:hover:visited,
.single-post .PostBody .fmg-article-direct-compare-cta__button:focus-visible:visited,
.single-post .entry-content .fmg-article-direct-compare-cta__button:hover,
.single-post .entry-content .fmg-article-direct-compare-cta__button:focus-visible,
.single-post .entry-content .fmg-article-direct-compare-cta__button:hover:visited,
.single-post .entry-content .fmg-article-direct-compare-cta__button:focus-visible:visited {
  transform: translateY(-1px);
  border-color: var(--fmg-direct-compare-button-border-hover);
  background: var(--fmg-direct-compare-button-bg-hover);
  box-shadow: var(--fmg-direct-compare-button-shadow-hover);
  color: var(--fmg-direct-compare-primary-strong) !important;
  -webkit-text-fill-color: var(--fmg-direct-compare-primary-strong);
}

.fmg-article-direct-compare-cta--dark-companion {
  --fmg-direct-compare-ink: #f5f7ff;
  --fmg-direct-compare-soft: rgba(248, 251, 255, 0.92);
  --fmg-direct-compare-primary: #ffffff;
  --fmg-direct-compare-primary-strong: #ffffff;
  --fmg-direct-compare-border: rgba(190, 200, 250, 0.28);
  --fmg-direct-compare-surface:
    linear-gradient(115deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 42%),
    linear-gradient(180deg, rgba(22, 38, 74, 0.99), rgba(15, 30, 60, 0.99));
  --fmg-direct-compare-sheen: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 50%, rgba(36, 201, 166, 0.1));
  --fmg-direct-compare-shadow: 0 16px 32px rgba(11, 20, 41, 0.24), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  --fmg-direct-compare-button-border: rgba(232, 238, 255, 0.42);
  --fmg-direct-compare-button-bg: linear-gradient(180deg, rgba(244, 247, 255, 0.2), rgba(218, 228, 255, 0.12));
  --fmg-direct-compare-button-border-hover: rgba(244, 247, 255, 0.62);
  --fmg-direct-compare-button-bg-hover: linear-gradient(180deg, rgba(250, 252, 255, 0.27), rgba(224, 232, 255, 0.18));
  --fmg-direct-compare-button-shadow: 0 1px 0 rgba(255, 255, 255, 0.17) inset;
  --fmg-direct-compare-button-shadow-hover: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 3px 8px rgba(5, 13, 32, 0.14);
  --fmg-direct-compare-focus-ring: rgba(216, 208, 255, 0.24);
}

.fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__kicker,
.single-post .PostBody .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__kicker,
.single-post .entry-content .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__kicker {
  color: rgba(248, 251, 255, 0.92) !important;
  -webkit-text-fill-color: rgba(248, 251, 255, 0.92);
}

.fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button,
.fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:visited,
.fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:hover,
.fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:focus-visible,
.single-post .PostBody .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button,
.single-post .PostBody .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:visited,
.single-post .PostBody .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:hover,
.single-post .PostBody .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:focus-visible,
.single-post .entry-content .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button,
.single-post .entry-content .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:visited,
.single-post .entry-content .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:hover,
.single-post .entry-content .fmg-article-direct-compare-cta--dark-companion .fmg-article-direct-compare-cta__button:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.fmg-article-direct-compare-cta[data-fmg-module-variant="article_early_compare_teaser_v1"] {
  margin: 12px 0 20px;
  padding: 10px 12px;
  border-radius: 8px;
}

.fmg-article-trust-surface + .fmg-article-direct-compare-cta[data-fmg-module-variant="article_early_compare_teaser_v1"] {
  margin-top: -6px;
}

.fmg-article-direct-compare-cta[data-fmg-module-variant="article_early_compare_teaser_v1"] .fmg-article-direct-compare-cta__kicker {
  font-size: 0.84rem;
}

.fmg-article-direct-compare-cta[data-fmg-module-variant="article_early_compare_teaser_v1"] .fmg-article-direct-compare-cta__button {
  min-height: 38px;
  padding: 8px 13px;
  font-size: 0.84rem;
}

@media (max-width: 640px) {
  .fmg-article-direct-compare-cta[data-fmg-module-variant="article_early_compare_teaser_v1"] {
    display: grid;
    gap: 8px;
    align-items: stretch;
  }

  .fmg-article-direct-compare-cta[data-fmg-module-variant="article_early_compare_teaser_v1"] .fmg-article-direct-compare-cta__button {
    width: 100%;
    white-space: normal;
  }
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge {
  --fmg-bridge-ink: #f5f7ff;
  --fmg-bridge-ink-soft: rgba(220, 228, 248, 0.84);
  --fmg-bridge-primary: #a995ff;
  --fmg-bridge-primary-strong: #c2b5ff;
  --fmg-bridge-border: rgba(154, 168, 224, 0.23);
  --fmg-bridge-surface:
    radial-gradient(circle at top left, rgba(108, 84, 223, 0.24), rgba(108, 84, 223, 0) 36%),
    radial-gradient(circle at top right, rgba(38, 132, 136, 0.18), rgba(38, 132, 136, 0) 42%),
    linear-gradient(180deg, rgba(17, 32, 63, 0.99), rgba(24, 39, 72, 0.99));
  --fmg-bridge-choice-bg: linear-gradient(180deg, rgba(106, 84, 201, 0.98), rgba(82, 63, 170, 0.98));
  --fmg-bridge-choice-bg-hover: linear-gradient(180deg, rgba(126, 102, 240, 0.99), rgba(92, 71, 214, 0.99));
  --fmg-bridge-shadow: 0 2px 4px rgba(11, 20, 41, 0.18), 0 22px 38px rgba(15, 28, 58, 0.26);
  --fmg-bridge-choice-shadow-rest: 0 14px 26px rgba(83, 61, 197, 0.22);
  --fmg-bridge-choice-shadow-hover: 0 18px 30px rgba(83, 61, 197, 0.28);
  margin: 22px 0 24px;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__shell,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__shell {
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  color: #f5f7ff !important;
  -webkit-text-fill-color: #f5f7ff;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__eyebrow,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__eyebrow {
  color: #c7bbff !important;
  -webkit-text-fill-color: #c7bbff;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__title,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__title {
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff;
  text-shadow: 0 1px 2px rgba(4, 9, 24, 0.22);
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__question,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__question,
.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__support,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__support {
  color: rgba(232, 238, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(232, 238, 255, 0.88);
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__secondary,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__secondary {
  color: #d8d0ff !important;
  -webkit-text-fill-color: #d8d0ff;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__secondary:hover,
.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__secondary:focus-visible,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__secondary:hover,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__secondary:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choices,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choices {
  grid-template-columns: 1fr;
  gap: 8px;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice {
  min-height: 58px;
  border-color: rgba(136, 146, 210, 0.22);
  border-radius: 18px !important;
  color: rgba(246, 249, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(246, 249, 255, 0.96);
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice:hover,
.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice:focus-visible,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice:hover,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice:last-child,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice:last-child {
  grid-column: auto;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice-label,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice-label {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__footer,
.single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__footer {
  padding-top: 10px;
  border-top: 1px solid rgba(166, 178, 219, 0.18);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge {
  --fmg-bridge-ink: #f5f7ff;
  --fmg-bridge-ink-soft: rgba(220, 228, 248, 0.84);
  --fmg-bridge-primary: #a995ff;
  --fmg-bridge-primary-strong: #c2b5ff;
  --fmg-bridge-border: rgba(154, 168, 224, 0.23);
  --fmg-bridge-surface:
    radial-gradient(circle at top left, rgba(108, 84, 223, 0.24), rgba(108, 84, 223, 0) 36%),
    radial-gradient(circle at top right, rgba(38, 132, 136, 0.18), rgba(38, 132, 136, 0) 42%),
    linear-gradient(180deg, rgba(17, 32, 63, 0.99), rgba(24, 39, 72, 0.99));
  --fmg-bridge-choice-bg: linear-gradient(180deg, rgba(106, 84, 201, 0.98), rgba(82, 63, 170, 0.98));
  --fmg-bridge-choice-bg-hover: linear-gradient(180deg, rgba(126, 102, 240, 0.99), rgba(92, 71, 214, 0.99));
  --fmg-bridge-shadow: 0 2px 4px rgba(11, 20, 41, 0.18), 0 22px 38px rgba(15, 28, 58, 0.26);
  --fmg-bridge-choice-shadow-rest: 0 14px 26px rgba(83, 61, 197, 0.22);
  --fmg-bridge-choice-shadow-hover: 0 18px 30px rgba(83, 61, 197, 0.28);
  margin: 22px 0 24px;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__shell,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__shell {
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  color: #f5f7ff !important;
  -webkit-text-fill-color: #f5f7ff;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__eyebrow,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__eyebrow {
  color: #c7bbff !important;
  -webkit-text-fill-color: #c7bbff;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__title,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__title {
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff;
  text-shadow: 0 1px 2px rgba(4, 9, 24, 0.22);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__question,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__question,
.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__support,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__support {
  color: rgba(232, 238, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(232, 238, 255, 0.88);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__choices,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__choices {
  grid-template-columns: 1fr;
  gap: 8px;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__choice,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__choice {
  min-height: 58px;
  border-color: rgba(136, 146, 210, 0.22);
  border-radius: 18px !important;
  color: rgba(246, 249, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(246, 249, 255, 0.96);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__choice-label,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__choice-label {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__footer,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .fmg-article-quiz-bridge__footer {
  padding-top: 10px;
  border-top: 1px solid rgba(166, 178, 219, 0.18);
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge {
  --fmg-bridge-ink: #f5f7ff;
  --fmg-bridge-ink-soft: rgba(220, 228, 248, 0.84);
  --fmg-bridge-primary: #a995ff;
  --fmg-bridge-primary-strong: #c2b5ff;
  --fmg-bridge-border: rgba(154, 168, 224, 0.23);
  --fmg-bridge-surface:
    radial-gradient(circle at top left, rgba(108, 84, 223, 0.24), rgba(108, 84, 223, 0) 36%),
    radial-gradient(circle at top right, rgba(38, 132, 136, 0.18), rgba(38, 132, 136, 0) 42%),
    linear-gradient(180deg, rgba(17, 32, 63, 0.99), rgba(24, 39, 72, 0.99));
  --fmg-bridge-choice-bg: linear-gradient(180deg, rgba(106, 84, 201, 0.98), rgba(82, 63, 170, 0.98));
  --fmg-bridge-choice-bg-hover: linear-gradient(180deg, rgba(126, 102, 240, 0.99), rgba(92, 71, 214, 0.99));
  --fmg-bridge-shadow: 0 2px 4px rgba(11, 20, 41, 0.18), 0 22px 38px rgba(15, 28, 58, 0.26);
  --fmg-bridge-choice-shadow-rest: 0 14px 26px rgba(83, 61, 197, 0.22);
  --fmg-bridge-choice-shadow-hover: 0 18px 30px rgba(83, 61, 197, 0.28);
  margin: 22px 0 24px;
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__shell,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__shell {
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  color: #f5f7ff !important;
  -webkit-text-fill-color: #f5f7ff;
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__eyebrow,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__eyebrow {
  color: #c7bbff !important;
  -webkit-text-fill-color: #c7bbff;
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__title,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__title {
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff;
  text-shadow: 0 1px 2px rgba(4, 9, 24, 0.22);
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__question,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__question,
.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__support,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__support {
  color: rgba(232, 238, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(232, 238, 255, 0.88);
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__choices,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__choices {
  grid-template-columns: 1fr;
  gap: 8px;
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__choice,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__choice {
  min-height: 58px;
  border-color: rgba(136, 146, 210, 0.22);
  border-radius: 18px !important;
  color: rgba(246, 249, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(246, 249, 255, 0.96);
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__choice-label,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__choice-label {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.single-post .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__footer,
.single-post .entry-content .PostBody.fmg-utility-post--signup-verification .fmg-article-quiz-bridge__footer {
  padding-top: 10px;
  border-top: 1px solid rgba(166, 178, 219, 0.18);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge {
  --fmg-bridge-ink: #f5f7ff;
  --fmg-bridge-ink-soft: rgba(220, 228, 248, 0.84);
  --fmg-bridge-primary: #a995ff;
  --fmg-bridge-primary-strong: #c2b5ff;
  --fmg-bridge-border: rgba(154, 168, 224, 0.23);
  --fmg-bridge-surface:
    radial-gradient(circle at top left, rgba(108, 84, 223, 0.24), rgba(108, 84, 223, 0) 36%),
    radial-gradient(circle at top right, rgba(38, 132, 136, 0.18), rgba(38, 132, 136, 0) 42%),
    linear-gradient(180deg, rgba(17, 32, 63, 0.99), rgba(24, 39, 72, 0.99));
  --fmg-bridge-choice-bg: linear-gradient(180deg, rgba(106, 84, 201, 0.98), rgba(82, 63, 170, 0.98));
  --fmg-bridge-choice-bg-hover: linear-gradient(180deg, rgba(126, 102, 240, 0.99), rgba(92, 71, 214, 0.99));
  --fmg-bridge-shadow: 0 2px 4px rgba(11, 20, 41, 0.18), 0 22px 38px rgba(15, 28, 58, 0.26);
  --fmg-bridge-choice-shadow-rest: 0 14px 26px rgba(83, 61, 197, 0.22);
  --fmg-bridge-choice-shadow-hover: 0 18px 30px rgba(83, 61, 197, 0.28);
  margin: 22px 0 24px;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__shell,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__shell {
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  color: #f5f7ff !important;
  -webkit-text-fill-color: #f5f7ff;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__eyebrow,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__eyebrow {
  color: #c7bbff !important;
  -webkit-text-fill-color: #c7bbff;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__title,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__title {
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff;
  text-shadow: 0 1px 2px rgba(4, 9, 24, 0.22);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__question,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__question,
.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__support,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__support {
  color: rgba(232, 238, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(232, 238, 255, 0.88);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__choices,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__choices {
  grid-template-columns: 1fr;
  gap: 8px;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__choice,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__choice {
  min-height: 58px;
  border-color: rgba(136, 146, 210, 0.22);
  border-radius: 18px !important;
  color: rgba(246, 249, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(246, 249, 255, 0.96);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__choice-label,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__choice-label {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__footer,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--treatment-tips, .fmg-utility-post--nonmedical-start-checklist) .fmg-article-quiz-bridge__footer {
  padding-top: 10px;
  border-top: 1px solid rgba(166, 178, 219, 0.18);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge {
  --fmg-bridge-ink: #f5f7ff;
  --fmg-bridge-ink-soft: rgba(220, 228, 248, 0.84);
  --fmg-bridge-primary: #a995ff;
  --fmg-bridge-primary-strong: #c2b5ff;
  --fmg-bridge-border: rgba(154, 168, 224, 0.23);
  --fmg-bridge-surface:
    radial-gradient(circle at top left, rgba(108, 84, 223, 0.24), rgba(108, 84, 223, 0) 36%),
    radial-gradient(circle at top right, rgba(38, 132, 136, 0.18), rgba(38, 132, 136, 0) 42%),
    linear-gradient(180deg, rgba(17, 32, 63, 0.99), rgba(24, 39, 72, 0.99));
  --fmg-bridge-choice-bg: linear-gradient(180deg, rgba(106, 84, 201, 0.98), rgba(82, 63, 170, 0.98));
  --fmg-bridge-choice-bg-hover: linear-gradient(180deg, rgba(126, 102, 240, 0.99), rgba(92, 71, 214, 0.99));
  --fmg-bridge-shadow: 0 2px 4px rgba(11, 20, 41, 0.18), 0 22px 38px rgba(15, 28, 58, 0.26);
  --fmg-bridge-choice-shadow-rest: 0 14px 26px rgba(83, 61, 197, 0.22);
  --fmg-bridge-choice-shadow-hover: 0 18px 30px rgba(83, 61, 197, 0.28);
  margin: 22px 0 24px;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__shell,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__shell {
  gap: 14px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  color: #f5f7ff !important;
  -webkit-text-fill-color: #f5f7ff;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__eyebrow,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__eyebrow {
  color: #c7bbff !important;
  -webkit-text-fill-color: #c7bbff;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__title,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__title {
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff;
  text-shadow: 0 1px 2px rgba(4, 9, 24, 0.22);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__question,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__question,
.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__support,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__support {
  color: rgba(232, 238, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(232, 238, 255, 0.88);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__choices,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__choices {
  grid-template-columns: 1fr;
  gap: 8px;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__choice,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__choice {
  min-height: 58px;
  border-color: rgba(136, 146, 210, 0.22);
  border-radius: 18px !important;
  color: rgba(246, 249, 255, 0.96) !important;
  -webkit-text-fill-color: rgba(246, 249, 255, 0.96);
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__choice-label,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__choice-label {
  color: inherit !important;
  -webkit-text-fill-color: inherit;
}

.single-post .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__footer,
.single-post .entry-content .PostBody.fmg-utility-post:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access) .fmg-article-quiz-bridge__footer {
  padding-top: 10px;
  border-top: 1px solid rgba(166, 178, 219, 0.18);
}

.fmg-article-quiz-bridge__legacy-cta-hidden {
  display: none !important;
}

.fmg-article-quiz-bridge__choice:focus-visible,
.fmg-article-quiz-bridge__secondary:focus-visible,
.fmg-article-direct-compare-cta__button:focus-visible {
  outline: 3px solid var(--fmg-direct-compare-focus-ring, rgba(20, 84, 171, 0.16));
  outline-offset: 3px;
}

.single-post .PostBody .Table-Wrapper--plateau-context,
.page .PostBody .Table-Wrapper--plateau-context {
  overflow-x: clip;
}

.single-post .PostBody .Table-Standard--plateau-context,
.page .PostBody .Table-Standard--plateau-context {
  width: 100%;
  table-layout: fixed;
}

.single-post .PostBody .Table-Standard--plateau-context th,
.single-post .PostBody .Table-Standard--plateau-context td,
.page .PostBody .Table-Standard--plateau-context th,
.page .PostBody .Table-Standard--plateau-context td {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.single-post .PostBody.post-lane--utility:is(.fmg-utility-post--fit-query, .fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings) .Figure.Figure--utilityBleed,
.single-post .entry-content .PostBody.post-lane--utility:is(.fmg-utility-post--fit-query, .fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings) .Figure.Figure--utilityBleed {
  box-sizing: border-box;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .single-post .PostBody.post-lane--utility:is(.fmg-utility-post--fit-query, .fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings) .Figure.Figure--utilityBleed,
  .single-post .entry-content .PostBody.post-lane--utility:is(.fmg-utility-post--fit-query, .fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings) .Figure.Figure--utilityBleed {
    --fmg-utility-bleed-width: min(740px, calc(100vw - 48px));
    width: var(--fmg-utility-bleed-width) !important;
    max-width: var(--fmg-utility-bleed-width) !important;
    justify-self: center !important;
    margin-left: calc((100% - var(--fmg-utility-bleed-width)) / 2) !important;
    margin-right: calc((100% - var(--fmg-utility-bleed-width)) / 2) !important;
    transform: none;
  }
}

@media (max-width: 1023px) {
  .single-post .PostBody.post-lane--utility:is(.fmg-utility-post--fit-query, .fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings) .Figure.Figure--utilityBleed,
  .single-post .entry-content .PostBody.post-lane--utility:is(.fmg-utility-post--fit-query, .fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings) .Figure.Figure--utilityBleed {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none;
  }
}

.single-post .PostBody.post-lane--utility:is(.fmg-utility-post--fit-query, .fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings) .Figure.Figure--utilityBleed table,
.single-post .entry-content .PostBody.post-lane--utility:is(.fmg-utility-post--fit-query, .fmg-utility-post--pricing, .fmg-utility-post--pricing-compare, .fmg-utility-post--pricing-decoder, .fmg-utility-post--coupon-savings) .Figure.Figure--utilityBleed table {
  margin: 0 !important;
}

.single-post .PostBody.post-lane--utility:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .Figure.Figure--utilityBleed,
.single-post .entry-content .PostBody.post-lane--utility:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .Figure.Figure--utilityBleed {
  box-sizing: border-box;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .single-post .PostBody.post-lane--utility:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .Figure.Figure--utilityBleed,
  .single-post .entry-content .PostBody.post-lane--utility:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .Figure.Figure--utilityBleed {
    --fmg-utility-bleed-width: min(740px, calc(100vw - 48px));
    width: var(--fmg-utility-bleed-width) !important;
    max-width: var(--fmg-utility-bleed-width) !important;
    justify-self: center !important;
    margin-left: calc((100% - var(--fmg-utility-bleed-width)) / 2) !important;
    margin-right: calc((100% - var(--fmg-utility-bleed-width)) / 2) !important;
    transform: none;
  }
}

@media (max-width: 1023px) {
  .single-post .PostBody.post-lane--utility:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .Figure.Figure--utilityBleed,
  .single-post .entry-content .PostBody.post-lane--utility:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .Figure.Figure--utilityBleed {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none;
  }
}

.single-post .PostBody.post-lane--utility:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .Figure.Figure--utilityBleed table,
.single-post .entry-content .PostBody.post-lane--utility:is(.fmg-utility-post--access-policy, .fmg-utility-post--prescription-bridge, .fmg-utility-post--compounding-access, .fmg-utility-post--availability-logistics, .fmg-utility-post--records-continuity) .Figure.Figure--utilityBleed table {
  margin: 0 !important;
}

@supports not (overflow: clip) {
  .single-post .PostBody .Table-Wrapper--plateau-context,
  .page .PostBody .Table-Wrapper--plateau-context {
    overflow-x: hidden;
  }
}

@media (max-width: 760px) {
  .fmg-article-quiz-bridge__choices {
    grid-template-columns: 1fr;
  }

  .fmg-article-quiz-bridge__choice:last-child {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .single-post .PostBody .Figure.Figure--zoomable,
  .single-post .entry-content .Figure.Figure--zoomable,
  .page .PostBody .Figure.Figure--zoomable,
  .page .entry-content .Figure.Figure--zoomable {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
  }

  .single-post .PostBody .Figure.Figure--zoomable > img,
  .single-post .PostBody .Figure.Figure--zoomable img,
  .single-post .entry-content .Figure.Figure--zoomable > img,
  .single-post .entry-content .Figure.Figure--zoomable img,
  .page .PostBody .Figure.Figure--zoomable > img,
  .page .PostBody .Figure.Figure--zoomable img,
  .page .entry-content .Figure.Figure--zoomable > img,
  .page .entry-content .Figure.Figure--zoomable img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .fmg-article-trust-surface__shell {
    gap: 8px;
    padding: 13px 12px;
    border-radius: 18px;
  }

  .fmg-article-trust-surface__title {
    font-size: 0.92rem;
  }

  .fmg-article-trust-surface__summary,
  .fmg-article-trust-surface__note,
  .fmg-article-trust-surface__list {
    font-size: 0.83rem;
  }

  .fmg-article-quiz-bridge__shell {
    gap: 8px;
    padding: 13px 12px;
    border-radius: 18px;
  }

  .fmg-article-quiz-bridge__title {
    font-size: 0.94rem;
    line-height: 1.04;
  }

  .fmg-article-quiz-bridge__choice {
    min-height: 46px;
    padding: 9px 10px;
    font-size: 0.86rem;
  }

  .fmg-article-quiz-bridge__footer {
    align-items: flex-start;
  }

  .fmg-article-quiz-bridge__question {
    font-size: 0.76rem;
    line-height: 1.3;
  }

  .fmg-article-quiz-bridge__secondary {
    font-size: 0.8rem;
  }

  .fmg-article-quiz-bridge__support {
    font-size: 0.74rem;
  }

  .fmg-article-direct-compare-cta {
    align-items: stretch;
    padding: 10px;
  }

  .fmg-article-direct-compare-cta__button {
    min-height: 44px;
  }
}

@media (max-width: 340px) {
  .single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__title,
  .single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__title {
    font-size: 0.88rem;
  }

  .single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__question,
  .single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__question {
    font-size: 0.72rem;
  }

  .single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice,
  .single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice {
    min-height: 42px;
    padding: 9px;
    font-size: 0.8rem;
  }
}

@media (max-width: 430px) {
  .fmg-article-trust-surface__shell {
    gap: 7px;
    padding: 12px 10px;
    border-radius: 16px;
  }

  .fmg-article-trust-surface__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.09em;
  }

  .fmg-article-trust-surface__title {
    font-size: 0.86rem;
  }

  .fmg-article-trust-surface__summary,
  .fmg-article-trust-surface__note,
  .fmg-article-trust-surface__list {
    font-size: 0.78rem;
  }

  .fmg-article-quiz-bridge__shell {
    gap: 7px;
    padding: 11px 10px;
    border-radius: 16px;
  }

  .fmg-article-quiz-bridge__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.09em;
  }

  .fmg-article-quiz-bridge__title {
    font-size: 0.88rem;
    line-height: 1.02;
  }

  .fmg-article-quiz-bridge__question {
    font-size: 0.72rem;
    line-height: 1.26;
  }

  .fmg-article-quiz-bridge__choice {
    min-height: 42px;
    padding: 9px;
    border-radius: 14px !important;
    font-size: 0.8rem;
  }

  .fmg-article-quiz-bridge__secondary {
    font-size: 0.74rem;
  }

  .fmg-article-quiz-bridge__support {
    display: none;
  }

  .single-post .PostBody .fmg-article-quiz-bridge + .fmg-article-direct-compare-cta,
  .single-post .entry-content .fmg-article-quiz-bridge + .fmg-article-direct-compare-cta {
    margin-top: -12px;
  }

  .fmg-article-direct-compare-cta {
    flex-direction: column;
    gap: 8px;
  }

  .fmg-article-direct-compare-cta__kicker {
    font-size: 0.78rem;
    text-align: center;
  }

  .fmg-article-direct-compare-cta__button {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.84rem;
    white-space: normal;
  }
}

@media (max-width: 340px) {
  .single-post .PostBody .fmg-article-quiz-bridge,
  .single-post .entry-content .fmg-article-quiz-bridge {
    margin: 20px 0 24px;
  }

  .fmg-article-quiz-bridge__shell {
    gap: 7px;
    padding: 12px 11px;
  }

  .fmg-article-quiz-bridge__eyebrow {
    display: none;
  }

  .fmg-article-quiz-bridge__title {
    font-size: 0.82rem;
    line-height: 1.02;
  }

  .fmg-article-quiz-bridge__question {
    font-size: 0.68rem;
  }

  .fmg-article-quiz-bridge__choice {
    min-height: 40px;
    padding: 8px;
    font-size: 0.76rem;
  }

  .fmg-article-quiz-bridge__secondary {
    font-size: 0.7rem;
  }

  .fmg-article-direct-compare-cta {
    padding: 9px;
  }

  .fmg-article-direct-compare-cta__kicker {
    font-size: 0.74rem;
  }

  .fmg-article-direct-compare-cta__button {
    min-height: 42px;
    font-size: 0.8rem;
  }
}

@media (max-width: 640px) {
  .single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__shell,
  .single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__shell {
    gap: 10px;
    padding: 14px 12px;
    border-radius: 20px;
  }

  .single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__title,
  .single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__title {
    font-size: 1rem;
    line-height: 1.08;
  }

  .single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__question,
  .single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__question {
    font-size: 0.8rem;
    line-height: 1.32;
  }

  .single-post .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice,
  .single-post .entry-content .PostBody.fmg-utility-post--pricing-compare .fmg-article-quiz-bridge__choice {
    min-height: 48px;
    padding: 10px 11px;
    border-radius: 16px !important;
    font-size: 0.88rem;
  }
}

