body.news-article {
  --article-serif: Georgia, "Times New Roman", serif;
  --article-reading-width: 720px;
}

body.news-article .detail-content-section,
body.news-article .detail-content-section * {
  box-sizing: border-box;
}

body.news-article .detail-content-section {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(1540px, 100%);
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

body.news-article .article-breadcrumb {
  width: min(920px, 100%);
  margin: 0 auto 17px;
  padding-top: 24px;
}

body.news-article .article-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--publication-muted);
  font-size: 12px;
}

body.news-article .article-breadcrumb li { display: inline-flex; align-items: center; gap: 7px; }
body.news-article .article-breadcrumb li:not(:last-child)::after { content: "/"; color: #aeb6bd; }
body.news-article .article-breadcrumb a { color: var(--publication-navy); font-weight: 700; }

body.news-article .article-header {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(920px, 100%);
  max-width: none;
  margin: 0 auto 30px;
}

body.news-article .article-category-label {
  order: -1;
  margin: 0 0 12px;
  color: var(--publication-navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.news-article .article-category-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 9px 3px 0;
  background: var(--publication-gold);
}

body.news-article .detail-head {
  margin: 0 0 20px;
  color: var(--publication-navy-dark);
  font-family: var(--publication-headline);
  font-size: clamp(42px, 5.4vw, 68px);
  font-stretch: normal;
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}

body.news-article .author-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid var(--publication-rule);
}

body.news-article .author-info-top { display: flex; align-items: center; gap: 12px; }
body.news-article .author-photo { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
body.news-article .author-name { margin: 0; color: var(--publication-ink); font-size: 14px; }
body.news-article .author-name span,
body.news-article .author-name a { color: var(--publication-navy); font-weight: 800; }
body.news-article .author-meta { margin: 3px 0 0; color: var(--publication-muted); font-size: 12px; }

body.news-article .article-share-mobile { display: none; }

body.news-article .detail-content-section > img.main-img,
body.news-article .article-main > img.main-img,
body.news-article .hero-figure {
  width: 100%;
  max-width: none;
  margin: 0 0 48px;
}

body.news-article .detail-content-section > img.main-img,
body.news-article .article-main > img.main-img,
body.news-article .hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 650px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
}

body.news-article .hero-figure figcaption,
body.news-article .inline-figure figcaption {
  margin-top: 8px;
  color: var(--publication-muted);
  font-family: var(--publication-body);
  font-size: 12px;
  line-height: 1.45;
}

body.news-article .article-main .hero-figure.hero-figure-portrait {
  width: min(660px, 100%);
  margin-right: auto;
  margin-left: auto;
}

body.news-article .article-main .hero-figure.hero-figure-portrait img {
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

body.news-article .article-layout {
  display: grid;
  grid-template-columns: minmax(0, 68%) minmax(320px, 32%);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

body.news-article .article-main {
  display: block;
  min-width: 0;
  width: 100%;
  padding: 0 clamp(36px, 5vw, 76px) 78px;
}

body.news-article .article-copy,
body.news-article .article-section.detail-content-text-section {
  display: block;
  width: 100%;
  max-width: var(--article-reading-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.news-article .article-main .article-copy.detail-content-text-section > p:where(:not(.closing-line):not(.about-bio):not(.author-meta)),
body.news-article .article-main .article-section.detail-content-text-section > p:where(:not(.closing-line):not(.about-bio):not(.author-meta)),
body.news-article .article-copy .detail-para,
body.news-article .article-copy > p,
body.news-article .article-main .detail-para,
body.news-article .article-main .article-section > p,
body.news-article .lead-intro p,
body.news-article .principle-item p {
  margin: 0 0 1.32em !important;
  color: #202830;
  font-family: var(--article-serif) !important;
  font-size: 19px !important;
  font-weight: 400;
  line-height: 1.74 !important;
  text-align: left !important;
  text-justify: auto !important;
  hyphens: none !important;
}

body.news-article .article-main .article-copy.detail-content-text-section > p.article-lede,
body.news-article .article-lede {
  margin-bottom: 1.4em !important;
  color: #263747 !important;
  font-size: 21px !important;
  line-height: 1.62 !important;
}

body.news-article .article-header.detail-content-text-section > .article-summary {
  max-width: 860px;
  margin: 15px 0 22px !important;
  color: #425264;
  font-family: var(--article-serif) !important;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.55 !important;
  text-align: left !important;
  text-wrap: pretty;
}

body.news-article .author-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}

body.news-article .author-meta-divider { color: var(--publication-gold); }

body.news-article .article-key-takeaways {
  margin: 2.4rem 0 3rem;
  padding: 24px 28px 25px;
  border-top: 3px solid var(--publication-navy-dark);
  background: linear-gradient(135deg, #f5f7f9, #fbfaf6);
}

body.news-article .article-module-label {
  margin: 0 0 7px !important;
  color: var(--publication-gold);
  font-family: var(--publication-body) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: .11em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

body.news-article .article-key-takeaways h2,
body.news-article .article-sources h2 {
  margin: 0 0 14px;
  color: var(--publication-navy-dark);
  font-family: var(--publication-headline);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.12;
}

body.news-article .article-key-takeaways ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.news-article .article-key-takeaways li {
  position: relative;
  padding-left: 20px;
  color: #2c3742;
  font-family: var(--publication-body);
  font-size: 15px;
  line-height: 1.55;
}

body.news-article .article-key-takeaways li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--publication-gold);
  content: "";
  transform: rotate(45deg);
}

body.news-article .article-sources {
  margin: 3.5rem 0 2.7rem;
  padding: 22px 0 0;
  border-top: 3px solid var(--publication-navy-dark);
}

body.news-article .article-sources > p:not(.article-module-label) {
  margin: 0 0 15px;
  color: #53606c;
  font-family: var(--publication-body);
  font-size: 14px;
  line-height: 1.6;
}

body.news-article .article-sources ul {
  display: grid;
  gap: 9px;
  margin: 0 0 16px;
  padding-left: 20px;
}

body.news-article .article-sources li {
  color: #3e4954;
  font-family: var(--publication-body);
  font-size: 14px;
  line-height: 1.55;
}

body.news-article .article-sources a {
  color: var(--publication-navy);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(197,154,67,.75);
  text-underline-offset: 3px;
}

body.news-article .article-sources .article-sources-note {
  color: #75808a;
  font-size: 12px;
}

body.news-article .article-main p strong {
  color: var(--publication-navy-dark);
  font-weight: 700;
}

body.news-article .article-main .detail-content-text-section > p.article-declaration,
body.news-article .article-declaration {
  margin: 1.7rem 0 2rem !important;
  padding: .55rem 0 .65rem 1.2rem;
  border-left: 4px solid var(--publication-gold);
  color: var(--publication-navy-dark) !important;
  font-size: 23px !important;
  line-height: 1.48 !important;
}

body.news-article .article-main .detail-content-text-section > p.article-insight,
body.news-article .article-insight {
  margin: 2rem 0 2.2rem !important;
  padding: 1.25rem 1.4rem 1.35rem;
  border-top: 1px solid rgba(197,154,67,.55);
  border-bottom: 1px solid rgba(197,154,67,.55);
  background: linear-gradient(90deg, rgba(197,154,67,.11), rgba(197,154,67,.025));
  color: var(--publication-navy-dark) !important;
  font-size: 22px !important;
  line-height: 1.55 !important;
}

body.news-article .article-declaration strong,
body.news-article .article-insight strong,
body.news-article .closing-line strong {
  color: inherit;
  font-weight: 700;
}

body.news-article .detal-para-head,
body.news-article .article-section .detal-para-head {
  display: block;
  margin: 2.1em 0 .68em;
  padding: 13px 0 0;
  border-top: 3px solid var(--publication-gold);
  border-bottom: 0;
  color: var(--publication-navy-dark);
  font-family: var(--publication-headline);
  font-size: clamp(28px, 3vw, 34px);
  font-stretch: normal;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-wrap: balance;
}

body.news-article .article-copy > .detal-para-head:first-child,
body.news-article .article-main > .article-section:first-child .detal-para-head { margin-top: 0; }

body.news-article .font-grid,
body.news-article .font-grid-r { display: block; }

body.news-article .inline-figure,
body.news-article .img-detail-grid,
body.news-article .article-main figure {
  margin: 2rem 0 2.2rem;
}

body.news-article .img-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.news-article .inline-figure img,
body.news-article .article-main figure img,
body.news-article .detail-img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

body.news-article .inline-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 2rem 0 2.2rem;
}

body.news-article .styled-quote,
body.news-article .closing-line {
  margin: 2rem 0 !important;
  padding: 4px 0 4px 24px;
  border-left: 4px solid var(--publication-gold);
  color: var(--publication-navy-dark);
  font-family: var(--article-serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.55;
}

body.news-article .principles-list { gap: 0; margin: 1.6rem 0 2rem; }
body.news-article .principle-item { padding: 14px 0 14px 20px; border-left-color: var(--publication-gold); border-bottom: 1px solid var(--publication-rule); }
body.news-article .principle-item h4 { margin: 0 0 5px; color: var(--publication-navy-dark); font-family: var(--publication-headline); font-size: 17px; }
body.news-article .principle-item p { margin: 0 !important; font-size: 16px !important; line-height: 1.6 !important; }

body.news-article a.entity-link { color: var(--publication-navy); border-bottom-color: rgba(197,154,67,.65); }
body.news-article a.entity-link:hover { color: var(--publication-navy-dark); background: #faf7ef; border-bottom-color: var(--publication-gold); }

body.news-article .article-sidebar {
  position: relative;
  display: block;
  width: auto;
  min-width: 0;
  padding: clamp(48px, 6vw, 82px) clamp(30px, 4vw, 58px);
  border-left: 1px solid var(--publication-rule);
  background: #fff;
}

body.news-article .article-sidebar-inner {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

body.news-article .article-utility {
  padding-top: 14px;
  border-top: 3px solid var(--publication-navy-dark);
}

body.news-article .article-utility-title {
  margin: 0 0 12px;
  color: var(--publication-navy-dark);
  font-family: var(--publication-headline);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.news-article .article-share-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
body.news-article .article-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid var(--publication-rule);
  border-radius: 0;
  color: var(--publication-navy);
  background: #fff;
  font: 800 11px/1 var(--publication-body);
  cursor: pointer;
}
body.news-article .article-share-button:hover { border-color: var(--publication-gold); background: #faf7ef; }

body.news-article .article-toc summary {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
body.news-article .article-toc summary::-webkit-details-marker { display: none; }
body.news-article .article-toc summary::after { content: "+"; color: var(--publication-gold); font-size: 18px; }
body.news-article .article-toc[open] summary::after { content: "−"; }
body.news-article .article-toc ol { display: flex; flex-direction: column; gap: 8px; margin: 5px 0 0; padding: 0; list-style: none; counter-reset: toc; }
body.news-article .article-toc li { counter-increment: toc; }
body.news-article .article-toc a { display: grid; grid-template-columns: 24px 1fr; gap: 5px; color: #46525d; font-size: 12px; line-height: 1.35; }
body.news-article .article-toc a::before { content: counter(toc, decimal-leading-zero); color: var(--publication-gold); font-size: 10px; font-weight: 800; }
body.news-article .article-toc a:hover,
body.news-article .article-toc a.is-active { color: var(--publication-navy); font-weight: 800; }

body.news-article .article-author-card { padding-top: 14px; border-top: 3px solid var(--publication-navy-dark); }
body.news-article .article-author-card-top { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
body.news-article .article-author-card img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
body.news-article .article-author-card strong { color: var(--publication-navy-dark); font-family: var(--publication-headline); font-size: 15px; }
body.news-article .article-author-card p { margin: 0; color: #596570; font-size: 13px; line-height: 1.5; }

body.news-article .author-section {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  margin: 44px 0 0;
  padding: 24px 0;
  border-top: 1px solid var(--publication-rule);
  border-bottom: 1px solid var(--publication-rule);
}
body.news-article .author-section .author-image { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
body.news-article .author-section .author-name { margin: 0 0 2px; }
body.news-article .author-label { margin: 0 0 7px; color: var(--publication-gold); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
body.news-article .author-bio { margin: 0; color: #53606b; font-size: 14px; line-height: 1.55; }

body.news-article .related-posts {
  margin-top: 48px;
  padding-top: 15px;
  border-top: 3px solid var(--publication-navy-dark);
}
body.news-article .related-posts > h2 { margin: 0 0 20px; color: var(--publication-navy-dark); font-family: var(--publication-headline); font-size: 25px; }
body.news-article .related-posts .post { display: grid; grid-template-columns: 150px 1fr; gap: 18px; align-items: start; margin: 0; padding: 18px 0; border-top: 1px solid var(--publication-rule); }
body.news-article .related-posts .post-img { width: 150px; height: 100px; border-radius: 0; object-fit: cover; }
body.news-article .related-posts .post-content h3 { margin: 4px 0 6px; font-family: var(--publication-headline); font-size: 18px; line-height: 1.15; }
body.news-article .related-posts .post-content p { margin: 0; color: #5b6772; font-family: var(--publication-body); font-size: 13px; line-height: 1.45; }
body.news-article .hashtag-category { color: var(--publication-gold); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1180px) {
  body.news-article .article-layout { grid-template-columns: minmax(0, 70%) minmax(280px, 30%); }
  body.news-article .article-main { padding-right: 42px; padding-left: 42px; }
  body.news-article .article-sidebar { padding-right: 28px; padding-left: 28px; }
}

@media (max-width: 980px) {
  body.news-article .article-layout { display: block; }
  body.news-article .article-main { max-width: none; margin: 0; padding: 0 32px 64px; }
  body.news-article .article-sidebar { position: static; width: 100%; margin: 0; padding: 36px 32px; border-top: 1px solid var(--publication-rule); border-left: 0; }
  body.news-article .article-sidebar-inner { position: static; width: min(var(--article-reading-width), 100%); margin: 0 auto; }
  body.news-article .article-sidebar .article-share-utility { display: none; }
  body.news-article .article-share-mobile { display: block; margin-top: 16px; }
  body.news-article .article-toc { order: -1; }
  body.news-article .article-toc:not([open]) ol { display: none; }
}

@media (max-width: 767px) {
  body.news-article .detail-content-section { width: 100%; padding: 0; overflow-x: hidden; }
  body.news-article .article-main { padding: 0 16px 54px; overflow-x: hidden; }
  body.news-article .article-breadcrumb { margin-bottom: 14px; }
  body.news-article .article-breadcrumb li:last-child { display: none; }
  body.news-article .article-header { margin-bottom: 23px; }
  body.news-article .detail-head { margin-bottom: 17px; font-size: clamp(38px, 12vw, 52px); line-height: 1; }
  body.news-article .author-bar { align-items: flex-start; }
  body.news-article .detail-content-section > img.main-img,
  body.news-article .article-main > img.main-img,
  body.news-article .hero-figure { width: calc(100% + 32px); margin-left: -16px; margin-bottom: 34px; }
  body.news-article .detail-content-section > img.main-img,
  body.news-article .article-main > img.main-img,
  body.news-article .hero-figure img { aspect-ratio: 4 / 3; }
  body.news-article .article-main .hero-figure.hero-figure-portrait { width: 100%; margin-left: 0; }
  body.news-article .article-main .hero-figure.hero-figure-portrait img { aspect-ratio: auto; }
  body.news-article .article-main .article-copy.detail-content-text-section > p:where(:not(.closing-line):not(.about-bio):not(.author-meta)),
  body.news-article .article-main .article-section.detail-content-text-section > p:where(:not(.closing-line):not(.about-bio):not(.author-meta)),
  body.news-article .article-copy .detail-para,
  body.news-article .article-copy > p,
  body.news-article .article-main .detail-para,
  body.news-article .article-main .article-section > p,
  body.news-article .lead-intro p { font-size: 18px !important; line-height: 1.7 !important; }
  body.news-article .article-main .article-copy.detail-content-text-section > p.article-lede,
  body.news-article .article-lede { font-size: 20px !important; line-height: 1.6 !important; }
  body.news-article .article-header.detail-content-text-section > .article-summary { margin: 12px 0 18px !important; font-size: 18px !important; line-height: 1.5 !important; }
  body.news-article .author-meta { display: grid; gap: 2px; }
  body.news-article .author-meta-divider { display: none; }
  body.news-article .article-key-takeaways { margin: 2rem 0 2.5rem; padding: 20px 19px 21px; }
  body.news-article .article-key-takeaways h2,
  body.news-article .article-sources h2 { font-size: 23px; }
  body.news-article .article-main .detail-content-text-section > p.article-declaration,
  body.news-article .article-declaration { margin: 1.45rem 0 1.7rem !important; padding-left: 1rem; font-size: 21px !important; }
  body.news-article .article-main .detail-content-text-section > p.article-insight,
  body.news-article .article-insight { margin: 1.7rem 0 1.9rem !important; padding: 1rem 1.05rem 1.1rem; font-size: 20px !important; }
  body.news-article .detal-para-head,
  body.news-article .article-section .detal-para-head { margin-top: 1.8em; font-size: 28px; }
  body.news-article .inline-figure-grid { grid-template-columns: 1fr; }
  body.news-article .img-detail-grid { grid-template-columns: 1fr; }
  body.news-article .article-sidebar { gap: 24px; margin-top: 38px; }
}

@media (max-width: 480px) {
  body.news-article .related-posts .post { grid-template-columns: 110px 1fr; gap: 14px; }
  body.news-article .related-posts .post-img { width: 110px; height: 82px; }
  body.news-article .related-posts .post-content p { display: none; }
}
