/*
 * Scoped editorial typography for single blog posts.
 * The theme, Elementor templates, headers, sidebars and archive pages remain untouched.
 */
body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content {
  --advixy-reading-navy: #0c294e;
  --advixy-reading-ink: #25364a;
  --advixy-reading-muted: #52647b;
  --advixy-reading-gold: #d3a22f;
  --advixy-reading-gold-soft: #fff7df;
  --advixy-reading-line: #dce5ef;
  color: var(--advixy-reading-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content p,
body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content li {
  color: var(--advixy-reading-ink);
  font-size: 1em;
  line-height: 1.78;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content > p:first-of-type {
  color: #183252;
  font-size: 1.08em;
  line-height: 1.72;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content h2,
body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content h3 {
  color: var(--advixy-reading-navy);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 650;
  letter-spacing: -0.018em;
  scroll-margin-top: 110px;
  text-wrap: balance;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content h2 {
  border-bottom: 1px solid var(--advixy-reading-line);
  font-size: clamp(29px, 3vw, 36px);
  line-height: 1.2;
  margin: 2.05em 0 0.72em;
  padding-bottom: 0.34em;
  position: relative;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content h2::after {
  background: var(--advixy-reading-gold);
  border-radius: 999px;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 54px;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content h3 {
  font-size: clamp(23px, 2.2vw, 27px);
  line-height: 1.28;
  margin: 1.65em 0 0.58em;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content ul,
body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content ol {
  margin: 1.1em 0 1.45em;
  padding-left: 1.55em;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content li {
  margin: 0.42em 0;
  padding-left: 0.18em;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content li::marker {
  color: var(--advixy-reading-gold);
  font-weight: 700;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content blockquote {
  background: var(--advixy-reading-gold-soft);
  border: 0;
  border-left: 4px solid var(--advixy-reading-gold);
  border-radius: 0 12px 12px 0;
  color: var(--advixy-reading-navy);
  font-size: 1.02em;
  font-style: normal;
  line-height: 1.68;
  margin: 1.65em 0;
  padding: 1.15em 1.35em;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content blockquote p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content a {
  color: #07519a;
  font-weight: 550;
  text-decoration-color: rgba(7, 81, 154, 0.45);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.16em;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content a:hover,
body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content a:focus-visible {
  color: #8b6400;
  text-decoration-color: currentColor;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content a:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(211, 162, 47, 0.45);
  outline-offset: 3px;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content strong {
  color: #102f52;
  font-weight: 700;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content hr {
  border: 0;
  border-top: 1px solid var(--advixy-reading-line);
  margin: 2.2em 0;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content img {
  border-radius: 10px;
}

body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content figcaption {
  color: var(--advixy-reading-muted);
  font-size: 0.78em;
  line-height: 1.55;
  margin-top: 0.55em;
}

@media (max-width: 767px) {
  body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content {
    font-size: 17px;
    line-height: 1.75;
  }

  body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content > p:first-of-type {
    font-size: 1.05em;
  }

  body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content h2 {
    font-size: 28px;
    margin-top: 1.75em;
  }

  body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content h3 {
    font-size: 22px;
  }

  body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content blockquote {
    border-radius: 0 9px 9px 0;
    margin-left: 0;
    margin-right: 0;
    padding: 1em 1.05em;
  }
}

@media print {
  body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content {
    color: #111;
    font-size: 11pt;
    line-height: 1.55;
  }

  body.wp-singular.single-post.advixy-editorial-reading .wpr-post-content.wpr-post-content a {
    color: #111;
  }
}
