.podcastStickyFooter-KpKVB {
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-light-gray);
  box-shadow: 0px -2px 3px 0px var(--color-light-gray);
  height: 50px;
  width: 100%;
  padding: 7px 10px;
  z-index: 1;
  display: none;
  position: fixed;
  bottom: 0;
}

.podcastStickyFooter-KpKVB.hasScrolled-s6rtq {
  display: block;
}

.podcastStickyFooterFlexWrap-KmpQn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.titleWrap-hvWXz {
  color: var(--color-black);
  font-family: var(--font-sans);
  font-size: 0.75rem;
}

@media (min-width: 900px) {

.titleWrap-hvWXz {
    font-size: 0.875rem;
}
  }
.error-0hWH- {
  padding: 0.5rem;
  margin-bottom: 1rem;
  background: #f44336;
  color: #fff;
}

.title-JaWdN {
  font-size: 1.5em;
  margin: 0.67em 0;
}
.debugger-0rRmf {
  display: contents;
}

pre.pre-cE3jF {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  margin: 10px auto;
  width: var(--standard-width);
  max-width: var(--standard-max-width);
  overflow: auto;
  font-size: 10px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}
.article-GDG-h {
  --article-width__text: 700px;
  --article-width__inline-art: 900px;
  --article-width__max: 1200px;
  --article-background: var(--color-white);

  margin: 0 auto;
  padding-bottom: 20px;
  font-family: var(--font-body);

  transition: background 1s;
  background: var(--color-white);
  background: var(--article-background);
}

.article-GDG-h h1 {
    font-size: 1.75rem;
  }

.article-GDG-h picture {
    display: block;
    max-width: 100%;
  }

.article-GDG-h hr {
    border: 0;
    border-bottom: 1px dotted var(--color-medium-gray);
    max-width: var(--article-width__text);
    margin: 25px auto;
    display: block;
  }

.article__opinion-ip14f.scrolled-DAibh {
  --ad-background-color: rgba(0, 0, 0, 0.05);
  --cta-border: 1px solid var(--color-medium-gray);
  --article-background: var(--color-light-blue-1);
}

.article__content-24wun {
  max-width: var(--article-width__max);
  margin: 0 auto;
}

.article__block-KZIY9 {
  margin-left: auto;
  margin-right: auto;
  width: var(--article-width__text);
  max-width: calc(100% - 2rem);

  /* Long copy-pasted links */
  word-wrap: break-word;
}

/* Block layout but with the wider width for art */
.article__media_block-wBNfs {
  margin-left: auto;
  margin-right: auto;
  width: var(--article-width__inline-art);
  max-width: calc(100% - 2rem);
}

p.article__block-KZIY9 {
  margin: 0 auto 1rem auto;
  font-size: 1.25rem;
  line-height: 1.75;
}

h2.article__block-KZIY9 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-sans);
  color: var(--color-medium-gray);
  padding-top: 15px;
  text-transform: uppercase;
}

h2.article__block-KZIY9::after {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 1px dotted var(--color-dark-gray);
  padding: 3px 0;
  margin-bottom: 5px;
}

ul.article__block-KZIY9,
ol.article__block-KZIY9 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

ul.article__block-KZIY9 li, ol.article__block-KZIY9 li {
    line-height: 1.75;
    margin: 0 0 1.125rem 1rem;
  }

ul.article__block-KZIY9 {
  list-style-type: disc;
}

ul.article__block-KZIY9 li::marker {
    color: var(--color-light-blue);
  }

ol.article__block-KZIY9 {
  list-style-type: decimal;
}

ol.article__block-KZIY9 li::marker {
    color: var(--color-dark-gray);
  }

blockquote.article__block-KZIY9 {
  border-left-color: var(--color-light-blue);
  border-left-width: 8px;
  margin-bottom: 40px;
  padding-left: 20px;
}

blockquote.article__block-KZIY9 p {
    font-size: 1.25rem;
    line-height: 1.75;
  }

figure.article__block-KZIY9 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.article__block-KZIY9 a,
.article__block-KZIY9 a:visited {
  color: var(--color-black);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: var(--color-medium-blue);
}

.article__block-KZIY9 .dropcap {
  font-weight: 700;
  font-family: var(--font-sans);
  font-size: 7.5rem;
  float: left;
  line-height: 95px;
  padding: 4px 5px 0 0;
}

.article__image-EQ52t {
  /**
  *** Rules for top level image block sizing ***

  In all cases:
    - Container and children max out at 100% - 2rem width

  Images wider than "inline-art" (>900px)
     - Image width is scaled down to fit
     - Caption is "inline-art" width

  Images narrower than "text" (<700px)
    - Image maintains natural width and centered
    - @TODO: Caption is "text" width

  Images between "text" and "inline-art" (700-900px)
    - Image maintains natural width
    - @TODO: Caption is "text" width
  */
  min-width: min(var(--article-width__text), calc(100% - 2rem));
  width: auto;
  max-width: min(var(--article-width__inline-art), calc(100% - 2rem));
  margin: 20px auto;

  /* Responsive aspects ratios */
  --responsive-w: var(--w);
  --responsive-h: var(--h);
}

.article__image-EQ52t figcaption {
    min-width: min(var(--article-width__text), 100%);
    width: auto;
    max-width: 100%;

    font-family: var(--font-sans);
    margin: 10px auto;
    font-size: 11px;
  }

.article__image-EQ52t figcaption a {
      color: var(--color-dark-gray);
      -webkit-text-decoration: underline;
      text-decoration: underline;
      text-decoration-color: #4bbbe0;
      text-underline-offset: 3px;
    }

/* Flatten all this into one inline string. */

.article__image-EQ52t figcaption div,
    .article__image-EQ52t figcaption p {
      display: inline-block;
    }

/* Images wrapped in links */

.article__image-EQ52t > a {
    display: contents;
  }

@media (min-width: 750px) {

.article__image-EQ52t {
    --responsive-w: var(--w-desktop, --w);
    --responsive-h: var(--h-desktop, --h);
}
  }

.article__image-EQ52t :where(img, video, iframe) {
    /* Images can have different ratios for desktop and mobile, but nothing else will */
    --ratio-w: var(--responsive-w, --w);
    --ratio-h: var(--responsive-h, --h);

    aspect-ratio: --w / --h;

    aspect-ratio: var(--ratio-w, 0) / var(--ratio-h, 0);
    margin: auto;

    /* Assets without width attributes should be 100% below the layout width */
  }

.article__image-EQ52t :where(img, video, iframe):not([width]) {
      width: 100%;

      /* Handles small images like embedded logos */
      max-width: -moz-max-content;
      max-width: max-content;

      /*
      - Removed on 2/1/24 because we were running into issues where the intrinsic size
        of the image + disable=upscale + width auto would cause it not to fill the full
        container.
      - We believe this is safe but could not figure out why it was implemented originally.
      - If there are no problems by 6/1/24, delete this comment!

      @media (min-width: 900px) {
        width: auto;
      }
      */
    }

/* Loading/broken asset placeholder */

.article__image-EQ52t img:before,
  .article__image-EQ52t video:before {
    content: "";
    display: block;
    padding-top: calc(var(--h) / var(--w) * 100%);
    background: var(--color-light-gray);
  }

/*
 * some tracking pixels cause a UI bug rendering white space between header & body;
 * we can apply a corrective style to them by selecting on the src attribute.
 *
 * if and when we identify another domain that causes this, we can solve trivially by
 * adding it here.
 *
 * see https://sciam.atlassian.net/browse/SA-1738
 */
.article__content-24wun figure:has(img[src^="https://counter.theconversation.com"])
{
  width: 0;
  height: 0;
  position: absolute;
}

.article__videoEmbed-z70vR {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 40px 0;
}

.article__videoEmbed-z70vR iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.basicAudioPlayer-fF50d {
  margin: 2rem 0;
  width: 100%;
}

.article__pullquote-mBKt3 {
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-sans);
  color: var(--color-blue);
  margin: 2rem auto;
  max-width: calc(100% - 2rem);
  width: var(--article-width__text);
}

@media (min-width: 700px) {

.article__pullquote-mBKt3 {
    font-size: 30px;
}
  }

.article__pullquote-mBKt3 p::after {
  content: "";
  display: block;
  width: 40px;
  border-bottom: 1px dotted #333;
  padding-bottom: 15px;
}

@media (min-width: 700px) {

.article__pullquote-mBKt3 p::after {
    padding-bottom: 20px;
}
  }

/**
 * Rogue style tags inside text
 * should not be able to alter formatting
 */
p.article__block-KZIY9 [style*="background"] {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
    background: initial !important;
  }
p.article__block-KZIY9 [style*="font-size"] {
    font-size: inherit !important;
  }
p.article__block-KZIY9 [style*="color"] {
    color: inherit !important;
  }
p.article__block-KZIY9 [style*="line-height"] {
    line-height: inherit !important;
  }

/**
 * Legacy floats and aligns
 */
.article__content-24wun :where([align="left"]):not(table *):not(p), .article__content-24wun .image-left, .article__content-24wun .alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
    max-width: 50%;
  }
.article__content-24wun :where([align="right"]):not(table *),
  .article__content-24wun .image-right,
  .article__content-24wun .alignright {
    float: right;
    margin: 0 0 1rem 1rem;
    max-width: 50%;
  }
.article__content-24wun :where([align="center"]):not(table *),
  .article__content-24wun .image-center,
  .article__content-24wun .aligncenter,
  .article__content-24wun .alignnone {
    display: block;
    clear: both;
    margin: 0 auto 1rem auto;
    max-width: 100%;
  }

/**
 * Responsive iFrames
 *
 * In Django, iframes that have `width` and `height` attributes will get
 * an `is-fluid` class appended to them and inlined `--w` and `--h` values.
 */
.article__content-24wun iframe.is-fluid {
  aspect-ratio: 0 / 0;
  aspect-ratio: var(--w, 0) / var(--h, 0);
  width: 100%;
  height: auto;
}
.caret-1WCZP {
  height: .5rem;
  width: .5rem;
  fill: var(--color-blue-2);
  margin-left: 0.375rem;
}
.eyebrow_dropdown-s7eJ8 {
  font-family: var(--font-display);
}

.eyebrow_dropdown_button-ET-CU {
  background: white;
  border: 1px solid var(--color-light-blue);
  border-radius: 3rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.875rem;
  min-height: 1.875rem;
}

.eyebrow_dropdown_menu-5p3lW {
  position: absolute;
  background: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.30196);
  list-style: none;
  padding: 0 0.625rem;
  margin: 0.625rem auto 0;
  width: 100%;
  z-index: 1;
}

.eyebrow_dropdown_menu_item-5DGDy {
  border-bottom: 1px dotted black;
  padding: 1.25rem 0;
}

li.eyebrow_dropdown_menu_item-5DGDy:last-of-type {
  border-bottom: none;
}

.eyebrow_dropdown_menu_item_link-gdWSZ {
  color: black;
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.eyebrow_dropdown_menu_item_image-U09SJ,
.eyebrow_dropdown_menu_item_image__default-TgWwD {
  height: 80px;
  width: 80px;
}

.eyebrow_dropdown_menu_item_image__default-TgWwD {
  border: 1px solid black;
}

.eyebrow_dropdown_menu_item_title-OcGbT {
  margin-left: 0.625rem;
}

.eyebrow_dropdown_menu_item_title-OcGbT:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.eyebrows_container-QeE5W {
  display: flex;
  position: relative;
  width: 100%;
}

.eyebrows_container__margin_top-8RQXq {
  margin-top: 1rem;
}

.eyebrow-zwKDJ:not(:first-child) {
  margin-left: 0.75rem;
}

.eyebrow__no_margin_left-DwkMI:not(:first-child) {
  margin-left: 0;
}

.eyebrow__hidden-WFxmO {
  display: none;
}

.eyebrow_more_articles_btn-4nfVW {
  background: var(--color-blue-2);
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: bold;
  height: 2.875rem;
  margin: 0.625rem 0.625rem 1.25rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.eyebrow_more_articles_btn-4nfVW:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.caret-DNnRZ {
  transform: rotate(0) translateX(0px);
  transition: all 1s;
}

.caret__rotate-TeVCQ {
  transform: rotate(180deg) translateX(-6px);
  transition: all 1s;
}
.whyboxWrap-8Z1VY {
  /* There is a negative bottom margin to make the Why box module straddle between the Article Header and the Content Well.
   *  For mobile, the negative bottom margin is a little larger.
   */
  --whybox-negative-margin-desktop: -5rem;
  --whybox-negative-margin-mobile: -6rem;

  border: 1px solid #a4d8ef;
  background: var(--color-white);
  font-family: var(--font-serif);
  font-size: 1.125rem;

  margin: 1.25rem auto -5rem auto;

  margin: 1.25rem auto var(--whybox-negative-margin-desktop) auto;
  max-width: calc(100% - 2rem);
  padding: 20px;
  width: var(--article-width__text);
}
@media (min-width: 700px) {
  .whyboxWrap-8Z1VY {
    margin: 20px auto var(--whybox-negative-margin-mobile) auto;
}
  }


.article__header-a5-f7 {
  background-color: var(--color-light-gray);
  margin: 0 auto 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 700px) {

.article__header-a5-f7 {
    margin-bottom: 40px;
    padding: 40px 0;
}
  }

/* This bottom margin is used to offset the Why Box's negative margin in WhyBox.module.css */
.article__header__has_whybox-4MG3t {
  margin-bottom: 5.625rem;
}

.article__header__image_first-nN7Kv {
  background-color: var(--color-light-gray, var(--color-light-gray));
  margin: 0 auto 70px;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.article__header__opinion-x03ax {
  background-color: var(--color-light-blue-1);
}

/* Balances spacing when there's no lead image */
.article__header__reduce_padding_bottom-gwWUo {
  padding-bottom: 1rem;
}

.article_hed-LDnzF,
.article_dek-VydJj,
.article_date_and_read_time-NVTxn,
.article_authors-OZP24,
.article_authors__image_first-sRfuq,
.article_label_container-YY1Vx,
.article_eyebrows-1uGmS {
  width: var(--article-width__text);
  max-width: calc(100% - 2rem);
  margin: 0.25em auto;
  line-height: 1.1;
}

.article_date_and_read_time-NVTxn,
.article_authors-OZP24,
.article_authors__image_first-sRfuq {
  font-family: var(--font-display);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.article_date_and_read_time-NVTxn {
  font-weight: bold;
  display: flex;
}

.article_pub_date-mp61W {
  padding-right: 0.75rem;
}

.article_read_time-k3gXv {
  border-left: 1px solid black;
  padding-left: 0.75rem;
}

.article_hed-LDnzF {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: bold;
}

@media (min-width: 700px) {

.article_hed-LDnzF {
    font-size: 1.875rem;
}
  }

.article_dek-VydJj {
  font-family: var(--font-subheading);
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

/* If the Podcast page has an author byline, it will be above the player. Byline and player will need some whitespace. https://stackoverflow.com/a/74843635 */
.media_player_after_authors-cIWjS.media_player_after_authors-cIWjS {
  margin-top: 30px;
}

.article_authors-OZP24 {
  color: var(--color-medium-gray);
  line-height: 1.5;
  margin-top: 0;
}

.article_authors__link-M7PNB {
  color: var(--color-medium-gray-3);
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px dotted var(--color-medium-gray-3);
}

.article_authors__link-M7PNB:hover {
  color: var(--color-dark-gray);
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid var(--color-dark-gray);
}

.article_authors__image_first-sRfuq {
  border-bottom: 1px dotted var(--color-medium-gray);
  color: var(--color-medium-gray);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.lead_image-3nDcx,
.lead_image__image_first-3MbgR {
  max-width: 100%;
  display: block;
  margin: 2rem auto;

  width: var(--article-width__inline-art);
}

.lead_image__image_first-3MbgR {
  margin: 0 auto 2rem;
  order: -1;
}

@media (min-width: 700px) {

.lead_image__image_first-3MbgR {
    max-width: var(--article-width__text);
}
  }

.lead_image__img-e3fpf {
  /* Default to 2:3 landscape ratio */
  --w: 3;
  --h: 2;
  aspect-ratio: 3 / 2;
  aspect-ratio: var(--w) / var(--h);
  width: 100%;

  /* Horizontally centered, vertically offset towards the top */
  -o-object-position: 50% 25%;
     object-position: 50% 25%;

  /* Max out at 2:3 portrait ratio */
  max-height: 150vw;

  /* On desktop, max out at a square */
}

@media (min-width: 900px) {

.lead_image__img-e3fpf {
    max-height: 900px;
}
  }

.lead_image__figcaption-Y9Y9T {
  margin: 0.5rem auto;
  font-size: 12px;
  font-family: var(--font-sans);

  max-width: calc(100% - 2rem);
}

@media (min-width: 900px) {

.lead_image__figcaption-Y9Y9T {
    max-width: var(--article-width__inline-art);
}
  }

/* Flatten all this into one inline string. */
.lead_image__caption-18F8P,
  .lead_image__credit-jEB44,
  .lead_image__caption-18F8P p,
  .lead_image__credit-jEB44 p {
    display: inline;
  }
.lead_image__caption-18F8P a, .lead_image__credit-jEB44 a {
    color: inherit;
  }

.lead_image__caption-18F8P {
  color: var(--color-dark-gray);
}

.lead_image__credit-jEB44 {
  color: var(--color-medium-gray-2);
}

.article_label-Vq4a- {
  color: white;
  background-color: black;
  padding: 7px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.article_label-Vq4a- a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.media_player_wrapper-vgeT3 {
  width: var(--article-width__text);
  max-width: calc(100% - 2rem);
  margin: 0 auto;
}

.youTubeIframe-i0rjL {
  aspect-ratio: 16 / 9;
  width: var(--article-width__inline-art);
  max-width: 100%;
  margin: 20px auto 20px auto;
}
.footer-u1I4n {
  position: relative;

  display: flex;
  flex-direction: column;

  /* Standard styling */
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: var(--font-sans);
}

/* Hide empty sections */

.divide-L7a-x:empty, .subdivide-5Zp4J:empty {
    display: none;
  }

/* Dotted divider + 20px gap */
.divide-L7a-x:not(:empty) ~ .divide-L7a-x:before, .subdivide-5Zp4J:not(:empty) ~ .subdivide-5Zp4J:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dotted var(--color-dark-gray);
    margin: 1.25rem 0;
  }

/* Visually the same as .divide but the divider is 40px wide */
.subdivide-5Zp4J:not(:empty) ~ .subdivide-5Zp4J:before {
  width: 40px;
}
.bio-LnT3Q {
  display: block;
  margin-bottom: 1em;

  /* Links are sometimes in <strong> tags but we don't want them to be bold */
}

.bio-LnT3Q strong {
    font-weight: inherit;
  }

/* TODO: Reduce specificity of `.article__block a` so we don't need to increase specificity here */
a.bioHeading-ZB9Vy,
a.bioLink-kqdDv {
  text-transform: uppercase;

  transition: all 0.2s ease-in-out;
  text-decoration-color: transparent;
}
a.bioHeading-ZB9Vy:hover,
  a.bioLink-kqdDv:hover,
  a.bioHeading-ZB9Vy:focus,
  a.bioLink-kqdDv:focus {
    text-decoration-color: var(--color-medium-blue);
  }

/* The bio heading is a fallback that should almost never show up, but if it does: */
a.bioHeading-ZB9Vy {
  display: inline-block;
  margin-bottom: 0.5em;
}
.rights-Y0o9k {
  text-align: right;
}
.rights-Y0o9k a {
    font-size: 0.75rem;
    font-family: var(--font-display);
    text-transform: uppercase;

    transition: all 0.2s ease-in-out;
    text-decoration-color: transparent;
  }
.rights-Y0o9k a:hover,
    .rights-Y0o9k a:focus {
      text-decoration-color: var(--color-medium-blue);
    }
.viewIssue-pzfFx {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: min-content 1fr;

  grid-gap: 20px 1rem;

  gap: 20px 1rem;
  grid-template-areas:
    "thumb info"
    "links links";
}

@media (min-width: 540px) {

.viewIssue-pzfFx {
    grid-template-columns: max(80px, min(25%, 160px)) 1fr;
    gap: 20px;
    grid-template-areas:
      "thumb info"
      "thumb links";
}
  }

.issueThumb-BLiKJ {
  grid-area: thumb;
  display: block;
}

.issueThumb-BLiKJ .thumb-gcwPd {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 75% center;
       object-position: 75% center;
    border-radius: 2%;
  }

.issueInfo-xUoIO {
  grid-area: info;
  font-style: normal;
}

.issueInfo-xUoIO .citation-yDArp i {
    font-style: normal;
  }

.issueInfo-xUoIO .doi-ggMy7 {
    display: inline-block;
    margin-top: 1rem;
  }

.issueLinks-VGgNn {
  grid-area: links;
}

.issueLinks-VGgNn .button-5V-ZC {
    /* Reset default block CSS (@TODO: Fix inheritance pattern so this isn't necessary) */
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1rem;

    color: white;
    /* Button styles (@TODO: Move to a centralized button component) */
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    margin: 0 auto;
    width: 100%;

    transition: 0.2s ease-in-out;
    transition-property: color, background-color, opacity, transform, border-color, box-shadow,
      filter;
    background-color: var(--color-blue);
  }

.issueLinks-VGgNn .button-5V-ZC:visited {
      color: white;
    }

.issueLinks-VGgNn .button-5V-ZC:hover {
      background-color: var(--color-medium-blue);
    }

@media (min-width: 540px) {

.issueLinks-VGgNn .button-5V-ZC {
      max-width: 320px;
  }
    }

  .footnote-RBp25 h3 {
    font-weight: bold;
    text-transform: uppercase;
  }
.footnote-RBp25 h3:not(:first-child) {
    margin-top: 1em;
  }
.podcast_subscribe-ZE7n- {
  display: flex;
  gap: 1rem;
  flex-flow: row;
  margin: 0 1rem 1rem;
  text-align: center;
}

@media (min-width: 700px) {

.podcast_subscribe-ZE7n- {
    gap: 2rem;
    margin: 0 auto 2rem;
    width: var(--article-width__text);
}
  }

.podcast_subscribe_thumbnail-H-x4t {
  width: 80px;
}

@media (min-width: 700px) {

.podcast_subscribe_thumbnail-H-x4t {
    width: 120px;
}
  }

.podcast_subscribe_links-Kdghc {
  display: flex;
  gap: 1rem;
  flex-flow: column;
  font-size: .75rem;
  padding-top: 10px;
  text-align: left;
}

.podcast_subscribe_links-Kdghc a {
    color: var(--color-blue-3);
  }

@media (min-width: 700px) {

.podcast_subscribe_links-Kdghc {
    font-size: 1.25rem;
    gap: 2rem;
}
  }

.subscribe_links_title-FZVqZ {
  font-weight: 700;
  font-family: var(--font-display);
}

.subscribe_links-Y9NuE a,
.subscribe_links-Y9NuE a:visited {
  color: var(--color-black);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: var(--color-medium-blue);
  font-family: var(--font-display);
  font-size: .875rem;
}

@media (min-width: 700px) {

.subscribe_links-Y9NuE a,
.subscribe_links-Y9NuE a:visited {
    font-size: 1.25rem;
}
  }
.newsletterSignup-lj6hJ {
  display: grid;
  background-color: var(--color-light-gray);
  border: var(--cta-border);
  border-radius: 5px;
  margin: 2rem auto;
  padding: 20px;
  color: var(--color-black);
  font-family: var(--font-sans);
  width: var(--standard-width);
  max-width: 400px;
}

@media (min-width: 700px) {

.newsletterSignup-lj6hJ {
    padding: 30px;
    max-width: 700px;
}
  }

.newsletterSignup-lj6hJ > * {
    /*
     * We use grid stacking so:
     * 1. the form and success messages are positioned on top of each other
     * 2. the parent container takes the height of the tallest one
     *
     * Absolute positioning can do #1 but not #2.
     */
    grid-area: 1 / 1;
  }

.newsletterSignup-lj6hJ a {
    outline: none;
    color: var(--color-black);
    text-decoration-color: var(--color-medium-blue);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: 0.15s ease-in-out;
    transition-property: color, -webkit-text-decoration;
    transition-property: color, text-decoration;
    transition-property: color, text-decoration, -webkit-text-decoration;

    /* @TODO: Don't know what to do here */
  }

.newsletterSignup-lj6hJ a:hover,
    .newsletterSignup-lj6hJ a:focus {
      /* color: var(--color-blue); */
      text-decoration-color: currentColor;
    }

.form-Rr5XP,
.message-BUsRS {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

  /* See submission state transition below */
  transition: 0.2s ease-in-out;
  transition-property: opacity, transform;
}

.title-n7uwk {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;

  /* Better line break when text overflows */
}

.title-n7uwk span {
    display: inline-block;
  }

@media (min-width: 700px) {

.title-n7uwk {
    font-size: 1.875rem;
}
  }

.title-n7uwk:after {
    content: "";
    display: block;
    width: 40px;
    margin-top: 10px;
    border-bottom: 1px dotted var(--color-dark-gray);
  }

.input-aJioP {
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 0.875rem;
}

.input-aJioP:hover,
  .input-aJioP:focus {
    --ring-width: 1px;
    --ring-offset-width: 0px;
  }

.checkbox-hCFD5 {
  width: 1rem;
  border-color: #b1b1b1;
  border-radius: 3px;
}

.checkbox-hCFD5:checked:where(:hover, :focus) {
    --ring-width: 1px;
    --ring-offset-width: 2px;
  }

.checkboxLabel-ZCjp3 {
  display: inline-flex;
  gap: 10px;
  font-family: var(--font-display);
  color: var(--color-medium-gray);
  font-size: 0.6875rem;
}

.checkboxLabel-ZCjp3 span {
    display: inline-block;
    width: 80%;
    max-width: 72ch; /* more visually pleasing line width */
  }

.checkboxLabel-ZCjp3 a {
    display: inline-block; /* orphan prevention */
    color: currentColor;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    outline: none;
  }

.checkboxLabel-ZCjp3 a:hover,
    .checkboxLabel-ZCjp3 a:focus {
      color: var(--color-blue);
    }

.button-p3nX5 {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  color: var(--color-white);
  background-color: var(--color-blue);
  font-weight: 600;
  outline: none;
  transition: background-color 0.2s ease-in-out;
}

@media (min-width: 700px) {

.button-p3nX5 {
    width: 280px;
}
  }

.button-p3nX5:hover,
  .button-p3nX5:focus {
    background-color: var(--color-dark-blue);
  }

.button-p3nX5:disabled {
    background-color: var(--color-medium-gray);
    cursor: default;
  }

.message-BUsRS {
  opacity: 0;
}

.message-BUsRS .input-aJioP {
    position: relative;
    display: flex;
    align-items: center;
  }

.message-BUsRS .icon-dFFq8 {
    position: absolute;
    right: 0.5rem;
    background: var(--color-medium-blue);
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.4rem;
    color: var(--color-white);
  }

/* Submission state transition */
.form-Rr5XP,
.message-BUsRS.status-success-gfCWF {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.message-BUsRS.status-success-gfCWF {
  transition-delay: 0.2s;
}

.form-Rr5XP.status-success-gfCWF,
.message-BUsRS:not(.status-success-gfCWF) {
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.form-Rr5XP.status-success-gfCWF {
  transform: translateY(-5px);
}

@media print {
  .newsletterSignup-lj6hJ {
    display: none;
  }
}
.readThisNext-ki9cM {
  background-color: var(--color-light-gray);
  border: var(--cta-border);
  border-radius: 5px;
  font-family: var(--font-display);
  font-size: 1.125rem;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  padding: 20px;

  /* Copied from article__block class to keep this module in the content well */
  width: var(--article-width__text);
  max-width: calc(100% - 2rem);
}

@media (min-width: 700px) {

.readThisNext-ki9cM {
    padding: 24px;
}
  }

.readThisNextHdr-rOwLD {
  font-family: var(--font-heading);
  line-height: 1.5;
  font-weight: bold;
}

.readThisNextHdr-rOwLD:after {
    content: "";
    display: block;
    width: 40px;
    margin-top: 10px;
    border-bottom: 1px dotted var(--color-dark-gray);
  }

.readThisNext_list_item-JSZ05 {
  border-bottom: 1px dotted var(--color-medium-gray);
  display: flex;
  margin-top: 30px;
  padding-bottom: 20px;
}

.readThisNext_list_item-JSZ05:last-child {
    border-bottom: none;
  }

.readThisNext_list_item_text_hdr-7eV2E {
  color: var(--color-dark-gray);
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.readThisNext_image--iyBs {
  width: 100%;
  height: 100%;
}

.imageLink-rLFTs {
  display: block;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 1rem;
}

.readThisNext_list_item_authors_wrap-ptEuO {
  color: var(--color-medium-gray);
  font-size: 0.75rem;
  line-height: 0.9375rem;
  margin-top: 15px;
}

.readThisNext_list_item_authors-6O7An {
  color: var(--color-medium-gray);
  font-size: 0.75rem;
  line-height: 0.9375rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
}

@media print {
  .readThisNext-ki9cM {
    display: none;
  }
}
/* Prevent email collector modal from appearing when a Piano modal is open. (see next CSS style) */
.tp-modal-open .emailCollectorModalOverlay-kLVA7 {
  display: none;
}

/* Prevent email collector modal from appearing between Piano payment and page reload. Piano tears down its modal after the
 * the user submits payment, which removes the .tp-modal-open class.  We add this class after the Piano submit payment event,
 * to hide our modal until Piano reloads the page. Theoretically, our email modal should be long gone by this step, but putting this
 * here to forestall Piano weirdness.
 */
.tp-payment-submitting .emailCollectorModalOverlay-kLVA7 {
  display: none;
}

.emailCollectorModalOverlay-kLVA7 {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  z-index: 300049; /* Note: Piano's modals have z-index 300,050. IAB ad display guidelines: https://cravencode.com/post/essentials/iab-z-index-guidelines/ */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.emailCollectorModalOverlay-kLVA7.hidden-n-ffY {
  display: none;
}

.emailCollectorModalWrap-uMgbJ {
  background-color: #f2f2f2;
  height: auto;
  max-height: var(--safe-vph);
  max-width: 560px;
  padding: 0 10px;
  width: 100%;
  opacity: 1;
  overflow: scroll;
}

@media (min-width: 400px) {

.emailCollectorModalWrap-uMgbJ {
    padding: 0 30px;
}
  }

.emailCollectorModalFormWrap-aAht0 {
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 10px;
  margin: 0 0 20px 0;
  padding: 30px 15px 15px 15px;
}

@media screen and (min-width: 1024px) {
  .emailCollectorModalFormWrap-aAht0 {
    padding: 30px;
  }
}

.emailCollectorModalHdrWrap-L4nYp {
  margin: 20px 0 20px 0;
  text-align: center;
}

.emailCollectorModalHdrSignInWrap-6ktiO {

}

@media screen and (min-width: 1024px) {
  .emailCollectorModalHdrWrap-L4nYp {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px 0;
  }
}

.emailCollectorModalHdrWrap-L4nYp .emailCollectorModalHdrTxt-yI0qE {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  line-height: 1.25rem;
}

.emailCollectorEmailExistsErr-yp7Cj .emailCollectorModalSignInLnk-Pzuu6,
.emailCollectorModalHdrWrap-L4nYp .emailCollectorModalHdrTxt-yI0qE .emailCollectorModalSignInLnk-Pzuu6,
.emailCollectorModalHdrWrap-L4nYp .emailCollectorModalHdrTxt-yI0qE .emailCollectorModalConnectLnk-v3Fa5 {
  color: var(--color-blue-2);
  font-weight: bold;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.emailCollectorEmailExistsErr-yp7Cj .emailCollectorModalSignInLnk-Pzuu6:visited, .emailCollectorModalHdrWrap-L4nYp .emailCollectorModalHdrTxt-yI0qE .emailCollectorModalSignInLnk-Pzuu6:visited, .emailCollectorModalHdrWrap-L4nYp .emailCollectorModalHdrTxt-yI0qE .emailCollectorModalConnectLnk-v3Fa5:visited {
    color: var(--color-blue-2);
  }

.emailCollectorModalWrap-uMgbJ .emailCollectorModalMainTxt-PMPxq {
  color: var(--color-black);
  font-family: var(--font-sans);
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6875rem;
  margin-bottom: 10px;
  text-align: center;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorModalSubTxt-I-YvX {
  color: var(--color-black);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 25px;
  text-align: center;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorForm-69-pM .emailCollectorLbl-UCD7- {
  color: var(--color-black);
  display: block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.875rem;
  margin: 0 0 5px 0;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorForm-69-pM.emailCollectorError-8IGc5 .emailCollectorLbl-UCD7- {
  color: #b31b1b;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorForm-69-pM .emailCollectorField-QUdlJ {
  background-color: var(--color-white);
  border: 1px solid #656565;
  height: 45px;
  padding: 0 10px;
  margin: 0 0 15px 0;
  width: 100%;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorForm-69-pM.emailCollectorError-8IGc5 .emailCollectorField-QUdlJ {
  border: 1px solid #b31b1b;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorForm-69-pM .emailCollectorContinueBtn-DNF45 {
  background-color: var(--color-blue-2);
  border-radius: 5px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 1rem;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 5px;
  width: 100%;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorForm-69-pM.emailCollectorError-8IGc5 .emailCollectorContinueBtn-DNF45 {
  background-color: #f2f2f2;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorForm-69-pM .emailCollectorContinueBtn-DNF45:disabled {
  background-color: #f2f2f2;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorForm-69-pM .emailCollectorContinueBtn-DNF45:disabled .emailCollectorContinueBtnTxt-I6Wi3 {
    color: var(--color-light-gray-2);
  }

.emailCollectorModalWrap-uMgbJ .emailCollectorContinueBtn-DNF45 .emailCollectorContinueBtnTxt-I6Wi3 {
  color: var(--color-white);
  font-weight: bold;
  line-height: 1.1875rem;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorModalFinePrint-Gl-0B {
  color: #666;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  line-height: 1rem;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .emailCollectorModalWrap-uMgbJ .emailCollectorModalFinePrint-Gl-0B {
    font-size: 0.75rem;
  }
}

.emailCollectorModalOffersWrap--nhFw {
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 27px 15px;
  margin: 0 0 25px 0;
  text-align: center;
}

.emailCollectorModalOffersWrap--nhFw .emailCollectorModalOffersFinePrint-5uAyD {
  color: #000;
  display: block;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .emailCollectorModalOffersWrap--nhFw .emailCollectorModalOffersFinePrint-5uAyD {
    display: inline-block;
  }
}

.emailCollectorModalOffersWrap--nhFw .emailCollectorModalOffersLnk-N0kdk {
  color: var(--color-blue-2);
  display: block;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: bold;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.emailCollectorModalOffersWrap--nhFw .emailCollectorModalOffersLnk-N0kdk:visited {
    color: var(--color-blue-2);
  }

@media screen and (min-width: 1024px) {
  .emailCollectorModalOffersWrap--nhFw .emailCollectorModalOffersLnk-N0kdk {
    display: inline-block;
  }
}

.emailCollectorModalWrap-uMgbJ .emailCollectorModalFinePrint-Gl-0B .emailCollectorModalTermsLnk-Z5sZu,
.emailCollectorModalWrap-uMgbJ .emailCollectorModalFinePrint-Gl-0B .emailCollectorModalPrivacyLnk-b1PfJ {
  color: var(--color-blue-2);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorModalFinePrint-Gl-0B .emailCollectorModalTermsLnk-Z5sZu:visited, .emailCollectorModalWrap-uMgbJ .emailCollectorModalFinePrint-Gl-0B .emailCollectorModalPrivacyLnk-b1PfJ:visited {
    color: var(--color-blue-2);
  }

/* Error Message */
.emailCollectorModalWrap-uMgbJ .emailCollectorErr-9TZD7,
.emailCollectorModalWrap-uMgbJ .emailCollectorInvalidEmailErr-KspaK,
.emailCollectorModalWrap-uMgbJ .emailCollectorEmailExistsErr-yp7Cj {
  color: #b31b1b;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0 0 25px 0;
}

.emailCollectorModalWrap-uMgbJ .emailCollectorErr-9TZD7.hidden-n-ffY,
.emailCollectorModalWrap-uMgbJ .emailCollectorInvalidEmailErr-KspaK.hidden-n-ffY,
.emailCollectorModalWrap-uMgbJ .emailCollectorEmailExistsErr-yp7Cj.hidden-n-ffY {
  display: none;
}
/* Prevent trial modal from appearing when a Piano modal is open. (see next CSS style) */
.tp-modal-open .trialModalOverlay-aNsFb {
  display: none;
}

/* Prevent trial modal from appearing between Piano payment and page reload. Piano tears down its modal after the
 * the user submits payment, which removes the .tp-modal-open class.  We add this class after the Piano submit payment event,
 * to hide our modal until Piano reloads the page.
 */
.tp-payment-submitting .trialModalOverlay-aNsFb {
  display: none;
}

.trialModalOverlay-aNsFb {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  z-index: 300049; /* Note: Piano's modals have z-index 300,050. IAB ad display guidelines: https://cravencode.com/post/essentials/iab-z-index-guidelines/ */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trialModalWrap-pwdtb {
  background-color: #f2f2f2;
  height: auto;
  max-height: var(--safe-vph);
  max-width: 560px;
  padding: 0 10px;
  width: 100%;
  opacity: 1;
  overflow: scroll;
}

@media (min-width: 400px) {

.trialModalWrap-pwdtb {
    padding: 0 30px;
}
  }

.trialModalHdrWrap-Ca-lA {
  margin: 20px 0 20px 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .trialModalHdrWrap-Ca-lA {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px 0;
  }
}

.trialModalFormWrap-uciaP {
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 10px;
  margin: 0 0 20px 0;
  padding: 15px;
}

@media screen and (min-width: 1024px) {
  .trialModalFormWrap-uciaP {
    padding: 28px 32px 35px 32px;
  }
}

.trialModalHdrWrap-Ca-lA .trialModalHdrTxt-wSvpW {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  line-height: 1.25rem;
}

.trialModalHdrWrap-Ca-lA .trialModalHdrTxt-wSvpW .trialModalSignInLnk-KU0ef,
.trialModalHdrWrap-Ca-lA .trialModalHdrTxt-wSvpW .trialModalConnectLnk-pjXAR {
  font-weight: bold;
  color: var(--color-blue-2);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.trialModalHdrWrap-Ca-lA .trialModalHdrTxt-wSvpW .trialModalSignInLnk-KU0ef:visited, .trialModalHdrWrap-Ca-lA .trialModalHdrTxt-wSvpW .trialModalConnectLnk-pjXAR:visited {
    color: var(--color-blue-2);
  }

.trialModalWrap-pwdtb .trialModalMainTxt-rMqSk {
  color: var(--color-black);
  font-family: var(--font-sans);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-bottom: 16px;
  text-align: center;
}

.trialModalWrap-pwdtb .trialModalSubTxt-iHFge {
  color: var(--color-black);
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.25rem;
  margin-bottom: 30px;
  text-align: center;
}

.trialBenefitsList-vvDe7 {
  margin: 0 auto;
  width: 90%;
}

.trialBenefitItem-UdEFn {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin: 0 0 10px 0;
}

.trialBenefitItem-UdEFn:last-child {
  margin-bottom: 30px;
}

.trialBenefitItem-UdEFn::before {
  content: "✔";
  font-size: 0.6875rem;
  padding: 0 5px 0 0;
}

.trialModalWrap-pwdtb .trialForm-SQmqQ .trialBtn-6RyKa {
  background-color: var(--color-blue-2);
  border-radius: 5px;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 5px;
  width: 100%;
}

.trialModalWrap-pwdtb .trialBtn-6RyKa .trialBtnTxt-vfOKG {
  color: var(--color-white);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1875rem;
}

.trialModalWrap-pwdtb .trialModalFinePrint-UG7Wo {
  color: #666;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.trialModalOffersWrap-NW2WN {
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 27px 15px;
  margin: 0 0 25px 0;
  text-align: center;
}

.trialModalOffersWrap-NW2WN .trialModalOffersFinePrint-mXPQV {
  color: var(--color-black);
  display: block;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 5px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .trialModalOffersWrap-NW2WN .trialModalOffersFinePrint-mXPQV {
    display: inline-block;
  }
}

.trialModalWrap-pwdtb .trialModalFinePrint-UG7Wo .trialHelpEmailLnk {
  color: var(--color-blue-2);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.trialModalWrap-pwdtb .trialModalFinePrint-UG7Wo .trialHelpEmailLnk:visited {
    color: var(--color-blue-2);
  }

.trialModalOffersWrap-NW2WN .trialModalOffersLnk-wvAyn {
  color: var(--color-blue-2);
  display: block;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: bold;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.trialModalOffersWrap-NW2WN .trialModalOffersLnk-wvAyn:visited {
    color: var(--color-blue-2);
  }

@media screen and (min-width: 1024px) {
  .trialModalOffersWrap-NW2WN .trialModalOffersLnk-wvAyn {
    display: inline-block;
  }
}
