.press-reader-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #eef2f5;
  color: #22312b;
  font-family: 'Inter', Arial, sans-serif;
  font-synthesis: none;
}

.press-reader-page *,
.press-reader-page *::before,
.press-reader-page *::after {
  box-sizing: border-box;
}

.press-reader-main {
  background: #eef2f5;
}

.press-reader-intro {
  padding: 40px 16px 36px;
  border-bottom: 1px solid #cfdbe3;
  background: #fff;
}

.press-reader-intro > * {
  max-width: 900px;
  margin-inline: auto;
}

.press-reader-eyebrow {
  margin-block: 0 10px;
  color: #35576b;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .15em;
}

.press-reader-intro h1 {
  margin-block: 0;
  color: #22312b;
  font-size: clamp(34px, 10vw, 50px);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.press-reader-subheading {
  margin-block: 10px 0;
  color: #356382;
  font-size: 21px;
  font-weight: 650;
}

.press-reader-publication,
.press-reader-credits {
  margin-block: 14px 0;
  color: #55635c;
  font-size: 14px;
  line-height: 1.5;
}

.press-reader-credits {
  margin-block-start: 4px;
}

.press-reader-lede {
  margin-block: 22px 0;
  max-width: 720px;
  color: #3f4f48;
  font-size: 17px;
  line-height: 1.65;
}

.press-reader-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-block-start: 24px;
}

.press-reader-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #356382;
  border-radius: 4px;
  background: #356382;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
}

.press-reader-link--secondary {
  gap: 7px;
  background: #fff;
  color: #22312b;
}

.press-reader-link:hover,
.press-reader-link:focus-visible {
  background: #3c7194;
  color: #fff;
}

.press-reader-link--secondary:hover,
.press-reader-link--secondary:focus-visible {
  background: #e6eef3;
  color: #22312b;
}

.press-reader-page a:focus-visible {
  outline: 3px solid #769aac;
  outline-offset: 3px;
}

.press-reader-pages {
  display: grid;
  gap: 24px;
  width: min(100%, 1000px);
  margin-inline: auto;
  padding: 24px 0 32px;
}

.press-reader-page-image {
  margin: 0;
  background: #fff;
}

.press-reader-page-image img {
  display: block;
  width: 100%;
  height: auto;
  border-block: 1px solid #c5d1d8;
  background: #fff;
}

.press-reader-page-image figcaption {
  padding: 8px 16px 9px;
  border-bottom: 1px solid #c5d1d8;
  color: #627480;
  font-size: 12px;
  line-height: 1.4;
}

.press-reader-end {
  padding: 0 16px 44px;
  text-align: center;
}

.press-reader-end a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #356382;
  font-size: 15px;
  font-weight: 700;
  text-underline-offset: 4px;
}

@media (min-width: 701px) {
  .press-reader-intro {
    padding: 64px 40px 48px;
  }

  .press-reader-intro h1 {
    font-size: 54px;
  }

  .press-reader-actions {
    flex-direction: row;
  }

  .press-reader-pages {
    gap: 38px;
    padding: 40px 40px 48px;
  }

  .press-reader-page-image img {
    border: 1px solid #c5d1d8;
  }
}
