/* Publishing surfaces for the GEO content engine. The homepage stays owned by
   geo-site-v1.css; these rules only extend it for lists, articles and pages. */
.inner-page {
  background: var(--paper, #f3f0e9);
  color: var(--ink, #161512);
}

.inner-page .site-header {
  background: color-mix(in srgb, var(--paper, #f3f0e9) 92%, transparent);
  border-bottom-color: rgba(22, 21, 18, .12);
  backdrop-filter: blur(18px);
}

.inner-page .primary-nav a.active::after {
  right: 0;
}

.newsroom-page a:focus-visible {
  outline: 2px solid var(--red, #bd0a1a);
  outline-offset: 5px;
}

.insights-all-link {
  display: inline-flex;
  margin-top: 34px;
}

.editorial-main {
  min-height: 70vh;
  padding: 140px clamp(24px, 5vw, 80px) 112px;
}

.article-heading h1 {
  margin: 0;
  font-family: var(--display, "Songti SC", "STSong", serif);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.article-meta {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--red, #b32424);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-meta time { color: var(--muted, #716d64); }

.pagination {
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  max-width: 1380px;
  margin: 60px auto 0;
  font-size: 14px;
}

.pagination a { color: var(--red, #b32424); font-weight: 700; text-decoration: none; }

/* Newsroom / collection -------------------------------------------------- */
.newsroom-page {
  --newsroom-width: 1480px;
  background:
    radial-gradient(circle at 82% 9%, rgba(189, 10, 26, .07), transparent 22rem),
    var(--paper, #f3f0e9);
}

.newsroom-main {
  padding: 76px 0 0;
}

.newsroom-hero {
  position: relative;
  max-width: var(--newsroom-width);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 126px) clamp(24px, 4.6vw, 72px) clamp(80px, 10vw, 150px);
  overflow: hidden;
}

.newsroom-hero::after {
  content: "JIOMING";
  position: absolute;
  right: clamp(24px, 4.6vw, 72px);
  bottom: -0.22em;
  z-index: -1;
  color: rgba(17, 23, 25, .035);
  font-family: var(--display, serif);
  font-size: clamp(120px, 20vw, 330px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .8;
  pointer-events: none;
}

.newsroom-hero-line {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line, rgba(17, 23, 25, .15));
}

.newsroom-hero-line .eyebrow { margin: 0; }

.newsroom-edition {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  color: var(--muted, #707777);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.newsroom-edition strong {
  color: var(--ink, #111719);
  font-family: var(--display, serif);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .04em;
}

.newsroom-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, .52fr) 116px;
  gap: clamp(32px, 5vw, 80px);
  align-items: end;
  padding-top: clamp(48px, 6vw, 82px);
}

.newsroom-hero h1 {
  margin: 0;
  font-family: var(--display, "Songti SC", "STSong", serif);
  font-size: clamp(70px, 9.1vw, 148px);
  font-weight: 800;
  letter-spacing: -.09em;
  line-height: .88;
}

.newsroom-hero h1 span { display: block; }

.newsroom-hero h1 .outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--ink, #111719);
  text-stroke: 1px var(--ink, #111719);
}

.newsroom-intro {
  padding-bottom: 8px;
}

.newsroom-intro > p {
  margin: 0 0 36px;
  color: var(--muted, #707777);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 2;
}

.newsroom-pillars {
  display: grid;
  border-top: 1px solid var(--line, rgba(17, 23, 25, .15));
}

.newsroom-pillars span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line, rgba(17, 23, 25, .15));
  font-size: 12px;
  font-weight: 700;
}

.newsroom-pillars b {
  color: var(--red, #bd0a1a);
  font-size: 10px;
  letter-spacing: .1em;
}

.newsroom-signal {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 340px;
  padding: 15px 0 5px;
}

.newsroom-signal::before {
  content: "";
  position: absolute;
  inset: 18px auto 52px 50%;
  width: 1px;
  background: linear-gradient(var(--red, #bd0a1a), rgba(17, 23, 25, .14));
}

.newsroom-signal i {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 9px;
  background: var(--paper, #f3f0e9);
  border: 2px solid var(--red, #bd0a1a);
  border-radius: 50%;
  box-shadow: 0 0 0 7px var(--paper, #f3f0e9);
}

.newsroom-signal i:nth-child(2) { border-color: var(--ink, #111719); }
.newsroom-signal i:nth-child(3) { border-color: rgba(17, 23, 25, .3); }

.newsroom-signal span {
  color: var(--muted, #707777);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.8;
  text-align: center;
}

.newsroom-index {
  padding: clamp(68px, 8vw, 120px) clamp(24px, 5vw, 80px) clamp(96px, 10vw, 150px);
  background: #e7e2d8;
  border-top: 1px solid var(--line, rgba(17, 23, 25, .15));
}

.newsroom-index-head,
.article-index,
.editorial-empty {
  max-width: var(--newsroom-width);
  margin-inline: auto;
}

.newsroom-index-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 76px);
}

.newsroom-index-head > div > p {
  margin: 0 0 18px;
  color: var(--red, #bd0a1a);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.newsroom-index-head h2 {
  margin: 0;
  font-family: var(--display, serif);
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: 1.08;
}

.newsroom-count {
  display: flex;
  align-items: end;
  gap: 18px;
  margin: 0 0 7px;
}

.newsroom-count strong {
  color: var(--red, #bd0a1a);
  font-family: var(--display, serif);
  font-size: clamp(54px, 6vw, 90px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .75;
}

.newsroom-count span {
  color: var(--muted, #707777);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.8;
}

.article-index {
  border-top: 1px solid rgba(17, 23, 25, .23);
}

.article-card {
  display: grid;
  grid-template-columns: minmax(300px, .66fr) minmax(0, 1.34fr);
  min-height: 390px;
  border-bottom: 1px solid rgba(17, 23, 25, .23);
}

.article-card:nth-child(even) { grid-template-columns: minmax(0, 1.34fr) minmax(300px, .66fr); }
.article-card:nth-child(even) .article-card-media { order: 2; }

.article-card.is-lead {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, .95fr);
  min-height: 530px;
  margin-bottom: clamp(28px, 4vw, 58px);
  border-bottom: 0;
  box-shadow: 0 30px 80px rgba(16, 40, 44, .13);
}

.article-card-media {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  background: var(--deep, #10282c);
  color: #fff;
}

.article-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .75s var(--ease, cubic-bezier(.22, .75, .18, 1)), filter .75s ease;
}

.article-card:hover .article-card-media img { transform: scale(1.045); filter: saturate(1.08); }

.article-card-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(24px, 3vw, 44px);
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, rgba(189, 10, 26, .26), transparent 25%),
    linear-gradient(145deg, #18383b, #0b2023 68%);
}

.fallback-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(135deg, #000, transparent 82%);
}

.fallback-orbit {
  position: absolute;
  top: 50%;
  left: 63%;
  width: min(54%, 270px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fallback-orbit::before,
.fallback-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.fallback-orbit::before { inset: 18%; border: 1px solid rgba(255, 255, 255, .18); }
.fallback-orbit::after { inset: 42%; background: var(--red, #bd0a1a); box-shadow: 0 0 0 10px rgba(189, 10, 26, .14); }

.fallback-axis {
  position: absolute;
  left: 14%;
  top: 23%;
  width: 48%;
  height: 1px;
  background: rgba(255, 255, 255, .35);
  transform: rotate(-23deg);
  transform-origin: left;
}

.article-card-fallback small,
.article-card-fallback b,
.article-card-fallback em {
  position: relative;
  z-index: 1;
}

.article-card-fallback small {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
  opacity: .55;
}

.article-card-fallback b {
  align-self: end;
  max-width: 7em;
  font-family: var(--display, serif);
  font-size: clamp(32px, 4vw, 62px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.05;
}

.article-card-fallback em {
  justify-self: end;
  font-family: var(--display, serif);
  font-size: 15px;
  font-style: normal;
  letter-spacing: .08em;
}

.article-card-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 76px);
}

.article-card.is-lead .article-card-copy {
  color: #fff;
  background: var(--deep, #10282c);
}

.article-card.is-lead .article-meta time,
.article-card.is-lead .article-summary,
.article-card.is-lead .article-card-foot small { color: rgba(255, 255, 255, .55); }

.article-card.is-lead .article-meta span { color: #ff5663; }

.article-number {
  position: absolute;
  top: clamp(28px, 3.5vw, 54px);
  right: clamp(30px, 4vw, 62px);
  margin: 0;
  color: rgba(17, 23, 25, .25);
  font-family: var(--display, serif);
  font-size: 13px;
  letter-spacing: .08em;
}

.article-card.is-lead .article-number { color: rgba(255, 255, 255, .3); }

.article-card h3 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display, "Songti SC", "STSong", serif);
  font-size: clamp(30px, 3.2vw, 51px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.22;
  text-wrap: balance;
}

.article-card h3 a { color: inherit; text-decoration: none; }

.article-summary {
  max-width: 700px;
  margin: 22px 0 0;
  color: var(--muted, #707777);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.9;
}

.article-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-top: clamp(36px, 5vw, 68px);
}

.article-card-foot small {
  max-width: 60%;
  color: var(--muted, #707777);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
}

.article-card-foot .text-link {
  flex: none;
  margin: 0;
}

.article-card.is-lead .text-link { color: #fff; border-bottom-color: rgba(255, 255, 255, .35); }

.editorial-empty {
  display: grid;
  grid-template-columns: minmax(330px, .88fr) minmax(0, 1.12fr);
  min-height: 540px;
  background: var(--white, #fffdfa);
  border: 1px solid rgba(17, 23, 25, .18);
  box-shadow: 0 28px 75px rgba(16, 40, 44, .08);
}

.editorial-empty-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, .12) 48.1% 48.3%, transparent 48.4%),
    var(--deep, #10282c);
}

.editorial-empty-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(145deg, #000, transparent 76%);
}

.editorial-empty-visual i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.editorial-empty-visual i::before,
.editorial-empty-visual i::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.editorial-empty-visual i::before { inset: 25%; border: 1px solid rgba(255, 255, 255, .22); }
.editorial-empty-visual i::after { inset: 47%; background: var(--red, #bd0a1a); box-shadow: 0 0 0 13px rgba(189, 10, 26, .13); }

.editorial-empty-visual > b {
  position: absolute;
  left: clamp(28px, 4vw, 60px);
  bottom: clamp(30px, 5vw, 72px);
  font-family: var(--display, serif);
  font-size: clamp(115px, 15vw, 230px);
  font-weight: 500;
  letter-spacing: -.1em;
  line-height: .65;
  opacity: .92;
}

.editorial-empty-visual > span {
  position: absolute;
  top: 34px;
  left: 36px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.8;
  opacity: .55;
}

.editorial-empty-visual > em {
  position: absolute;
  top: 30px;
  right: 36px;
  color: #ff4b5a;
  font-family: var(--display, serif);
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
}

.editorial-empty-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 92px);
}

.editorial-empty-copy .eyebrow { margin-bottom: 28px; }

.editorial-empty-copy h2 {
  margin: 0;
  font-family: var(--display, serif);
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1.2;
}

.editorial-empty-copy h2 span { display: block; }

.editorial-empty-copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--muted, #707777);
  font-size: 15px;
  line-height: 2;
}

.editorial-empty-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line, rgba(17, 23, 25, .15));
  border-bottom: 1px solid var(--line, rgba(17, 23, 25, .15));
}

.editorial-empty-points span {
  display: grid;
  gap: 4px;
  padding: 14px 8px 14px 0;
  font-size: 12px;
  font-weight: 800;
}

.editorial-empty-points b {
  color: var(--red, #bd0a1a);
  font-size: 9px;
  letter-spacing: .1em;
}

.editorial-empty-copy .button { align-self: flex-start; margin-top: 36px; }

.newsroom-index + .pagination { margin-block: 0; padding: 50px 24px; }

.article-detail { max-width: 1380px; margin: 0 auto; }

.article-heading {
  max-width: 1040px;
  margin: 0 auto;
  padding: 58px 0 64px;
  text-align: center;
}

.article-back {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--muted, #716d64);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}

.article-heading .article-meta { justify-content: center; }

.article-heading h1 {
  max-width: 1100px;
  margin: 24px auto;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.12;
  text-wrap: balance;
}

.article-deck {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--muted, #716d64);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.75;
}

.article-cover {
  max-width: 1180px;
  margin: 0 auto 72px;
}

.article-cover img { width: 100%; height: auto; display: block; }
.article-cover figcaption { margin-top: 12px; color: var(--muted, #716d64); font-size: 12px; text-align: center; }

.article-layout {
  display: grid;
  grid-template-columns: 150px minmax(0, 760px);
  justify-content: center;
  gap: 70px;
}

.article-layout aside {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--muted, #716d64);
  font-size: 10px;
  letter-spacing: .14em;
}

.article-layout aside i { width: 1px; height: 68px; background: rgba(22, 21, 18, .22); }
.article-layout aside a { color: inherit; text-decoration: none; }

.prose {
  min-width: 0;
  color: #2b2925;
  font-size: 18px;
  line-height: 2;
}

.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 2.4em 0 .8em; font-family: var(--serif, serif); font-size: 36px; font-weight: 500; line-height: 1.25; }
.prose h3 { margin: 2em 0 .6em; font-size: 24px; }
.prose p, .prose ul, .prose ol, .prose blockquote { margin: 1.35em 0; }
.prose a { color: var(--red, #b32424); text-underline-offset: 4px; }
.prose img { max-width: 100%; height: auto; margin: 2.4em auto; display: block; }
.prose blockquote { padding: 12px 0 12px 28px; border-left: 3px solid var(--red, #b32424); color: var(--muted, #716d64); }
.prose code { padding: .15em .35em; background: rgba(22, 21, 18, .08); font-size: .9em; }
.prose pre { overflow-x: auto; padding: 24px; background: #191a18; color: #f4f0e8; line-height: 1.7; }
.prose pre code { padding: 0; background: none; }
.prose table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 15px; }
.prose th, .prose td { padding: 12px 14px; border: 1px solid rgba(22, 21, 18, .16); text-align: left; }

.article-end {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  max-width: 980px;
  margin: 92px auto 0;
  padding: 42px 0;
  border-top: 1px solid rgba(22, 21, 18, .16);
}

.article-end div { display: grid; gap: 10px; }
.article-end small { color: var(--red, #b32424); font-weight: 700; letter-spacing: .12em; }
.article-end strong { max-width: 560px; font-family: var(--serif, serif); font-size: 24px; font-weight: 500; }
.article-end a { color: inherit; font-weight: 700; text-decoration: none; }

.standalone-page { max-width: 900px; }
.standalone-page > .prose { max-width: 760px; margin: 0 auto; }

.not-found {
  min-height: 72vh;
  padding: 190px clamp(24px, 7vw, 120px) 100px;
}
.not-found h1 { max-width: 900px; margin: 20px 0; font-family: var(--serif, serif); font-size: clamp(54px, 8vw, 110px); font-weight: 500; line-height: 1; }
.not-found > p:not(.eyebrow) { color: var(--muted, #716d64); font-size: 18px; }
.not-found > div { display: flex; gap: 12px; margin-top: 36px; }

@media (max-width: 1120px) {
  .newsroom-hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr); }
  .newsroom-signal { display: none; }
  .article-card.is-lead { grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); }
}

@media (max-width: 820px) {
  .inner-page .site-header { background: var(--paper, #f3f0e9); backdrop-filter: none; }
  .editorial-main { padding: 104px 20px 76px; }
  .newsroom-main { padding: 76px 0 0; }
  .newsroom-hero { padding: 62px 20px 80px; }
  .newsroom-hero::after { right: 12px; }
  .newsroom-hero-line { align-items: center; padding-bottom: 18px; }
  .newsroom-edition { gap: 12px; }
  .newsroom-hero-grid { grid-template-columns: 1fr; gap: 38px; padding-top: 44px; }
  .newsroom-hero h1 { max-width: 7em; font-size: clamp(62px, 16vw, 104px); }
  .newsroom-intro { max-width: 560px; }
  .newsroom-intro > p { margin-bottom: 28px; }
  .newsroom-index { padding: 70px 20px 90px; }
  .newsroom-index-head { grid-template-columns: 1fr; gap: 30px; }
  .newsroom-count { justify-self: start; }
  .article-card,
  .article-card:nth-child(even),
  .article-card.is-lead { grid-template-columns: 1fr; min-height: 0; }
  .article-card.is-lead { margin-bottom: 34px; }
  .article-card:nth-child(even) .article-card-media { order: 0; }
  .article-card-media { min-height: 300px; }
  .article-card.is-lead .article-card-media { min-height: 380px; }
  .article-card-copy { min-height: 340px; padding: 34px 28px 38px; }
  .article-number { top: 34px; right: 28px; }
  .article-card-foot { margin-top: 38px; }
  .editorial-empty { grid-template-columns: 1fr; }
  .editorial-empty-visual { min-height: 360px; }
  .editorial-empty-copy { padding: 48px 30px 54px; }
  .article-heading { padding: 38px 0 44px; text-align: left; }
  .article-heading .article-meta { justify-content: flex-start; }
  .article-back { margin-bottom: 34px; }
  .article-heading h1 { margin-left: 0; }
  .article-deck { margin-left: 0; }
  .article-cover { margin-bottom: 44px; }
  .article-layout { grid-template-columns: 1fr; gap: 24px; }
  .article-layout aside { display: none; }
  .prose { font-size: 17px; line-height: 1.9; }
  .prose h2 { font-size: 30px; }
  .article-end { display: grid; margin-top: 64px; }
  .not-found { padding: 150px 20px 80px; }
}

@media (max-width: 520px) {
  .newsroom-edition > span { display: none; }
  .newsroom-edition strong { font-size: 17px; }
  .newsroom-hero h1 { font-size: clamp(58px, 19vw, 84px); line-height: .93; }
  .newsroom-pillars span { padding-block: 11px; }
  .newsroom-index-head h2 { font-size: 40px; }
  .newsroom-count strong { font-size: 62px; }
  .article-card-media,
  .article-card.is-lead .article-card-media { min-height: 280px; }
  .article-card-copy { min-height: 0; padding: 31px 22px 34px; }
  .article-number { top: 31px; right: 22px; font-size: 10px; }
  .article-meta { padding-right: 58px; font-size: 10px; }
  .article-card h3 { font-size: 30px; }
  .article-heading h1 { font-size: 37px; line-height: 1.18; }
  .article-card-foot { align-items: start; flex-direction: column; gap: 18px; }
  .article-card-foot small { max-width: 100%; }
  .editorial-empty-visual { min-height: 300px; }
  .editorial-empty-visual > b { font-size: 118px; }
  .editorial-empty-copy { padding: 40px 22px 44px; }
  .editorial-empty-copy h2 { font-size: 34px; }
  .editorial-empty-points { grid-template-columns: 1fr; }
  .editorial-empty-points span { grid-template-columns: 30px 1fr; gap: 8px; }
  .editorial-empty-copy .button { width: 100%; }
}
