:root {
  --pk-editorial-bg: #f4f7fb;
  --pk-editorial-paper: #ffffff;
  --pk-editorial-soft: #f8faff;
  --pk-editorial-ink: #0d1834;
  --pk-editorial-muted: #68758b;
  --pk-editorial-line: #e1e7f0;
  --pk-editorial-navy: #07111f;
  --pk-editorial-blue: #3157d5;
  --pk-editorial-mint: #3baa96;
  --pk-editorial-shadow: 0 18px 48px rgba(24, 42, 84, .08);
}

.PkEditorial,
.PkArticle,
.PkEditorial *,
.PkArticle *,
.PkEditorial *::before,
.PkArticle *::before,
.PkEditorial *::after,
.PkArticle *::after {
  box-sizing: border-box;
}

.PkEditorial,
.PkArticle {
  color: var(--pk-editorial-ink);
  background: var(--pk-editorial-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.PkEditorial-Container,
.PkArticle-Container {
  width: min(100% - 40px, 1200px);
  max-width: none;
  margin-inline: auto;
}

/* Publication hubs */
.PkEditorial-Hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 91% 18%, rgba(59, 170, 150, .25), transparent 25rem),
    linear-gradient(120deg, #07111f, #10204a 64%, #194b59);
}

.PkEditorial-Hero::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .18;
  background-image:
    linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
  pointer-events: none;
}

.PkEditorial--blog .PkEditorial-Hero {
  background:
    radial-gradient(circle at 91% 18%, rgba(82, 104, 216, .31), transparent 25rem),
    linear-gradient(120deg, #07111f, #172452 63%, #283b74);
}

.PkEditorial-HeroInner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 72px;
  align-items: end;
}

.PkEditorial-HeroInner > * {
  min-width: 0;
}

.PkEditorial-Eyebrow,
.PkEditorial-SectionHeader span,
.PkEditorial-CardKicker,
.PkArticle-Eyebrow {
  color: var(--pk-editorial-mint);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.PkEditorial-Hero h1 {
  margin: 13px 0 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.06em;
}

.PkEditorial-Hero h1 em {
  color: #8ce2d0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.PkEditorial--blog .PkEditorial-Hero h1 em {
  color: #aab7ff;
}

.PkEditorial-Hero p {
  max-width: 650px;
  margin: 25px 0 0;
  color: #c6d0e0;
  font-size: 16px;
  line-height: 1.75;
}

.PkEditorial-HeroMeta {
  padding: 25px 27px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .14);
  backdrop-filter: blur(13px);
}

.PkEditorial-HeroMeta strong,
.PkEditorial-HeroMeta span,
.PkEditorial-HeroMeta small {
  display: block;
}

.PkEditorial-HeroMeta strong {
  color: #fff;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.05em;
}

.PkEditorial-HeroMeta span {
  margin-top: 8px;
  color: #d8e1ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.PkEditorial-HeroMeta small {
  margin-top: 18px;
  padding-top: 15px;
  color: #9fafc5;
  border-top: 1px solid rgba(255, 255, 255, .11);
  font-size: 11px;
}

.PkEditorial-HeroSearch {
  display: block;
  padding: 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .14);
  backdrop-filter: blur(13px);
}

.PkEditorial-HeroSearch label,
.PkEditorial-HeroSearch small {
  display: block;
}

.PkEditorial-HeroSearch label {
  margin-bottom: 10px;
  color: #dce5f2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.PkEditorial-HeroSearch > div {
  display: flex;
  overflow: hidden;
  background: #fff;
  border-radius: 11px;
}

.PkEditorial-HeroSearch input {
  min-width: 0;
  min-height: 48px;
  flex: 1;
  padding: 0 15px;
  color: var(--pk-editorial-ink);
  background: #fff;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 13px;
}

.PkEditorial-HeroSearch button {
  padding: 0 16px;
  color: #fff;
  background: var(--pk-editorial-blue);
  border: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.PkEditorial-HeroSearch small {
  margin-top: 10px;
  color: #9fafc5;
  font-size: 10px;
}

.PkEditorial-Layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
  margin: 0 auto !important;
  padding-top: 56px !important;
  padding-bottom: 80px !important;
}

.PkEditorial-Layout > * {
  min-width: 0;
}

.PkEditorial .NewsIndexPage-Main,
.PkEditorial .BlogIndexPage-Main {
  width: auto;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.PkEditorial-SectionHeader {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.PkEditorial-SectionHeader h2 {
  margin: 6px 0 0;
  color: var(--pk-editorial-ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: -.045em;
}

.PkEditorial-SectionHeader > a {
  flex: 0 0 auto;
  padding-bottom: 5px;
  color: var(--pk-editorial-blue);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.PkEditorial .NewsIndexPage-Grid,
.PkEditorial .BlogIndexPage-Grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.PkEditorial .NewsIndexPage-Card,
.PkEditorial .BlogIndexPage-Card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--pk-editorial-paper);
  border: 1px solid var(--pk-editorial-line);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(24, 42, 84, .055);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.PkEditorial .NewsIndexPage-Card:hover,
.PkEditorial .BlogIndexPage-Card:hover {
  border-color: #ccd6e7;
  box-shadow: var(--pk-editorial-shadow);
  transform: translateY(-4px);
}

.PkEditorial .NewsIndexPage-Card.is-featured,
.PkEditorial .BlogIndexPage-Card.is-featured {
  grid-column: 1 / -1;
}

.PkEditorial-CardLink {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.PkEditorial .is-featured .PkEditorial-CardLink {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}

.PkEditorial .NewsIndexPage-Image,
.PkEditorial .BlogIndexPage-Image,
.PkEditorial-ImagePlaceholder {
  display: block;
  width: 100%;
  height: 205px;
  margin: 0;
  object-fit: cover;
  border-radius: 0;
}

.PkEditorial .is-featured .NewsIndexPage-Image,
.PkEditorial .is-featured .BlogIndexPage-Image,
.PkEditorial .is-featured .PkEditorial-ImagePlaceholder {
  height: 100%;
  min-height: 330px;
}

.PkEditorial-ImagePlaceholder {
  background:
    radial-gradient(circle at 78% 20%, rgba(59, 170, 150, .28), transparent 10rem),
    linear-gradient(135deg, #10204a, #234d64);
}

.PkEditorial-CardContent {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 20px 21px 21px;
}

.PkEditorial .is-featured .PkEditorial-CardContent {
  justify-content: center;
  padding: 34px;
}

.PkEditorial .NewsIndexPage-CardTitle,
.PkEditorial .BlogIndexPage-CardTitle {
  margin: 9px 0 0;
  padding: 0;
  color: var(--pk-editorial-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -.028em;
}

.PkEditorial .is-featured .NewsIndexPage-CardTitle,
.PkEditorial .is-featured .BlogIndexPage-CardTitle {
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.045em;
}

.PkEditorial .NewsIndexPage-CardTitle:hover,
.PkEditorial .BlogIndexPage-CardTitle:hover {
  color: var(--pk-editorial-blue);
}

.PkEditorial .PkEditorial-CardContent > p,
.PkEditorial .BlogIndexPage-Description {
  display: -webkit-box;
  margin: 12px 0 0;
  padding: 0;
  overflow: hidden;
  color: var(--pk-editorial-muted);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.PkEditorial .NewsIndexPage-Meta,
.PkEditorial .BlogIndexPage-Meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding: 17px 0 0;
  color: #7b879a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}

/* Sidebar */
.PkEditorial .NewsIndexPage-Sidebar,
.PkEditorial .BlogIndexPage-Sidebar,
.PkArticle .NewsIndexPage-Sidebar,
.PkArticle .BlogIndexPage-Sidebar {
  position: sticky;
  top: 22px;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 22px;
  background: var(--pk-editorial-paper);
  border: 1px solid var(--pk-editorial-line);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(24, 42, 84, .065);
}

.PkEditorial .NewsIndexPage-SidebarTitle,
.PkEditorial .BlogIndexPage-SidebarTitle,
.PkArticle .NewsIndexPage-SidebarTitle,
.PkArticle .BlogIndexPage-SidebarTitle {
  margin: 25px 0 10px;
  padding-top: 20px;
  color: var(--pk-editorial-ink);
  border-top: 1px solid var(--pk-editorial-line);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.PkEditorial aside > .NewsIndexPage-SidebarTitle:first-child,
.PkEditorial aside > .BlogIndexPage-SidebarTitle:first-of-type,
.PkArticle aside > .NewsIndexPage-SidebarTitle:first-child,
.PkArticle aside > .BlogIndexPage-SidebarTitle:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.PkEditorial .NewsIndexPage-SidebarItem,
.PkEditorial .BlogIndexPage-SidebarItem,
.PkArticle .NewsIndexPage-SidebarItem,
.PkArticle .BlogIndexPage-SidebarItem {
  margin: 0;
  padding: 0;
  border: 0;
}

.PkEditorial .Sidebar-LinkWithImage,
.PkArticle .Sidebar-LinkWithImage {
  display: flex !important;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 9px 7px;
  color: var(--pk-editorial-ink);
  border-radius: 10px;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease;
}

.PkEditorial .Sidebar-LinkWithImage:hover,
.PkArticle .Sidebar-LinkWithImage:hover {
  color: var(--pk-editorial-blue);
  background: var(--pk-editorial-soft);
}

.PkEditorial .NewsIndexPage-SidebarThumbnail,
.PkEditorial .Sidebar-Thumbnail,
.PkArticle .NewsIndexPage-SidebarThumbnail,
.PkArticle .Sidebar-Thumbnail {
  width: 58px;
  height: 48px;
  flex: 0 0 auto;
  margin: 0;
  object-fit: cover;
  border-radius: 9px;
}

.PkEditorial .NewsIndexPage-SidebarPostTitle,
.PkEditorial .Sidebar-PostTitle,
.PkArticle .NewsIndexPage-SidebarPostTitle,
.PkArticle .Sidebar-PostTitle {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.Sidebar-Content,
.NewsIndexPage-SidebarContent {
  min-width: 0;
  flex: 1;
}

.Sidebar-Date,
.NewsIndexPage-SidebarDate {
  display: block;
  margin-top: 4px;
  color: var(--pk-editorial-muted);
  font-size: 9px;
}

.PkEditorial .ResearchDateBadge,
.PkArticle .ResearchDateBadge {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: linear-gradient(135deg, var(--pk-editorial-blue), #243f9d);
  border-radius: 10px;
}

.PkEditorial .ResearchDateBadge-Day,
.PkArticle .ResearchDateBadge-Day {
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
}

.PkEditorial .ResearchDateBadge-Month,
.PkArticle .ResearchDateBadge-Month {
  margin-top: 3px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.BlogIndexPage-SearchBox {
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
  border: 0;
}

.BlogIndexPage-SearchBox form {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 7px !important;
}

.BlogIndexPage-SearchInput {
  min-width: 0;
  min-height: 42px;
  flex: 1;
  padding: 0 12px;
  color: var(--pk-editorial-ink);
  background: var(--pk-editorial-soft);
  border: 1px solid var(--pk-editorial-line);
  border-radius: 10px;
  outline: 0;
  font: inherit;
  font-size: 11px;
}

.BlogIndexPage-SearchInput:focus {
  border-color: var(--pk-editorial-blue);
  box-shadow: 0 0 0 3px rgba(49, 87, 213, .1);
}

.BlogIndexPage-SearchBtn {
  min-height: 42px;
  padding: 0 13px;
  color: #fff;
  background: var(--pk-editorial-navy);
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.NewsIndexPage-SidebarFooter,
.BlogIndexPage-SidebarFooter {
  margin-top: 13px;
  padding-top: 14px;
  border-top: 1px solid var(--pk-editorial-line);
  text-align: center;
}

.NewsIndexPage-SidebarMoreLink,
.BlogIndexPage-SidebarMoreLink {
  color: var(--pk-editorial-blue);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.NewsIndexPage-NoContent,
.BlogIndexPage-NoContent {
  color: var(--pk-editorial-muted);
  font-size: 11px;
}

/* Pagination: counter old global nav/display rules */
.PkEditorial .NewsIndexPage-Pagination,
.PkEditorial .BlogIndexPage-Pagination {
  display: block;
  margin: 34px 0 0;
}

.PkEditorial .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.PkEditorial .pagination li {
  margin: 0;
  padding: 0;
}

.PkEditorial .pagination li::before {
  display: none;
}

.PkEditorial .page-link {
  display: grid;
  min-width: 38px;
  min-height: 38px;
  place-items: center;
  padding: 0 10px;
  color: var(--pk-editorial-muted);
  background: #fff;
  border: 1px solid var(--pk-editorial-line);
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.PkEditorial .page-link:hover,
.PkEditorial .page-item.active .page-link {
  color: #fff;
  background: var(--pk-editorial-blue);
  border-color: var(--pk-editorial-blue);
}

/* Search results */
.PkEditorial-SearchHero {
  padding: 56px 0 50px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 10%, rgba(82, 104, 216, .27), transparent 21rem),
    linear-gradient(120deg, #07111f, #172452);
}

.PkEditorial-SearchHero a {
  color: #aab7ff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.PkEditorial-SearchHero > div > span {
  display: block;
  margin-top: 25px;
  color: #9dadc4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.PkEditorial-SearchHero h1 {
  max-width: 850px;
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.PkEditorial-SearchHero p {
  margin: 14px 0 0;
  color: #bcc8d9;
  font-size: 13px;
}

.PkEditorial--search .BlogIndexPage-Grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* Article pages */
.PkArticle {
  min-height: 100vh;
  padding: 58px 0 82px;
}

.PkArticle-Layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
  margin: 0 auto !important;
  padding: 0 !important;
}

.PkArticle-Layout > * {
  min-width: 0;
}

.PkArticle-Main {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 42px !important;
  overflow: hidden;
  background: var(--pk-editorial-paper);
  border: 1px solid var(--pk-editorial-line);
  border-radius: 22px;
  box-shadow: var(--pk-editorial-shadow);
}

/* Explicitly isolate from assets/css/style.css: header { display:flex } */
.PkArticle .PkArticle-Header {
  display: block;
  width: 100%;
  padding: 45px 50px 35px;
  background:
    radial-gradient(circle at 100% 0, rgba(59, 170, 150, .09), transparent 15rem),
    linear-gradient(180deg, #fff, #fbfcff);
  border-bottom: 1px solid var(--pk-editorial-line);
}

.PkArticle--blog .PkArticle-Header {
  background:
    radial-gradient(circle at 100% 0, rgba(82, 104, 216, .1), transparent 15rem),
    linear-gradient(180deg, #fff, #fbfcff);
}

/* Explicitly isolate from assets/css/style.css: nav { display:contents } */
.PkArticle .BlogIndexPage-Breadcrumb,
.PkArticle .NewsIndexPage-Breadcrumb {
  display: block;
  margin: 0 0 28px;
}

.PkArticle .BlogIndexPage-Breadcrumb a,
.PkArticle .NewsIndexPage-Breadcrumb a {
  color: var(--pk-editorial-blue);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.PkArticle-Eyebrow {
  display: block;
}

.PkArticle .BlogIndexPage-Title,
.PkArticle .NewsIndexPage-Title {
  max-width: 790px;
  margin: 13px 0 25px;
  color: var(--pk-editorial-ink);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.055em;
  overflow-wrap: break-word;
}

.PkArticle-Byline {
  display: flex;
  max-width: 790px;
  align-items: center;
  gap: 11px;
  color: var(--pk-editorial-muted);
  font-size: 10px;
  font-weight: 700;
}

.PkArticle-AuthorMark {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--pk-editorial-navy);
  border-radius: 12px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
}

.PkArticle-Byline small,
.PkArticle-Byline strong {
  display: block;
}

.PkArticle-Byline small {
  color: #8692a5;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.PkArticle-Byline strong {
  margin-top: 2px;
  color: var(--pk-editorial-ink);
  font-size: 11px;
}

.PkArticle-BylineDivider {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  background: var(--pk-editorial-mint);
  border-radius: 50%;
}

.PkArticle .PkArticle-HeroImage {
  display: block;
  width: calc(100% - 72px);
  height: auto;
  max-height: 480px;
  margin: 36px auto 0;
  object-fit: cover;
  border-radius: 17px;
  box-shadow: 0 14px 36px rgba(24, 42, 84, .1);
}

.PkArticle .PkArticle-Body {
  padding: 43px 50px 18px;
  color: #26324b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.88;
}

.PkArticle .PkArticle-Body > *:first-child {
  margin-top: 0 !important;
}

.PkArticle .PkArticle-Body h2,
.PkArticle .PkArticle-Body h3,
.PkArticle .PkArticle-Body h4 {
  color: var(--pk-editorial-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.035em;
}

.PkArticle .PkArticle-Body h2 {
  margin: 40px 0 17px;
  font-size: 28px;
  line-height: 1.25;
}

.PkArticle .PkArticle-Body h3 {
  margin: 32px 0 14px;
  font-size: 22px;
  line-height: 1.3;
}

.PkArticle .PkArticle-Body p {
  margin: 0 0 22px;
  color: #26324b;
  font-size: inherit;
  line-height: inherit;
}

.PkArticle .PkArticle-Body strong {
  color: #111c36;
}

.PkArticle .PkArticle-Body a {
  color: var(--pk-editorial-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.PkArticle .PkArticle-Body blockquote {
  margin: 31px 0;
  padding: 23px 27px;
  color: #172442;
  background: var(--pk-editorial-soft);
  border-left: 4px solid var(--pk-editorial-blue);
  border-radius: 0 14px 14px 0;
  font-size: 20px;
  font-style: italic;
}

.PkArticle .PkArticle-Body ul,
.PkArticle .PkArticle-Body ol {
  margin: 20px 0 25px;
  padding-left: 25px;
}

.PkArticle .PkArticle-Body li {
  margin: 0 0 9px;
  padding-left: 3px;
  color: #26324b;
  font-style: normal;
  font-weight: 400;
}

.PkArticle .PkArticle-Body li::before {
  display: none;
}

.PkArticle .PkArticle-Body img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.PkArticle .PkArticle-Body table {
  display: block;
  max-width: 100%;
  margin: 26px 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.PkArticle .PkArticle-Body th,
.PkArticle .PkArticle-Body td {
  padding: 11px 12px;
  border: 1px solid var(--pk-editorial-line);
  white-space: nowrap;
}

.PkArticle .PkArticle-Body th {
  color: #fff;
  background: var(--pk-editorial-navy);
}

.PkArticle .disclaimer {
  margin: 20px 50px 0;
  padding: 17px 19px;
  color: #78643a;
  background: #fffaf0;
  border: 1px solid #eee1bd;
  border-radius: 13px;
  font-size: 11px;
  line-height: 1.65;
}

.PkArticle hr {
  margin: 31px 50px;
  border: 0;
  border-top: 1px solid var(--pk-editorial-line);
}

/* Related tools and embedded charts */
.PkArticle .NewsRelatedTools,
.PkArticle .NewsStockChartBlock {
  margin: 28px 50px;
  padding: 20px;
  background: var(--pk-editorial-soft);
  border: 1px solid var(--pk-editorial-line);
  border-radius: 16px;
}

.PkArticle .NewsRelatedTools h4,
.PkArticle .NewsStockChartHeader h3 {
  color: var(--pk-editorial-ink);
  font-family: Inter, sans-serif;
}

.PkArticle .NewsToolsGrid {
  gap: 10px;
}

.PkArticle .NewsToolCard {
  background: #fff;
  border-color: var(--pk-editorial-line);
  border-radius: 11px;
}

.PkArticle .NewsStockChart {
  overflow: hidden;
  background: #fff;
  border-color: var(--pk-editorial-line);
}

/* Previous / next */
.PkArticle .BlogIndexPage-NavHeading,
.PkArticle .NewsNav-Heading {
  margin: 38px 50px 15px;
  color: var(--pk-editorial-ink);
  font-size: 15px;
  letter-spacing: -.02em;
}

.PkArticle .BlogIndexPage-NavLinks,
.PkArticle .NewsNav-Wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 50px;
}

.PkArticle .BlogIndexPage-Prev,
.PkArticle .BlogIndexPage-Next,
.PkArticle .NewsNav-Card {
  display: grid;
  min-width: 0;
  grid-template-columns: 70px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 4px 11px;
  padding: 12px;
  color: var(--pk-editorial-ink);
  background: var(--pk-editorial-soft);
  border: 1px solid var(--pk-editorial-line);
  border-radius: 13px;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.PkArticle .BlogIndexPage-Prev:hover,
.PkArticle .BlogIndexPage-Next:hover,
.PkArticle .NewsNav-Card:hover {
  color: var(--pk-editorial-blue);
  border-color: #c7d2e8;
  box-shadow: 0 10px 25px rgba(24, 42, 84, .07);
  transform: translateY(-2px);
}

.PkArticle .NavLink-Thumbnail,
.PkArticle .NewsNav-Image {
  width: 70px;
  height: 62px;
  grid-row: 1 / 3;
  object-fit: cover;
  border-radius: 9px;
}

.PkArticle .NavLabel,
.PkArticle .NewsNav-Label {
  color: var(--pk-editorial-muted);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.PkArticle .NavTitle,
.PkArticle .NewsNav-Title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Comments */
.PkArticle .BlogIndexPageComment-Container,
.PkArticle .NewsIndexPageComments-Container {
  margin: 42px 50px 0;
  padding: 27px;
  background: var(--pk-editorial-soft);
  border: 1px solid var(--pk-editorial-line);
  border-radius: 16px;
}

.PkArticle .BlogIndexPageComment-Title,
.PkArticle .NewsIndexPageComments-Title {
  margin: 0 0 20px;
  color: var(--pk-editorial-ink);
  font-size: 23px;
  letter-spacing: -.035em;
}

.PkArticle .BlogIndexPageComment-Form,
.PkArticle .NewsIndexPageComments-Form {
  display: grid;
  gap: 15px;
  padding: 0;
  background: transparent;
  border: 0;
}

.PkArticle .BlogIndexPageComment-FormGroup,
.PkArticle .NewsIndexPageComments-FormGroup {
  margin: 0;
}

.PkArticle .BlogIndexPageComment-Label,
.PkArticle .NewsIndexPageComments-Label {
  display: block;
  margin: 0 0 6px;
  color: var(--pk-editorial-muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.PkArticle .BlogIndexPageComment-Input,
.PkArticle .BlogIndexPageComment-Textarea,
.PkArticle .NewsIndexPageComments-Input,
.PkArticle .NewsIndexPageComments-Textarea {
  width: 100%;
  padding: 11px 12px;
  color: var(--pk-editorial-ink);
  background: #fff;
  border: 1px solid var(--pk-editorial-line);
  border-radius: 10px;
  outline: 0;
  font: inherit;
  font-size: 12px;
}

.PkArticle .BlogIndexPageComment-Input:focus,
.PkArticle .BlogIndexPageComment-Textarea:focus,
.PkArticle .NewsIndexPageComments-Input:focus,
.PkArticle .NewsIndexPageComments-Textarea:focus {
  border-color: var(--pk-editorial-blue);
  box-shadow: 0 0 0 3px rgba(49, 87, 213, .1);
}

.PkArticle .BlogIndexPageComment-CaptchaContainer,
.PkArticle .NewsIndexPageComments-CaptchaContainer {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

.PkArticle .BlogIndexPageComment-CaptchaSpan,
.PkArticle .NewsIndexPageComments-CaptchaSpan {
  padding: 9px 13px;
  color: var(--pk-editorial-ink);
  background: #edf1ff;
  border: 1px dashed #b9c7ed;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .14em;
}

.PkArticle .BlogIndexPageComment-RefreshButton,
.PkArticle .NewsIndexPageComments-RefreshButton {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--pk-editorial-blue);
  background: #fff;
  border: 1px solid var(--pk-editorial-line);
  border-radius: 9px;
  cursor: pointer;
}

.PkArticle .BlogIndexPageComment-SubmitButton,
.PkArticle .NewsIndexPageComments-SubmitButton {
  min-height: 43px;
  padding: 0 17px;
  color: #fff;
  background: var(--pk-editorial-navy);
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

.PkArticle .BlogIndexPageComment-CommentsContainer,
.PkArticle .NewsIndexPageComments-CommentsContainer {
  margin: 18px 50px 0;
}

.PkArticle .BlogIndexPageComment-Comment,
.PkArticle .NewsIndexPageComments-Comment {
  margin-top: 10px;
  padding: 17px;
  background: #fff;
  border: 1px solid var(--pk-editorial-line);
  border-radius: 12px;
}

.PkArticle .BlogIndexPageComment-CommentHeader,
.PkArticle .NewsIndexPageComments-CommentHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--pk-editorial-muted);
  font-size: 10px;
}

.PkArticle .BlogIndexPageComment-CommentBody,
.PkArticle .NewsIndexPageComments-CommentBody {
  margin-top: 9px;
  color: #34405a;
  font-size: 12px;
  line-height: 1.65;
}

.PkArticle .BlogIndexPageComment-NoComments,
.PkArticle .NewsIndexPageComments-NoComments {
  color: var(--pk-editorial-muted);
  font-size: 11px;
}

@media (max-width: 980px) {
  .PkEditorial-HeroInner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .PkEditorial-HeroMeta,
  .PkEditorial-HeroSearch {
    max-width: 560px;
  }

  .PkEditorial-Layout,
  .PkArticle-Layout {
    grid-template-columns: 1fr;
  }

  .PkEditorial .NewsIndexPage-Sidebar,
  .PkEditorial .BlogIndexPage-Sidebar,
  .PkArticle .NewsIndexPage-Sidebar,
  .PkArticle .BlogIndexPage-Sidebar {
    position: static;
  }
}

@media (max-width: 700px) {
  .PkEditorial-Container,
  .PkArticle-Container {
    width: min(100% - 28px, 1200px);
  }

  .PkEditorial-Hero {
    padding: 60px 0 55px;
  }

  .PkEditorial-Hero h1 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .PkEditorial-Hero p {
    font-size: 14px;
  }

  .PkEditorial-HeroMeta {
    padding: 20px;
  }

  .PkEditorial-Layout {
    padding-top: 35px !important;
    padding-bottom: 58px !important;
  }

  .PkEditorial-SectionHeader {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .PkEditorial .NewsIndexPage-Grid,
  .PkEditorial .BlogIndexPage-Grid,
  .PkEditorial--search .BlogIndexPage-Grid {
    grid-template-columns: 1fr !important;
  }

  .PkEditorial .NewsIndexPage-Card.is-featured,
  .PkEditorial .BlogIndexPage-Card.is-featured {
    grid-column: auto;
  }

  .PkEditorial .is-featured .PkEditorial-CardLink {
    display: block;
  }

  .PkEditorial .is-featured .NewsIndexPage-Image,
  .PkEditorial .is-featured .BlogIndexPage-Image,
  .PkEditorial .is-featured .PkEditorial-ImagePlaceholder {
    min-height: 0;
    height: 220px;
  }

  .PkEditorial .is-featured .PkEditorial-CardContent {
    padding: 22px;
  }

  .PkEditorial .is-featured .NewsIndexPage-CardTitle,
  .PkEditorial .is-featured .BlogIndexPage-CardTitle {
    font-size: 25px;
  }

  .PkEditorial-SearchHero {
    padding: 43px 0 40px;
  }

  .PkArticle {
    padding: 28px 0 55px;
  }

  .PkArticle-Main {
    border-radius: 18px;
  }

  .PkArticle .PkArticle-Header {
    padding: 30px 22px 27px;
  }

  .PkArticle .BlogIndexPage-Breadcrumb,
  .PkArticle .NewsIndexPage-Breadcrumb {
    margin-bottom: 23px;
  }

  .PkArticle .BlogIndexPage-Title,
  .PkArticle .NewsIndexPage-Title {
    font-size: 36px;
  }

  .PkArticle-Byline {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .PkArticle .PkArticle-HeroImage {
    width: calc(100% - 28px);
    margin-top: 14px;
    border-radius: 13px;
  }

  .PkArticle .PkArticle-Body {
    padding: 33px 22px 15px;
    font-size: 17px;
    line-height: 1.82;
  }

  .PkArticle .PkArticle-Body h2 {
    font-size: 25px;
  }

  .PkArticle .disclaimer,
  .PkArticle .NewsRelatedTools,
  .PkArticle .NewsStockChartBlock {
    margin-right: 22px;
    margin-left: 22px;
  }

  .PkArticle hr {
    margin-right: 22px;
    margin-left: 22px;
  }

  .PkArticle .BlogIndexPage-NavHeading,
  .PkArticle .NewsNav-Heading {
    margin-right: 22px;
    margin-left: 22px;
  }

  .PkArticle .BlogIndexPage-NavLinks,
  .PkArticle .NewsNav-Wrapper {
    grid-template-columns: 1fr;
    margin-right: 22px;
    margin-left: 22px;
  }

  .PkArticle .BlogIndexPageComment-Container,
  .PkArticle .NewsIndexPageComments-Container {
    margin-right: 22px;
    margin-left: 22px;
    padding: 21px;
  }

  .PkArticle .BlogIndexPageComment-CommentsContainer,
  .PkArticle .NewsIndexPageComments-CommentsContainer {
    margin-right: 22px;
    margin-left: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .PkEditorial *,
  .PkArticle *,
  .PkEditorial *::before,
  .PkArticle *::before,
  .PkEditorial *::after,
  .PkArticle *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
