:root {
  --paper: #f6f0e5;
  --paper-deep: #eadfce;
  --ink: #1d1b19;
  --muted: #665f58;
  --red: #a8322d;
  --red-dark: #76201e;
  --green: #283b31;
  --line: #b9aa98;
  --white: #fffdf8;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
button, input { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { border-top: 5px solid var(--red); background: var(--paper); }
.masthead { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--ink); }
.brand, .footer-brand { color: var(--ink); text-decoration: none; font-size: 4.4rem; font-weight: 700; line-height: 1; letter-spacing: 0; }
.brand span { color: var(--red); font-size: .42em; }
.issue { margin: 0; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.issue-right { text-align: right; }
.nav-row { border-bottom: 1px solid var(--line); }
.nav-inner { min-height: 49px; display: flex; align-items: stretch; justify-content: space-between; }
nav { display: flex; min-width: 0; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
nav::-webkit-scrollbar { display: none; }
nav a { display: grid; place-items: center; padding: 0 18px; border-right: 1px solid var(--line); text-decoration: none; white-space: nowrap; font-size: .92rem; font-weight: 700; }
nav a:first-child { border-left: 1px solid var(--line); }
nav a:hover, nav a:focus-visible { background: var(--paper-deep); }
.search-open { border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); background: var(--red); color: white; padding: 0 22px; cursor: pointer; font-weight: 700; }
.search-open:hover { background: var(--red-dark); }

.lead { padding-block: 30px 42px; display: grid; grid-template-columns: minmax(0, 2.08fr) minmax(280px, .92fr); gap: 30px; }
.story-card { min-width: 0; }
.story-image { display: block; background: var(--paper-deep); overflow: hidden; text-decoration: none; }
.story-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.story-image:hover img { transform: scale(1.018); }
.story-copy { padding-top: 13px; }
.kicker { color: var(--red); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; }
.story-card h2 { margin: 6px 0 8px; font-size: clamp(1.35rem, 2.25vw, 2rem); line-height: 1.08; }
.story-card h2 a { text-decoration: none; }
.story-card h2 a:hover { color: var(--red); }
.story-card p { margin: 0 0 13px; color: var(--muted); }
.byline { display: flex; flex-wrap: wrap; gap: 7px 16px; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.story-card-featured .story-image img { aspect-ratio: 4 / 3; }
.story-card-featured h2 { max-width: 800px; font-size: clamp(2.25rem, 5vw, 4.65rem); line-height: .97; }
.story-card-featured .story-copy { padding: 18px 20px 0 0; }
.story-card-featured .story-copy > p { max-width: 760px; font-size: 1.13rem; }
.lead-side { display: grid; gap: 26px; }
.lead-side .story-card + .story-card { border-top: 1px solid var(--ink); padding-top: 26px; }
.lead-side .story-card h2 { font-size: 1.65rem; }
.lead-side .story-card p { font-size: .94rem; }

.signal { background: var(--red); color: white; border-block: 1px solid var(--red-dark); }
.signal-inner { min-height: 60px; display: flex; gap: 24px; align-items: center; }
.signal strong { align-self: stretch; display: grid; place-items: center; padding-right: 24px; border-right: 1px solid rgba(255,255,255,.35); text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; }
.signal p { margin: 0; flex: 1; }
.signal a { font-weight: 700; white-space: nowrap; }

.latest { padding-block: 64px 76px; }
.section-heading { border-top: 4px solid var(--ink); padding-top: 10px; margin-bottom: 24px; display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.section-heading p { margin: 0; color: var(--red); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.section-heading h2 { margin: 0; font-size: 2rem; line-height: 1.05; }
.latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.editor-note { position: relative; background: var(--paper-deep); border-top: 7px solid var(--red); padding: 29px; min-height: 100%; }
.note-number { display: block; color: var(--red); font-size: 3.8rem; line-height: 1; }
.editor-note h2 { margin: 22px 0 8px; font-size: 1.75rem; }
.editor-note p { color: var(--muted); }
.editor-note a { font-weight: 700; }

.rubrics { padding-block: 62px 74px; background: var(--green); color: var(--white); }
.section-heading.light { border-color: var(--white); }
.section-heading.light p { color: #e89a8e; }
.rubric-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.35); }
.rubric-grid > a { min-width: 0; padding: 26px; text-decoration: none; }
.rubric-grid > a + a { border-left: 1px solid rgba(255,255,255,.35); }
.rubric-grid span { color: #e89a8e; font-size: .8rem; }
.rubric-grid h3 { font-size: 1.55rem; line-height: 1.08; margin: 24px 0 10px; }
.rubric-grid p { margin: 0; color: #d8ded9; }
.rubric-grid a:hover { background: rgba(255,255,255,.06); }

.site-footer { padding: 58px 0 24px; background: #171614; color: #f5eee4; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-brand { color: white; font-size: 2.9rem; }
.footer-grid p { max-width: 480px; color: #c6bdb3; }
.footer-grid h2 { margin: 8px 0 15px; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: #e89a8e; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.copyright { border-top: 1px solid #4f4943; margin-top: 44px; padding-top: 18px; color: #948c83; font-size: .8rem; }

.article-hero { padding-block: 50px 42px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 48px; align-items: end; border-bottom: 1px solid var(--line); }
.article-heading h1 { margin: 12px 0 19px; font-size: clamp(2.6rem, 5.6vw, 5.4rem); line-height: .95; }
.standfirst { margin: 0 0 24px; color: var(--muted); font-size: 1.18rem; line-height: 1.55; }
.article-hero figure { margin: 0; }
.article-hero figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
figcaption { margin-top: 7px; color: var(--muted); font-size: .74rem; line-height: 1.35; }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 720px); gap: 70px; justify-content: center; padding-block: 56px 82px; }
.article-aside { align-self: start; position: sticky; top: 24px; border-top: 3px solid var(--red); color: var(--muted); font-size: .84rem; }
.article-aside > p { color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 700; }
.article-aside ol { padding-left: 18px; }
.article-aside li { margin-bottom: 9px; }
.article-body { font-size: 1.14rem; line-height: 1.75; min-width: 0; }
.article-body > p:first-child { font-size: 1.22rem; }
.article-body h2 { margin: 2.4em 0 .55em; font-size: 2.05rem; line-height: 1.1; color: var(--red-dark); }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 1.8em 0 .45em; font-size: 1.45rem; line-height: 1.2; }
.article-body h4 { margin: 1.6em 0 .35em; font-size: 1.12rem; text-transform: uppercase; letter-spacing: .06em; }
.article-body p { margin: 0 0 1.2em; }
.article-body li { margin: .45em 0; padding-left: .25em; }
.article-body ul, .article-body ol { margin: 1.2em 0 1.5em; padding-left: 1.35em; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .92rem; line-height: 1.4; }
.article-body th, .article-body td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { background: var(--paper-deep); }
.article-end { margin-top: 52px; padding: 22px 24px; border-block: 1px solid var(--ink); }
.article-end span { color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 700; }
.article-end p { margin: 5px 0 0; font-size: .95rem; color: var(--muted); }
.related { padding-bottom: 76px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.related-grid .story-card { display: grid; grid-template-columns: 220px 1fr; gap: 20px; }
.related-grid .story-copy { padding-top: 0; }
.related-grid .story-card h2 { font-size: 1.35rem; }
.related-grid .story-card p { font-size: .9rem; }

.category-head { padding-block: 66px; background: var(--red); color: white; }
.category-head .eyebrow { margin: 0; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.category-head h1 { margin: 8px 0 13px; max-width: 900px; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .92; }
.category-head p:not(.eyebrow) { max-width: 650px; margin: 0 0 16px; font-size: 1.15rem; }
.category-head span { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.category-list { padding-block: 56px 70px; }
.category-list .story-card { display: grid; grid-template-columns: minmax(270px, .8fr) minmax(0, 1.2fr); gap: 34px; padding-block: 26px; border-bottom: 1px solid var(--line); }
.category-list .story-card:first-child { padding-top: 0; }
.category-list .story-copy { padding: 8px 0 0; }
.category-list .story-card-featured h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
.category-list .story-card-featured .story-image img { aspect-ratio: 16 / 10; }
.category-bridge { margin-bottom: 72px; padding: 22px 0; border-block: 1px solid var(--ink); display: flex; gap: 25px; flex-wrap: wrap; }
.category-bridge p { margin: 0; color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 700; }
.category-bridge a { font-weight: 700; }

.search-dialog { width: min(680px, calc(100% - 30px)); max-height: min(650px, calc(100vh - 30px)); padding: 26px; border: 1px solid var(--ink); border-top: 7px solid var(--red); background: var(--paper); color: var(--ink); }
.search-dialog::backdrop { background: rgba(20, 17, 14, .72); }
.search-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.search-head label { font-size: 1.7rem; font-weight: 700; }
.search-head button { width: 40px; height: 40px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 1.55rem; line-height: 1; }
#site-search { width: 100%; height: 52px; border: 1px solid var(--ink); border-radius: 0; background: var(--white); padding: 0 14px; font-size: 1rem; }
.search-hint { margin: 8px 0 14px; color: var(--muted); font-size: .82rem; }
.search-results { display: grid; border-top: 1px solid var(--line); }
.search-results > a { display: grid; gap: 2px; padding: 14px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.search-results > a:hover strong { color: var(--red); }
.search-results span { color: var(--red); font-size: .69rem; text-transform: uppercase; letter-spacing: .1em; }
.search-results small { color: var(--muted); line-height: 1.35; }

@media (max-width: 900px) {
  .masthead { min-height: 90px; }
  .brand { font-size: 3.6rem; }
  .issue { display: none; }
  .masthead { grid-template-columns: 1fr; justify-items: center; }
  .nav-inner { width: 100%; padding-left: 14px; }
  nav a { padding-inline: 13px; }
  .search-open { position: sticky; right: 0; }
  .lead { grid-template-columns: 1fr; }
  .lead-side { grid-template-columns: repeat(2, 1fr); }
  .lead-side .story-card + .story-card { border-top: 0; border-left: 1px solid var(--line); padding: 0 0 0 24px; }
  .latest-grid, .rubric-grid { grid-template-columns: repeat(2, 1fr); }
  .editor-note { grid-column: 1 / -1; }
  .rubric-grid > a:last-child { grid-column: 1 / -1; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }
  .article-hero { grid-template-columns: 1fr; }
  .article-heading h1 { max-width: 850px; }
  .article-layout { grid-template-columns: minmax(0, 720px); }
  .article-aside { position: static; }
  .related-grid .story-card { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .site-header { border-top-width: 4px; }
  .masthead { min-height: 78px; }
  .brand { font-size: 3.15rem; }
  .nav-inner { min-height: 44px; }
  nav { overscroll-behavior-inline: contain; }
  nav a { font-size: .82rem; }
  .search-open { padding-inline: 14px; font-size: .82rem; }
  .lead { padding-top: 20px; gap: 28px; }
  .story-card-featured h2 { font-size: 2.35rem; }
  .story-card-featured .story-copy { padding-right: 0; }
  .lead-side { grid-template-columns: 1fr; }
  .lead-side .story-card + .story-card { border-left: 0; border-top: 1px solid var(--ink); padding: 24px 0 0; }
  .signal-inner { padding-block: 14px; display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; }
  .signal strong { padding-right: 14px; grid-row: 1 / 3; }
  .signal a { white-space: normal; }
  .latest { padding-block: 48px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 6px; font-size: 1.75rem; }
  .latest-grid, .rubric-grid, .footer-grid, .related-grid { grid-template-columns: 1fr; }
  .rubric-grid > a + a, .rubric-grid > a:last-child { grid-column: auto; border-left: 0; border-top: 1px solid rgba(255,255,255,.35); }
  .footer-grid { gap: 30px; }
  .article-hero { padding-block: 34px 28px; gap: 28px; }
  .article-heading h1 { font-size: 2.7rem; }
  .standfirst { font-size: 1.04rem; }
  .article-layout { padding-block: 38px 60px; gap: 30px; }
  .article-aside ol { columns: 1; }
  .article-body { font-size: 1.04rem; line-height: 1.7; }
  .article-body h2 { font-size: 1.7rem; }
  .article-body table { display: block; overflow-x: auto; }
  .category-head { padding-block: 45px; }
  .category-head h1 { font-size: 3.2rem; overflow-wrap: anywhere; }
  .category-list .story-card { grid-template-columns: 1fr; gap: 4px; }
  .category-list .story-card-featured h2 { font-size: 2.15rem; }
  .search-dialog { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* visual-quality-baseline-v1 */
img {
  height: auto;
}

.visual-refresh-feed {
  margin-block: clamp(40px, 6vw, 84px);
}

.visual-refresh-feed > :is(
  ul,
  ol,
  [class*="grid"],
  [class*="list"],
  [class*="run"],
  [class*="feed"],
  [class*="articles"],
  [class*="stories"],
  [class*="cards"]
) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2.2vw, 28px) !important;
}

.visual-refresh-feed > :is(
  ul,
  ol,
  [class*="grid"],
  [class*="list"],
  [class*="run"],
  [class*="feed"],
  [class*="articles"],
  [class*="stories"],
  [class*="cards"]
) > * {
  min-width: 0;
}

.visual-refresh-feed img {
  width: 100%;
  height: auto;
  max-height: 260px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 720px) {
  .visual-refresh-feed > :is(
    ul,
    ol,
    [class*="grid"],
    [class*="list"],
    [class*="run"],
    [class*="feed"],
    [class*="articles"],
    [class*="stories"],
    [class*="cards"]
  ) {
    grid-template-columns: 1fr !important;
  }
}

/* visual-quality-targeted-v2 */
:is(h1, h2, h3) {
  overflow-wrap: anywhere;
}

.visual-refresh-feed {
  overflow: hidden;
}

.visual-refresh-feed:has(> article) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
  align-items: start;
}

.visual-refresh-feed:has(> article) > :is(
  h1, h2, h3, p, header, .section-heading, .section-head, .heading
) {
  grid-column: 1 / -1;
}

.visual-refresh-feed:has(> article) > article {
  display: block !important;
  grid-column: auto !important;
  min-width: 0;
  min-height: 0 !important;
}

.visual-refresh-feed > .visual-refresh-feed {
  grid-column: 1 / -1 !important;
  width: 100%;
}

.visual-refresh-feed :is(
  .story-grid, .article-grid, .post-grid, .card-grid, .cards,
  [class*="article-list"], [class*="story-list"], [class*="post-list"]
) {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 32px) !important;
}

.visual-refresh-feed :is(article, li, [class*="card"]) {
  min-width: 0;
}

.visual-refresh-feed img {
  width: 100% !important;
  height: auto !important;
  max-height: 260px !important;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
}

@media (max-width: 720px) {
  .visual-refresh-feed:has(> article),
  .visual-refresh-feed :is(
    .story-grid, .article-grid, .post-grid, .card-grid, .cards,
    [class*="article-list"], [class*="story-list"], [class*="post-list"]
  ) {
    grid-template-columns: 1fr !important;
  }
}

/* editorial-core-v1 */
.editorial-core {
  --editorial-core-accent: var(--accent, var(--red, var(--primary, currentColor)));
  width: min(calc(100% - 32px), var(--max, var(--max-width, 1180px)));
  margin: clamp(40px, 6vw, 78px) auto;
  padding: clamp(24px, 3vw, 42px) 0;
  border-top: 3px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.editorial-core__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__head p,
.editorial-core__kicker {
  margin: 0 0 6px;
  color: var(--editorial-core-accent);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.editorial-core__head h2 {
  margin: 0;
  max-width: 18ch;
  font-size: 3rem;
  line-height: 1;
}
.editorial-core__head > span {
  flex: none;
  padding-bottom: 4px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.editorial-core :is(h3, p) {
  overflow-wrap: break-word;
  hyphens: none;
}
.editorial-core a {
  color: inherit;
}
.editorial-core__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  min-width: 0;
  margin: 0 0 clamp(24px, 3vw, 38px);
  border: 1px solid currentColor;
  background: rgba(127, 127, 127, 0.06);
}
.editorial-core__feature > a,
.editorial-core__card > a {
  display: block;
  min-width: 0;
  text-decoration: none;
}
.editorial-core__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  background: rgba(127, 127, 127, 0.12);
}
.editorial-core__feature .editorial-core__media {
  height: clamp(300px, 34vw, 460px);
}
.editorial-core__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.editorial-core__feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 48px);
}
.editorial-core__feature h3 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.04;
}
.editorial-core__feature-copy > p:not(.editorial-core__kicker) {
  margin: 0 0 22px;
}
.editorial-core__read {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.editorial-core__spotlight,
.editorial-core__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}
.editorial-core__spotlight {
  margin-bottom: clamp(24px, 3vw, 38px);
}
.editorial-core__card {
  min-width: 0;
  margin: 0;
  border-bottom: 1px solid currentColor;
}
.editorial-core__card .editorial-core__media {
  min-height: 0;
  height: clamp(170px, 18vw, 250px);
}
.editorial-core__card-copy {
  padding: 18px 0 22px;
}
.editorial-core__card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.18;
}
.editorial-core__card-copy > p:not(.editorial-core__kicker) {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}
.editorial-core__card--compact {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.editorial-core__card--compact .editorial-core__media {
  height: 130px;
}
.editorial-core__card--compact .editorial-core__card-copy {
  padding-top: 0;
}
.editorial-core__card--compact h3 {
  font-size: 1rem;
}
.editorial-core__card--compact .editorial-core__card-copy > p:not(.editorial-core__kicker) {
  display: none;
}
@media (max-width: 900px) {
  .editorial-core__feature {
    grid-template-columns: 1fr;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .editorial-core {
    width: min(calc(100% - 24px), var(--max, var(--max-width, 1180px)));
    margin-block: 32px;
    padding-block: 24px;
  }
  .editorial-core__head {
    align-items: start;
  }
  .editorial-core__head h2 {
    font-size: 2rem;
  }
  .editorial-core__head > span {
    white-space: nowrap;
  }
  .editorial-core__feature .editorial-core__media {
    height: min(72vw, 340px);
  }
  .editorial-core__feature-copy {
    padding: 22px;
  }
  .editorial-core__feature h3 {
    font-size: 1.75rem;
  }
  .editorial-core__spotlight,
  .editorial-core__grid {
    grid-template-columns: 1fr;
  }
  .editorial-core__card {
    display: grid;
    grid-template-columns: minmax(110px, 0.72fr) minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }
  .editorial-core__card .editorial-core__media {
    height: 122px;
  }
  .editorial-core__card-copy {
    padding-top: 0;
  }
  .editorial-core__card-copy > p:not(.editorial-core__kicker) {
    display: none;
  }
}
