/*
Theme Name:  La Nation — Wall Street Journal Style
Description: Child theme of Worldwide News Pro Premium with Wall Street Journal-inspired design. Black, white and gold.
Author:      La Nation
Author URI:  https://lanation.net
Template:    worldwide-news-pro-premium
Version:     3.0.0
Text Domain: lanation-wsj
*/

@import url("../worldwide-news-pro-premium/style.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600;700&family=Merriweather:wght@900&display=swap');

/* ── VARIABLES ─────────────────────────────────────────────── */
:root {
  --wsj-black:     #111111;
  --wsj-dark:      #222222;
  --wsj-gray:      #555555;
  --wsj-light:     #888888;
  --wsj-border:    #d9d9d9;
  --wsj-bg:        #ffffff;
  --wsj-bg-soft:   #f8f7f4;
  --wsj-gold:      #cc0000;
  --wsj-gold-lt:   #f5c6c6;
  --font-serif:    'Playfair Display', Georgia, serif;
  --font-body:     'Libre Baskerville', Georgia, serif;
  --font-sans:     'Inter', Arial, sans-serif;
  --font-title:    Cambria, 'Hoefler Text', Georgia, serif;
}

/* ── BASE ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: var(--font-sans); background: var(--wsj-bg); color: var(--wsj-black); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--wsj-gold); }
img { max-width: 100%; height: auto; display: block; }

/* ── HIDE PARENT HEADER ────────────────────────────────────── */
#site-header, .site-header, .main-navigation, #site-navigation { display: none !important; }

/* ── TICKER ────────────────────────────────────────────────── */
.wsj-ticker-wrap {
  background: #ffed4a;
  color: #cc0000;
  height: 38px;
  font-family: var(--font-sans);
}
.wsj-ticker-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.wsj-ticker-label {
  background: #cc0000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}
.wsj-ticker-track-wrap { overflow: hidden; flex: 1; height: 100%; }
.wsj-ticker-track {
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  animation: wsj-scroll 45s linear infinite;
}
.wsj-ticker-track:hover { animation-play-state: paused; }
.wsj-ticker-item { font-size: 13px; font-weight: 700; padding: 0 32px 0 0; flex-shrink: 0; color: #cc0000; }
.wsj-ticker-item a { color: #cc0000 !important; text-decoration: none !important; }
.wsj-ticker-item a:hover { color: #cc0000 !important; text-decoration: underline !important; }
.wsj-ticker-sep { color: #cc0000; opacity: .4; padding: 0 16px 0 0; flex-shrink: 0; font-size: 12px; }
@keyframes wsj-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── HEADER ────────────────────────────────────────────────── */
.wsj-header { background: var(--wsj-bg); border-bottom: 1px solid var(--wsj-border); }
.wsj-header-inner { max-width: 1260px; margin: 0 auto; padding: 0 24px; }

.wsj-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 7px;
  border-bottom: 1px solid var(--wsj-border);
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--wsj-gray);
}
.wsj-topbar-date { font-weight: 600; color: var(--wsj-black); }
.wsj-topbar-weather { display: flex; gap: 24px; }
.wsj-weather-item { display: flex; align-items: center; gap: 5px; font-size: 13px; }
.wsj-weather-city { font-weight: 700; color: var(--wsj-black); }
.wsj-weather-icon { font-size: 16px; }

/* ── MASTHEAD ──────────────────────────────────────────────── */
.wsj-masthead {
  text-align: center;
  padding: 22px 0 18px;
  border-bottom: 4px double var(--wsj-black);
  position: relative;
}
.wsj-masthead a { display: inline-block; }
.wsj-masthead img,
.wsj-masthead .custom-logo {
  display: block !important;
  max-height: 120px !important;
  width: auto !important;
  max-width: 480px !important;
  margin: 0 auto !important;
}
.wsj-masthead-text {
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, serif;
  font-size: 72px;
  font-weight: 700;
  color: #111111;
  line-height: 1;
  text-decoration: none !important;
  display: block;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.wsj-masthead-text::after {
  content: '';
}
.wsj-masthead-tagline {
  display: block;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--wsj-gray);
  margin-top: 6px;
}

/* ── NAV ───────────────────────────────────────────────────── */
.wsj-nav {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 1px solid var(--wsj-border);
  background: var(--wsj-bg);
}
.wsj-nav::-webkit-scrollbar { display: none; }
.wsj-nav a {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wsj-black);
  padding: 11px 17px;
  white-space: nowrap;
  border-right: 1px solid var(--wsj-border);
  display: block;
}
.wsj-nav a:hover, .wsj-nav a.active { color: var(--wsj-gold); }

/* ── WRAP ──────────────────────────────────────────────────── */
.wsj-wrap { max-width: 1260px; margin: 0 auto; padding: 0 24px; }

/* ── SECTION LABEL ─────────────────────────────────────────── */
.wsj-section-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--wsj-gold);
  display: inline-block;
  padding: 3px 9px;
  margin-bottom: 10px;
}

/* ── SECTION HEAD ──────────────────────────────────────────── */
.wsj-section-head {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wsj-black);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--wsj-black);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wsj-section-head::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--wsj-gold);
  flex-shrink: 0;
}

/* ── HEADLINE STYLES ───────────────────────────────────────── */
.wsj-headline {
  font-family: var(--font-title) !important;
  line-height: 1.15 !important;
  color: var(--wsj-black) !important;
  margin: 0 0 8px !important;
}
.wsj-headline:hover { color: var(--wsj-gold) !important; cursor: pointer; }
.wsj-headline-xl { font-size: 40px !important; font-weight: 700 !important; }
.wsj-headline-lg { font-size: 26px !important; font-weight: 700 !important; }
.wsj-headline-md { font-size: 20px !important; font-weight: 700 !important; }
.wsj-headline-sm { font-size: 16px !important; font-weight: 700 !important; }

.wsj-deck {
  font-family: var(--font-body);
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  color: var(--wsj-gray);
  margin: 8px 0 12px;
}
.wsj-byline {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--wsj-gray);
  margin-top: 8px;
}
.wsj-date { font-weight: 400; text-transform: none; letter-spacing: 0; }

/* ── FRONT PAGE LAYOUT ─────────────────────────────────────── */
.wsj-front { padding: 20px 0 0; }

/* Top story — full width */
.wsj-lead {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 0;
  border-bottom: 1px solid var(--wsj-border);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.wsj-lead-main {
  padding-right: 24px;
  border-right: 1px solid var(--wsj-border);
}
.wsj-lead-sidebar { padding-left: 24px; }
.wsj-hero-img { width: 100%; margin-bottom: 12px; }
.wsj-hero-img img { width: 100%; height: 420px; object-fit: cover; }

/* 4-column grid */
.wsj-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--wsj-border);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.wsj-grid-col {
  padding: 0 20px;
  border-right: 1px solid var(--wsj-border);
}
.wsj-grid-col:first-child { padding-left: 0; }
.wsj-grid-col:last-child { border-right: none; }

/* Article card */
.wsj-card {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--wsj-border);
}
.wsj-card:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.wsj-card-img { width: 100%; margin-bottom: 10px; }
.wsj-card-img img { width: 100%; height: 140px; object-fit: cover; }

/* Card with thumbnail */
.wsj-card-thumb {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 10px;
  align-items: start;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--wsj-border);
}
.wsj-card-thumb:last-child { border-bottom: none; }
.wsj-card-thumb-img img { width: 80px; height: 60px; object-fit: cover; }

/* Most read */
.wsj-most-read-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--wsj-border);
  align-items: flex-start;
}
.wsj-most-read-num {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--wsj-gold);
  min-width: 32px;
  line-height: 1;
  flex-shrink: 0;
}
.wsj-most-read-title {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--wsj-black);
}
.wsj-most-read-title:hover { color: var(--wsj-gold); }

/* ── OPINION STRIP ─────────────────────────────────────────── */
.wsj-opinion {
  background: var(--wsj-bg-soft);
  border-top: 2px solid var(--wsj-black);
  border-bottom: 1px solid var(--wsj-border);
  padding: 20px 0;
  margin-bottom: 24px;
}
.wsj-opinion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 14px;
}
.wsj-opinion-card {
  padding-right: 24px;
  border-right: 1px solid var(--wsj-border);
}
.wsj-opinion-card:last-child { border-right: none; padding-right: 0; }
.wsj-opinion-title {
  font-family: var(--font-serif);
  font-size: 17px;
  font-style: italic;
  color: var(--wsj-black);
  line-height: 1.4;
  margin-bottom: 8px;
}
.wsj-opinion-author {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wsj-gold);
}

/* ── BOTTOM STRIP ──────────────────────────────────────────── */
.wsj-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 20px 0;
  border-top: 2px solid var(--wsj-black);
  margin-top: 4px;
}
.wsj-bottom-col {
  padding: 0 20px;
  border-right: 1px solid var(--wsj-border);
}
.wsj-bottom-col:first-child { padding-left: 0; }
.wsj-bottom-col:last-child { border-right: none; }


/* ── SINGLE ARTICLE PAGE — Authentic WSJ ──────────────────── */
.single #site-header,
.single .site-header,
.single .main-navigation,
.single #site-navigation { display: none !important; }

.single .site-main,
.single-post .site-main {
  max-width: 740px !important;
  margin: 30px auto !important;
  padding: 0 24px !important;
}
.single .cat-links,
.single .entry-footer .cat-links {
  display: block !important;
  margin-bottom: 10px !important;
}
.single .cat-links::before { display: none !important; content: '' !important; }
.single .cat-links a,
.single .entry-footer .cat-links a {
  background: var(--wsj-gold) !important;
  color: #fff !important;
  font-family: var(--font-sans) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 2px 9px !important;
  display: inline-block !important;
  text-decoration: none !important;
  margin-right: 4px !important;
}
.single .entry-title,
.single-post .entry-title {
  font-family: var(--font-title) !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  color: var(--wsj-black) !important;
  letter-spacing: -.02em !important;
  margin: 10px 0 14px !important;
}
.single .entry-meta,
.single-post .entry-meta {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  color: var(--wsj-gray) !important;
  text-align: left !important;
  border-top: 2px solid var(--wsj-black) !important;
  border-bottom: 1px solid var(--wsj-border) !important;
  padding: 8px 0 !important;
  margin: 0 0 24px !important;
}
.single .entry-content,
.single-post .entry-content {
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: var(--wsj-dark) !important;
}
.single .entry-content p { margin-bottom: 1.5em !important; }
.single .entry-content > p:first-of-type::first-letter {
  font-family: var(--font-serif) !important;
  font-size: 60px !important;
  font-weight: 700 !important;
  float: left !important;
  line-height: .82 !important;
  margin: 6px 7px 0 0 !important;
  color: var(--wsj-gold) !important;
}
.single .entry-content h2 {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: var(--wsj-black) !important;
  border-top: 2px solid var(--wsj-black) !important;
  padding-top: 10px !important;
  margin: 2.2em 0 .8em !important;
  background: none !important;
}
.single .entry-content h3 {
  font-family: var(--font-serif) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: var(--wsj-black) !important;
  margin: 1.8em 0 .6em !important;
}
.single .entry-content blockquote {
  border-top: 2px solid var(--wsj-black) !important;
  border-bottom: 2px solid var(--wsj-black) !important;
  border-left: none !important;
  border-right: none !important;
  padding: 18px 0 !important;
  margin: 28px 0 !important;
  font-family: var(--font-serif) !important;
  font-size: 20px !important;
  font-style: italic !important;
  color: var(--wsj-black) !important;
  text-align: center !important;
  background: transparent !important;
}
.single .entry-content a { color: var(--wsj-gold) !important; text-decoration: underline !important; }
.single .entry-content img { margin: 1.8em auto !important; }
.single .entry-content figure figcaption,
.single .entry-content .wp-caption-text {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  color: var(--wsj-light) !important;
  text-align: center !important;
  margin-top: 6px !important;
  font-style: italic !important;
}
.single #secondary, .single .widget-area,
.single .post-navigation, .single .nav-links,
.single .related-posts, .single #comments,
.single .comment-respond, .single .post-tags,
.single [class*="share"] { display: none !important; }

/* ── CATEGORY / ARCHIVE PAGES — WSJ style ──────────────────── */
#secondary, .widget-area, aside#secondary, aside.widget-area { display: none !important; }

.archive #primary, .category #primary,
.archive .site-main, .category .site-main {
  max-width: 1260px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
.archive .page-header, .category .page-header {
  border-bottom: 2px solid var(--wsj-black) !important;
  padding-bottom: 10px !important;
  margin: 20px 0 24px !important;
}
.archive .page-title, .category .page-title,
.archive h1.page-title, .category h1.page-title {
  font-family: var(--font-sans) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: var(--wsj-gold) !important;
  display: inline-block !important;
  padding: 3px 10px !important;
  margin: 0 !important;
}
.archive .theme-archive-layout,
.category .theme-archive-layout {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
}
.archive .post-item, .category .post-item {
  background: var(--wsj-bg) !important;
  border: none !important;
  border-right: 1px solid var(--wsj-border) !important;
  border-bottom: 1px solid var(--wsj-border) !important;
  padding: 20px !important;
}
.archive .theme-archive-layout .post-item:nth-child(3n),
.category .theme-archive-layout .post-item:nth-child(3n) { border-right: none !important; }
.archive .post-item-image, .category .post-item-image {
  width: 100% !important; height: 170px !important;
  overflow: hidden !important; margin-bottom: 12px !important; background: transparent !important;
}
.archive .post-item-image img, .category .post-item-image img {
  width: 100% !important; height: 100% !important; object-fit: cover !important;
}
.archive .post-item-image a, .category .post-item-image a,
div.post-item-image, div.post-item-image a,
div.post-item-image::before, div.post-item-image::after,
div.post-item-image a::before, div.post-item-image a::after {
  background: transparent !important; border: none !important;
}
.archive .post-item-content, .category .post-item-content {
  padding: 0 !important; background: var(--wsj-bg) !important;
}
.archive .post-item-content *, .category .post-item-content * { background: transparent !important; }
.archive .post-categories, .category .post-categories {
  list-style: none !important; padding: 0 !important;
  margin: 0 0 8px !important; display: flex !important; flex-wrap: wrap !important; gap: 4px !important;
}
.archive .post-categories li a, .category .post-categories li a {
  background: var(--wsj-gold) !important; color: #fff !important;
  font-size: 11px !important; font-weight: 700 !important;
  letter-spacing: .1em !important; text-transform: uppercase !important;
  padding: 2px 8px !important; display: inline-block !important; text-decoration: none !important;
}
.archive .entry-title, .category .entry-title {
  font-family: var(--font-title) !important;
  font-size: 19px !important; font-weight: 700 !important;
  line-height: 1.25 !important; color: var(--wsj-black) !important;
  margin: 0 0 8px !important; letter-spacing: -.01em !important;
}
.archive .entry-title a, .category .entry-title a {
  color: var(--wsj-black) !important; background: transparent !important; text-decoration: none !important;
}
.archive .entry-title a:hover, .category .entry-title a:hover { color: var(--wsj-gold) !important; }
.archive .post-content p, .category .post-content p {
  font-family: var(--font-body) !important; font-size: 14px !important;
  line-height: 1.65 !important; color: var(--wsj-gray) !important; margin: 6px 0 !important;
}
.archive .entry-meta *, .category .entry-meta * {
  color: var(--wsj-light) !important; background: transparent !important;
  font-size: 10px !important; font-family: var(--font-sans) !important;
  font-weight: 600 !important; letter-spacing: .04em !important; text-transform: uppercase !important;
}
.archive, .category,
.archive .post-item, .category .post-item,
.archive .post-item *, .category .post-item *,
.archive .post-author, .category .post-author,
.archive .post-title, .category .post-title {
  --primary-color: transparent !important;
  --dark-primary-color: transparent !important;
}
.archive .post-title, .archive .post-title a,
.category .post-title, .category .post-title a {
  background: transparent !important; color: var(--wsj-black) !important;
}
.archive .post-author, .archive .post-author *,
.category .post-author, .category .post-author * {
  background: transparent !important; color: var(--wsj-light) !important; padding: 0 !important;
}

/* ── FOOTER ────────────────────────────────────────────────── */
.wsj-footer {
  background: var(--wsj-black);
  color: #aaa;
  text-align: center;
  padding: 24px 20px;
  font-family: var(--font-sans);
  font-size: 11px;
  margin-top: 20px;
  border-top: 3px solid var(--wsj-gold);
}
.wsj-footer a { color: #aaa; }
.wsj-footer a:hover { color: var(--wsj-gold); }
.wsj-footer-name {
  font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.wsj-footer-name::after {
  content: '';
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 960px) {
  .wsj-lead { grid-template-columns: 1fr; }
  .wsj-lead-main { padding-right: 0; border-right: none; border-bottom: 1px solid var(--wsj-border); padding-bottom: 20px; margin-bottom: 20px; }
  .wsj-lead-sidebar { padding-left: 0; }
  .wsj-grid-4 { grid-template-columns: 1fr 1fr; }
  .wsj-bottom { grid-template-columns: 1fr 1fr; }
  .wsj-opinion-grid { grid-template-columns: 1fr; }
  .archive .theme-archive-layout, .category .theme-archive-layout { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
  .wsj-grid-4 { grid-template-columns: 1fr; }
  .wsj-bottom { grid-template-columns: 1fr; }
  .wsj-masthead-text { font-size: 38px !important; }
  .archive .theme-archive-layout, .category .theme-archive-layout { grid-template-columns: 1fr !important; }
}

/* ── ARTICLE TITLES BLACK ON FRONT PAGE ───────────────────── */
.wsj-headline a,
.wsj-headline-xl a,
.wsj-headline-lg a,
.wsj-headline-md a,
.wsj-headline-sm a {
  color: var(--wsj-black) !important;
  text-decoration: none !important;
}
.wsj-headline a:hover,
.wsj-headline-xl a:hover,
.wsj-headline-lg a:hover,
.wsj-headline-md a:hover,
.wsj-headline-sm a:hover {
  color: var(--wsj-gold) !important;
}
/* ── FORCE BLACK ON MASTHEAD — override WordPress primary color ── */
.wsj-masthead-text,
.wsj-masthead-text:visited,
.wsj-masthead-text:hover,
.wsj-masthead a.wsj-masthead-text {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}
/* ── SINGLE POST META — date only, bold, left ──────────────── */
.single .entry-meta .byline,
.single .entry-meta .author,
.single .entry-meta [class*="author"],
.single .entry-meta .screen-reader-text,
.single .posted-on .screen-reader-text {
  display: none !important;
}
.single .entry-meta {
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--wsj-black) !important;
  text-align: left !important;
}
.single .entry-meta .posted-on,
.single .entry-meta time,
.single .entry-meta .entry-date {
  font-weight: 700 !important;
  color: var(--wsj-black) !important;
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  display: inline !important;
}
/* ── SINGLE POST META — date only, bold, left ──────────────── */
.single .entry-meta .byline,
.single .entry-meta .author,
.single .entry-meta a[rel="author"],
.single .entry-meta .sep,
.single .entry-meta time.updated {
  display: none !important;
}
.single .entry-meta {
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--wsj-black) !important;
  text-align: left !important;
}
.single .entry-meta .posted-on,
.single .entry-meta time.entry-date {
  font-weight: 700 !important;
  color: var(--wsj-black) !important;
  font-size: 12px !important;
  display: inline !important;
}
.single .entry-meta .posted-on a {
  color: var(--wsj-black) !important;
  text-decoration: none !important;
  pointer-events: none !important;
}
/* ── FIX EMPTY SPACE AND META ON ARTICLE PAGES ─────────────── */
.single .entry-meta {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}
/* Hide author/byline completely */
.single .entry-meta .byline,
.single .entry-meta .author,
.single .entry-meta a[rel="author"],
.single .entry-meta .sep,
.single .entry-meta time.updated,
.single .entry-meta > span:not(.posted-on) {
  display: none !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Remove empty space from post thumbnail / header area */
.single .post-thumbnail {
  margin-bottom: 16px !important;
}
/* Remove any empty divs causing space */
.single .entry-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* Collapse empty space between meta and content */
.single .entry-content {
  margin-top: 20px !important;
}
/* ── ELIMINATE EMPTY SPACE AFTER META ──────────────────────── */
.single .entry-meta ~ *:empty,
.single .entry-meta + div:empty,
.single .entry-meta + p:empty,
.single .entry-meta + span:empty,
.single .breadcrumb-trail,
.single .trail-items,
.single [class*="breadcrumb"],
.single [class*="crumb"],
.single .wp-block-spacer,
.single .spacer { display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }

/* Collapse all margins between meta and content */
.single .entry-meta { margin: 0 0 0 0 !important; padding: 8px 0 8px !important; }
.single .entry-content { margin-top: 16px !important; padding-top: 0 !important; }
.single .entry-header { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.single article { padding-top: 0 !important; }

/* Hide the post-thumbnail padding if empty */
.single .post-thumbnail:empty { display: none !important; }

/* Force zero on any element between meta and content */
.single .entry-meta + * { margin-top: 0 !important; }
/* ── CONSISTENT LEFT/RIGHT PADDING SITEWIDE ────────────────── */
.wsj-wrap,
.wsj-front,
.wsj-lead,
.wsj-grid-4,
.wsj-opinion .wsj-wrap,
.wsj-bottom {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.wsj-opinion {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wsj-opinion > .wsj-wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px !important;
}
/* Ensure grid columns have even internal spacing */
.wsj-grid-col:first-child { padding-left: 0 !important; }
.wsj-bottom-col:first-child { padding-left: 0 !important; }
.wsj-lead-main { padding-left: 0 !important; }
.wsj-lead-sidebar { padding-right: 0 !important; }
/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (max 960px) & MOBILE (max 600px)
   ══════════════════════════════════════════════════════════════ */

@media (max-width: 960px) {

  /* Header */
  .wsj-header-inner { padding: 0 16px; }
  .wsj-topbar { flex-direction: column; align-items: flex-start; gap: 4px; padding: 6px 0; }
  .wsj-topbar-weather { gap: 16px; }
  .wsj-masthead-text { font-size: 52px !important; }
  .wsj-nav a { font-size: 11px; padding: 9px 13px; }

  /* Ticker */
  .wsj-ticker-wrap { height: 34px; }
  .wsj-ticker-label { font-size: 9px; padding: 0 10px; }
  .wsj-ticker-item { font-size: 12px; }

  /* Wrap padding */
  .wsj-wrap,
  .wsj-front,
  .wsj-opinion > .wsj-wrap { padding-left: 16px !important; padding-right: 16px !important; }

  /* Lead — stack vertically */
  .wsj-lead { grid-template-columns: 1fr !important; gap: 0; }
  .wsj-lead-main { padding-right: 0 !important; border-right: none !important; border-bottom: 1px solid var(--wsj-border); padding-bottom: 20px; margin-bottom: 20px; }
  .wsj-lead-sidebar { padding-left: 0 !important; }
  .wsj-hero-img img { height: 260px; }

  /* 4-column → 2-column */
  .wsj-grid-4 { grid-template-columns: 1fr 1fr !important; }
  .wsj-grid-col { padding: 0 14px !important; }
  .wsj-grid-col:first-child { padding-left: 0 !important; }
  .wsj-grid-col:nth-child(2) { border-right: none !important; }
  .wsj-grid-col:nth-child(3) { border-top: 1px solid var(--wsj-border); padding-top: 20px; margin-top: 20px; padding-left: 0 !important; }
  .wsj-grid-col:nth-child(4) { border-top: 1px solid var(--wsj-border); padding-top: 20px; margin-top: 20px; }

  /* Opinion → 1-column */
  .wsj-opinion-grid { grid-template-columns: 1fr !important; gap: 16px; }
  .wsj-opinion-card { border-right: none !important; padding-right: 0 !important; border-bottom: 1px solid var(--wsj-border); padding-bottom: 16px; }
  .wsj-opinion-card:last-child { border-bottom: none; }

  /* Bottom → 2-column */
  .wsj-bottom { grid-template-columns: 1fr 1fr !important; }
  .wsj-bottom-col { padding: 0 14px !important; }
  .wsj-bottom-col:first-child { padding-left: 0 !important; }
  .wsj-bottom-col:nth-child(2) { border-right: none !important; }
  .wsj-bottom-col:nth-child(3) { border-top: 1px solid var(--wsj-border); padding-top: 20px; margin-top: 20px; padding-left: 0 !important; }
  .wsj-bottom-col:nth-child(4) { border-top: 1px solid var(--wsj-border); padding-top: 20px; margin-top: 20px; }

  /* Headlines */
  .wsj-headline-xl { font-size: 30px !important; }
  .wsj-headline-lg { font-size: 22px !important; }
  .wsj-headline-md { font-size: 18px !important; }

  /* Category pages */
  .archive .theme-archive-layout,
  .category .theme-archive-layout { grid-template-columns: repeat(2, 1fr) !important; }
  .archive #primary, .category #primary,
  .archive .site-main, .category .site-main { padding: 0 16px !important; }

  /* Article page */
  .single .site-main, .single-post .site-main { padding: 0 16px !important; }
  .single .entry-title, .single-post .entry-title { font-size: 30px !important; }
  .single .entry-content, .single-post .entry-content { font-size: 15px !important; }
}

@media (max-width: 600px) {

  /* Header */
  .wsj-masthead-text { font-size: 32px !important; }
  .wsj-topbar-weather { flex-wrap: wrap; gap: 10px; }
  .wsj-nav { flex-wrap: nowrap; overflow-x: auto; }
  .wsj-nav a { font-size: 10px; padding: 8px 10px; }

  /* Wrap */
  .wsj-wrap,
  .wsj-front,
  .wsj-opinion > .wsj-wrap { padding-left: 12px !important; padding-right: 12px !important; }

  /* Lead */
  .wsj-hero-img img { height: 200px; }
  .wsj-headline-xl { font-size: 26px !important; }
  .wsj-lead-sidebar { display: block; }

  /* 4-column → 1-column */
  .wsj-grid-4 { grid-template-columns: 1fr !important; }
  .wsj-grid-col { padding: 0 !important; border-right: none !important; border-bottom: 1px solid var(--wsj-border); padding-bottom: 20px; margin-bottom: 20px; }
  .wsj-grid-col:last-child { border-bottom: none; }

  /* Bottom → 1-column */
  .wsj-bottom { grid-template-columns: 1fr !important; }
  .wsj-bottom-col { padding: 0 !important; border-right: none !important; border-bottom: 1px solid var(--wsj-border); padding-bottom: 16px; margin-bottom: 16px; }
  .wsj-bottom-col:last-child { border-bottom: none; }

  /* Thumbnail cards */
  .wsj-card-thumb { grid-template-columns: 1fr 70px; }
  .wsj-card-thumb-img img { width: 70px; height: 50px; }

  /* Category pages */
  .archive .theme-archive-layout,
  .category .theme-archive-layout { grid-template-columns: 1fr !important; }
  .archive .post-item, .category .post-item { border-right: none !important; }

  /* Article page */
  .single .entry-title, .single-post .entry-title { font-size: 24px !important; }
  .single .entry-content, .single-post .entry-content { font-size: 15px !important; line-height: 1.75 !important; }
  .single .entry-content > p:first-of-type::first-letter { font-size: 44px !important; }

  /* Footer */
  .wsj-footer-name { font-size: 26px !important; }
  .wsj-footer { padding: 16px !important; }
}
/* ── TICKER — match exact width of header content ──────────── */
.wsj-ticker-wrap {
  background: #ffed4a !important;
}
.wsj-ticker-inner {
  max-width: 1260px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* ── NAV BAR — WSJ style refinement ────────────────────────── */
.wsj-nav {
  background: var(--wsj-bg) !important;
  border-top: 1px solid var(--wsj-border) !important;
  border-bottom: 2px solid var(--wsj-black) !important;
  max-width: 100% !important;
  justify-content: flex-start !important;
}
.wsj-nav a {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: var(--wsj-black) !important;
  padding: 10px 18px !important;
  border-right: 1px solid var(--wsj-border) !important;
  border-bottom: none !important;
  white-space: nowrap !important;
  display: block !important;
  text-decoration: none !important;
  transition: background .15s, color .15s !important;
}
.wsj-nav a:first-child { border-left: none !important; }
.wsj-nav a:hover { background: var(--wsj-bg-soft) !important; color: var(--wsj-gold) !important; }
.wsj-nav a.active {
  color: var(--wsj-gold) !important;
  font-weight: 700 !important;
  border-bottom: 2px solid var(--wsj-gold) !important;
  margin-bottom: -2px !important;
}
/* ── TICKER — contained within content width, no bleed ──────── */
.wsj-ticker-wrap {
  background: #ffed4a !important;
  padding: 0 !important;
}
.wsj-ticker-inner {
  background: #ffed4a !important;
  max-width: 1260px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: 38px !important;
  overflow: hidden !important;
}
/* ── NAV — remove all borders and lines ────────────────────── */
.wsj-nav,
.wsj-nav a,
.wsj-nav a:first-child,
.wsj-nav a.active {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
  outline: none !important;
}
.wsj-nav {
  padding: 4px 0 !important;
  border-bottom: none !important;
  border-top: none !important;
}
/* ── NAV — sit flush below the masthead double rule ────────── */
.wsj-masthead {
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}
.wsj-nav {
  margin-top: 0 !important;
  border-top: none !important;
  border-bottom: 1px solid var(--wsj-border) !important;
  padding: 0 !important;
}
.wsj-nav a {
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: var(--wsj-black) !important;
  padding: 11px 17px !important;
  border: none !important;
}
.wsj-nav a:hover { color: var(--wsj-gold) !important; }
/* ── NAV — double line below matching masthead ──────────────── */
.wsj-nav {
  border-bottom: 4px double var(--wsj-black) !important;
}
/* ── REMOVE ALL LINES FROM MASTHEAD AND NAV ────────────────── */
.wsj-masthead {
  border-bottom: none !important;
  border-top: none !important;
}
.wsj-nav {
  border-bottom: none !important;
  border-top: none !important;
}
.wsj-header {
  border-bottom: none !important;
}
.wsj-topbar {
  border-bottom: 1px solid var(--wsj-border) !important;
}
/* ── STICKY HEADER — fixed at top on all pages ─────────────── */
.wsj-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.08) !important;
  width: 100% !important;
}

/* Sticky ticker too — sits just below header */
.wsj-ticker-wrap {
  background: #ffed4a !important;
  position: sticky !important;
  top: var(--wsj-header-height, 0) !important;
  z-index: 999 !important;
  width: 100% !important;
}

/* Add top padding to page content so it doesn't hide behind sticky header */
.wsj-front,
.wsj-wrap,
.single .site-main,
.single-post .site-main,
.archive .site-main,
.category .site-main {
  scroll-margin-top: 160px !important;
}

/* Prevent content jumping behind sticky header on page load */
body {
  padding-top: 0 !important;
}
/* ── STICKY WRAP — entire header+ticker fixed at top ───────── */
.wsj-sticky-wrap {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: #fff !important;
  width: 100% !important;
  box-shadow: 0 1px 4px rgba(0,0,0,.06) !important;
}
.wsj-sticky-ticker {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
}
/* ── NAV WRAPPER + SEARCH BUTTON ───────────────────────────── */
.wsj-nav-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.wsj-search-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 0 8px 16px !important;
  border-left: 1px solid var(--wsj-border) !important;
  flex-shrink: 0 !important;
  color: var(--wsj-black) !important;
  text-decoration: none !important;
  background: none !important;
}
.wsj-search-btn svg {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--wsj-black) !important;
}
.wsj-search-btn:hover { color: var(--wsj-gold) !important; }
.wsj-search-btn:hover svg { stroke: var(--wsj-gold) !important; }
/* ── SEARCH BUTTON ─────────────────────────────────────────── */
.wsj-nav-wrap {
  display: flex !important;
  align-items: center !important;
}
.wsj-search-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  padding: 8px 8px 8px 14px !important;
  border-left: 1px solid var(--wsj-border) !important;
  color: var(--wsj-black) !important;
  text-decoration: none !important;
  background: none !important;
}
.wsj-search-btn svg {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--wsj-black) !important;
  display: block !important;
}
.wsj-search-btn:hover { color: var(--wsj-gold) !important; }
.wsj-search-btn:hover svg { stroke: var(--wsj-gold) !important; }
/* ── SEARCH BUTTON — force visible ─────────────────────────── */
.wsj-nav-wrap {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  overflow: hidden !important;
}
.wsj-nav {
  flex: 1 !important;
  overflow-x: auto !important;
  display: flex !important;
  scrollbar-width: none !important;
  min-width: 0 !important;
}
.wsj-nav::-webkit-scrollbar { display: none !important; }
.wsj-search-btn {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-left: 1px solid var(--wsj-border) !important;
  color: var(--wsj-black) !important;
  text-decoration: none !important;
  background: #fff !important;
  margin-left: auto !important;
}
.wsj-search-btn svg {
  width: 18px !important;
  height: 18px !important;
  stroke: #111 !important;
  fill: none !important;
  display: block !important;
  flex-shrink: 0 !important;
}
.wsj-search-btn:hover svg { stroke: #cc0000 !important; }
/* ── HIDE "Posted on" AND "Posted in" EVERYWHERE ───────────── */
.posted-on .screen-reader-text,
.cat-links .screen-reader-text,
.entry-meta .screen-reader-text,
.entry-footer .screen-reader-text,
a[rel="category tag"] ~ .screen-reader-text,
.single .entry-footer .cat-links::before,
.single .entry-meta .posted-on::before {
  display: none !important;
  content: '' !important;
}

/* Remove "Posted on" text node via CSS generated content trick */
.single .entry-meta .posted-on > a::before,
.single .entry-meta .posted-on > span::before {
  content: '' !important;
}

/* Hide the entire entry-footer "Posted in" label */
.entry-footer .cat-links,
.single .entry-footer {
  font-size: 0 !important;
}
.single .entry-footer .cat-links a {
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  background: var(--wsj-gold) !important;
  color: #fff !important;
  padding: 2px 8px !important;
  display: inline-block !important;
  text-decoration: none !important;
  margin-right: 4px !important;
}
/* ── CATEGORY PAGES — hide author, counter, keep date only ─── */
.archive .entry-meta .author,
.archive .entry-meta .byline,
.archive .entry-meta a[rel="author"],
.archive .entry-meta .post-author,
.archive .entry-meta [class*="author"],
.category .entry-meta .author,
.category .entry-meta .byline,
.category .entry-meta a[rel="author"],
.category .entry-meta .post-author,
.category .entry-meta [class*="author"],
/* Comment counter */
.archive .entry-meta .post-comment,
.archive .entry-meta [class*="comment"],
.archive .entry-meta .comments-link,
.archive .post-comment,
.category .entry-meta .post-comment,
.category .entry-meta [class*="comment"],
.category .entry-meta .comments-link,
.category .post-comment,
/* Separators */
.archive .entry-meta .sep,
.category .entry-meta .sep,
/* Breadcrumb */
.archive .breadcrumb-trail,
.category .breadcrumb-trail,
.archive [class*="breadcrumb"],
.category [class*="breadcrumb"] {
  display: none !important;
  font-size: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
/* Date — bold, dark, uppercase */
.archive .entry-meta .post-date,
.archive .entry-meta time,
.archive .entry-meta .entry-date,
.category .entry-meta .post-date,
.category .entry-meta time,
.category .entry-meta .entry-date {
  font-family: var(--font-sans) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #888 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  display: inline !important;
  background: transparent !important;
}
/* ── REMOVE SQUARE ICON BEFORE DATE ON CATEGORY PAGES ──────── */
.archive .entry-meta .post-date::before,
.archive .entry-meta time::before,
.archive .entry-meta .entry-date::before,
.archive .entry-meta li::before,
.archive .entry-meta > *::before,
.category .entry-meta .post-date::before,
.category .entry-meta time::before,
.category .entry-meta .entry-date::before,
.category .entry-meta li::before,
.category .entry-meta > *::before {
  display: none !important;
  content: '' !important;
  font-size: 0 !important;
  width: 0 !important;
}
.archive .entry-meta,
.category .entry-meta {
  list-style: none !important;
}
.archive .entry-meta li,
.category .entry-meta li {
  list-style: none !important;
  list-style-type: none !important;
}
/* ── NUCLEAR: remove ALL ::before pseudo icons in category meta ── */
.archive .entry-meta *::before,
.archive .entry-meta *::after,
.category .entry-meta *::before,
.category .entry-meta *::after,
.archive .post-item-content *::before,
.archive .post-item-content *::after,
.category .post-item-content *::before,
.category .post-item-content *::after,
.archive .entry-meta i,
.category .entry-meta i,
.archive .entry-meta span[class*="icon"],
.category .entry-meta span[class*="icon"],
.archive .entry-meta .fa,
.category .entry-meta .fa,
.archive .entry-meta [class*="fa-"],
.category .entry-meta [class*="fa-"] {
  display: none !important;
  content: '' !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  visibility: hidden !important;
}
/* ══════════════════════════════════════════════════════════════
   WSJ ARTICLE TYPOGRAPHY — full treatment
   ══════════════════════════════════════════════════════════════ */

/* Base body text */
.single .entry-content {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #222 !important;
  max-width: 100% !important;
}

/* Paragraphs */
.single .entry-content p {
  margin-bottom: 1.5em !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #222 !important;
}

/* Drop cap — first letter of first paragraph */
.single .entry-content > p:first-of-type::first-letter {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 58px !important;
  font-weight: 700 !important;
  float: left !important;
  line-height: .82 !important;
  margin: 6px 8px 0 0 !important;
  color: #cc0000 !important;
}

/* H2 — section heading WSJ style */
.single .entry-content h2 {
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  border-top: 2px solid #111 !important;
  border-bottom: none !important;
  padding: 10px 0 0 !important;
  margin: 2.5em 0 .8em !important;
  background: none !important;
}

/* H3 — italic serif subheading */
.single .entry-content h3 {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #111 !important;
  margin: 2em 0 .6em !important;
  line-height: 1.3 !important;
}

/* H4 */
.single .entry-content h4 {
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #cc0000 !important;
  margin: 1.5em 0 .5em !important;
}

/* Blockquote — WSJ double rule pull quote */
.single .entry-content blockquote {
  border-top: 2px solid #111 !important;
  border-bottom: 2px solid #111 !important;
  border-left: none !important;
  border-right: none !important;
  padding: 20px 0 !important;
  margin: 32px 0 !important;
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 20px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #111 !important;
  text-align: center !important;
  background: transparent !important;
  line-height: 1.5 !important;
}
.single .entry-content blockquote p {
  font-size: 20px !important;
  font-style: italic !important;
  margin: 0 !important;
  color: #111 !important;
}
.single .entry-content blockquote cite {
  display: block !important;
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #888 !important;
  margin-top: 10px !important;
  text-align: center !important;
}

/* Links */
.single .entry-content a {
  color: #cc0000 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
.single .entry-content a:hover {
  color: #5a0000 !important;
}

/* Bold & italic */
.single .entry-content strong,
.single .entry-content b {
  font-weight: 700 !important;
  color: #111 !important;
}
.single .entry-content em,
.single .entry-content i {
  font-style: italic !important;
}

/* Images */
.single .entry-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 2em auto !important;
}
.single .entry-content figure {
  margin: 2em 0 !important;
}
.single .entry-content figcaption,
.single .entry-content .wp-caption-text {
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 11px !important;
  color: #888 !important;
  text-align: center !important;
  margin-top: 6px !important;
  font-style: italic !important;
  border-top: 1px solid #e0e0e0 !important;
  padding-top: 4px !important;
}

/* Lists */
.single .entry-content ul,
.single .entry-content ol {
  padding-left: 1.5em !important;
  margin: 0 0 1.5em !important;
}
.single .entry-content li {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #222 !important;
  margin-bottom: .4em !important;
}

/* Horizontal rule */
.single .entry-content hr {
  border: none !important;
  border-top: 1px solid #e0e0e0 !important;
  margin: 2em 0 !important;
}

/* Tables */
.single .entry-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 13px !important;
  margin: 2em 0 !important;
}
.single .entry-content th {
  font-weight: 700 !important;
  border-bottom: 2px solid #111 !important;
  padding: 8px !important;
  text-align: left !important;
}
.single .entry-content td {
  border-bottom: 1px solid #e0e0e0 !important;
  padding: 8px !important;
  color: #333 !important;
}

/* Code */
.single .entry-content code,
.single .entry-content pre {
  font-family: monospace !important;
  font-size: 14px !important;
  background: #f8f7f4 !important;
  padding: 2px 6px !important;
  border-radius: 2px !important;
}
/* ══════════════════════════════════════════════════════════════
   MAXIMUM SPECIFICITY — WSJ Article Body
   Uses exact body class from inspector: wp-child-theme-lanation-wsj
   ══════════════════════════════════════════════════════════════ */

body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body,
body.single .entry-content.wsj-article-body {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #222222 !important;
}
body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body p,
body.single .entry-content.wsj-article-body p {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  color: #222222 !important;
  margin-bottom: 1.5em !important;
}
body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body > p:first-of-type::first-letter,
body.single .entry-content.wsj-article-body > p:first-of-type::first-letter {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 58px !important;
  font-weight: 700 !important;
  float: left !important;
  line-height: .82 !important;
  margin: 6px 8px 0 0 !important;
  color: #cc0000 !important;
}
body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body h2,
body.single .entry-content.wsj-article-body h2 {
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  border-top: 2px solid #111 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 10px 0 0 !important;
  margin: 2.5em 0 .8em !important;
  background: none !important;
}
body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body h3,
body.single .entry-content.wsj-article-body h3 {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #111 !important;
  margin: 2em 0 .6em !important;
  line-height: 1.3 !important;
  border: none !important;
  background: none !important;
}
body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body blockquote,
body.single .entry-content.wsj-article-body blockquote {
  border-top: 2px solid #111 !important;
  border-bottom: 2px solid #111 !important;
  border-left: none !important;
  border-right: none !important;
  padding: 20px 0 !important;
  margin: 32px 0 !important;
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 20px !important;
  font-style: italic !important;
  color: #111 !important;
  text-align: center !important;
  background: transparent !important;
  line-height: 1.5 !important;
}
body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body blockquote p,
body.single .entry-content.wsj-article-body blockquote p {
  font-size: 20px !important;
  font-style: italic !important;
  color: #111 !important;
  margin: 0 !important;
}
body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body a,
body.single .entry-content.wsj-article-body a {
  color: #cc0000 !important;
  text-decoration: underline !important;
}
body.wp-child-theme-lanation-wsj .entry-content.wsj-article-body li,
body.single .entry-content.wsj-article-body li {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #222 !important;
}
/* ══════════════════════════════════════════════════════════════
   OVERRIDE PARENT THEME FONT VARIABLES ON SINGLE POSTS
   Parent uses: --font-body: Open Sans, --font-head: Roboto Slab
   We override at root level for single posts
   ══════════════════════════════════════════════════════════════ */

body.single-post {
  --font-body: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
  --font-head: Cambria, 'Hoefler Text', Georgia, serif;
  --font-sans: 'Inter', Arial, sans-serif;
}

/* Override body font on single posts */
body.single-post .entry-content,
body.single-post .entry-content * {
  font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif !important;
}

/* Paragraphs */
body.single-post .entry-content p,
body.single-post #wsj-article-content p,
body.single-post .wp-block-paragraph {
  font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
  color: #222 !important;
  margin-bottom: 1.5em !important;
}

/* Drop cap */
body.single-post .entry-content > p:first-of-type::first-letter,
body.single-post #wsj-article-content > p:first-of-type::first-letter {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 58px !important;
  font-weight: 700 !important;
  float: left !important;
  line-height: .82 !important;
  margin: 6px 8px 0 0 !important;
  color: #cc0000 !important;
}

/* H2 — WSJ small caps rule */
body.single-post .entry-content h2,
body.single-post #wsj-article-content h2,
body.single-post .wp-block-heading h2 {
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  color: #111 !important;
  border-top: 2px solid #111 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding: 12px 0 0 !important;
  margin: 2.5em 0 1em !important;
  background: none !important;
  line-height: 1.4 !important;
}

/* H3 — italic serif */
body.single-post .entry-content h3,
body.single-post #wsj-article-content h3,
body.single-post .wp-block-heading h3 {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  color: #111 !important;
  margin: 2em 0 .6em !important;
  line-height: 1.3 !important;
  border: none !important;
  background: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Blockquote — WSJ double rule */
body.single-post .entry-content blockquote,
body.single-post #wsj-article-content blockquote,
body.single-post .wp-block-quote {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 20px !important;
  font-style: italic !important;
  color: #111 !important;
  text-align: center !important;
  background: transparent !important;
  border-top: 2px solid #111 !important;
  border-bottom: 2px solid #111 !important;
  border-left: none !important;
  border-right: none !important;
  padding: 20px 0 !important;
  margin: 32px 0 !important;
  line-height: 1.5 !important;
}
body.single-post .entry-content blockquote p,
body.single-post .wp-block-quote p {
  font-family: Cambria, Georgia, serif !important;
  font-size: 20px !important;
  font-style: italic !important;
  color: #111 !important;
  margin: 0 !important;
}

/* Links */
body.single-post .entry-content a {
  color: #cc0000 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Lists */
body.single-post .entry-content li,
body.single-post .wp-block-list li {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #222 !important;
}

/* Images */
body.single-post .entry-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 2em auto !important;
}
body.single-post .entry-content figcaption,
body.single-post .entry-content .wp-caption-text {
  font-family: 'Inter', Arial, sans-serif !important;
  font-size: 11px !important;
  color: #888 !important;
  text-align: center !important;
  font-style: italic !important;
}

/* HR */
body.single-post .entry-content hr {
  border: none !important;
  border-top: 1px solid #e0e0e0 !important;
  margin: 2em 0 !important;
}
/* ── FIX TICKER BLEEDING EDGES ─────────────────────────────── */
.wsj-sticky-wrap .wsj-ticker-wrap,
.wsj-ticker-wrap {
  background: #ffed4a !important;
  overflow: hidden !important;
}
.wsj-sticky-wrap .wsj-ticker-inner,
.wsj-ticker-inner {
  background: #ffed4a !important;
  max-width: 1260px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: 38px !important;
  overflow: hidden !important;
}
/* ── MASTHEAD LOGO ──────────────────────────────────────────── */
.wsj-masthead-logo {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
}
.wsj-masthead-logo img,
.wsj-masthead-logo .custom-logo {
  max-height: 120px !important;
  width: auto !important;
  max-width: 480px !important;
  display: block !important;
  margin: 0 auto !important;
}
/* ── FINAL FIX: ticker bleeding edges ──────────────────────── */
.wsj-sticky-wrap,
.wsj-header {
  overflow: hidden !important;
}
.wsj-ticker-wrap {
  background: #ffed4a !important;
  overflow: hidden !important;
  width: 100% !important;
}
.wsj-ticker-inner {
  background: #ffed4a !important;
  max-width: 1260px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  height: 38px !important;
  overflow: hidden !important;
  padding: 0 !important;
}
/* ══════════════════════════════════════════════════════════════
   VISUAL IMPROVEMENTS — v3.1
   Consolidated overrides to ensure correct sizes win.
   ══════════════════════════════════════════════════════════════ */

/* ── MASTHEAD — logo gets full breathing room ──────────────── */
.wsj-masthead {
  padding: 22px 0 18px !important;
  border-bottom: 4px double var(--wsj-black) !important;
}
.wsj-masthead img,
.wsj-masthead .custom-logo,
.wsj-masthead-logo img,
.wsj-masthead-logo .custom-logo {
  max-height: 120px !important;
  max-width: 480px !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
/* Tagline visible under logo/text */
.wsj-masthead-tagline {
  display: block !important;
  font-family: var(--font-sans) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  color: var(--wsj-gray) !important;
  margin-top: 6px !important;
}

/* ── TICKER — final height + font ──────────────────────────── */
.wsj-ticker-wrap { height: 38px !important; }
.wsj-ticker-inner { height: 38px !important; }
.wsj-ticker-label { font-size: 10px !important; }
.wsj-ticker-item { font-size: 13px !important; }
.wsj-ticker-sep { font-size: 13px !important; }

/* ── NAV — final font sizes ────────────────────────────────── */
.wsj-nav a {
  font-size: 12px !important;
  padding: 11px 17px !important;
}
@media (max-width: 960px) {
  .wsj-nav a { font-size: 11px !important; padding: 9px 13px !important; }
  .wsj-ticker-wrap { height: 34px !important; }
  .wsj-ticker-inner { height: 34px !important; }
  .wsj-ticker-label { font-size: 9px !important; }
  .wsj-ticker-item { font-size: 12px !important; }
  .wsj-masthead { padding: 16px 0 12px !important; }
}
@media (max-width: 600px) {
  .wsj-nav a { font-size: 10px !important; padding: 8px 10px !important; }
  .wsj-ticker-wrap { height: 30px !important; }
  .wsj-ticker-inner { height: 30px !important; }
  .wsj-ticker-item { font-size: 11px !important; }
  .wsj-masthead { padding: 12px 0 10px !important; }
}

/* ── SECTION LABELS ─────────────────────────────────────────── */
.wsj-section-label { font-size: 11px !important; padding: 3px 9px !important; }
.wsj-section-head { font-size: 12px !important; }

/* ── HEADLINES ──────────────────────────────────────────────── */
.wsj-headline-xl { font-size: 40px !important; }
.wsj-headline-lg { font-size: 26px !important; }
.wsj-headline-md { font-size: 20px !important; }
.wsj-headline-sm { font-size: 16px !important; }
@media (max-width: 960px) {
  .wsj-headline-xl { font-size: 30px !important; }
  .wsj-headline-lg { font-size: 22px !important; }
  .wsj-headline-md { font-size: 18px !important; }
}
@media (max-width: 600px) {
  .wsj-headline-xl { font-size: 26px !important; }
  .wsj-headline-lg { font-size: 20px !important; }
  .wsj-headline-md { font-size: 16px !important; }
}

/* ── MOST READ ──────────────────────────────────────────────── */
.wsj-most-read-num { font-size: 28px !important; min-width: 32px !important; }
.wsj-most-read-title { font-size: 13px !important; line-height: 1.4 !important; }

/* ── SINGLE ARTICLE TITLE ───────────────────────────────────── */
.single .entry-title,
.single-post .entry-title {
  font-size: 40px !important;
  margin: 10px 0 14px !important;
}
@media (max-width: 960px) {
  .single .entry-title,
  .single-post .entry-title { font-size: 30px !important; }
}
@media (max-width: 600px) {
  .single .entry-title,
  .single-post .entry-title { font-size: 24px !important; }
}

/* ── ARCHIVE CATEGORY LABELS ────────────────────────────────── */
.archive .post-categories li a,
.category .post-categories li a,
.single .cat-links a,
.single .entry-footer .cat-links a {
  font-size: 11px !important;
}

/* ── TOPBAR DATE & WEATHER ──────────────────────────────────── */
.wsj-topbar { font-size: 12px !important; }
.wsj-weather-item { font-size: 13px !important; }

/* ── OPINION ────────────────────────────────────────────────── */
.wsj-opinion-title { font-size: 17px !important; }
.wsj-opinion-author { font-size: 11px !important; }

/* ── FOOTER ─────────────────────────────────────────────────── */
.wsj-footer-name { font-size: 32px !important; letter-spacing: .02em !important; }
@media (max-width: 600px) {
  .wsj-footer-name { font-size: 26px !important; }
}

/* ══════════════════════════════════════════════════════════════
   TICKER FINAL — jaune vif clair · badge rouge · texte rouge foncé
   ══════════════════════════════════════════════════════════════ */
.wsj-ticker-wrap,
.wsj-sticky-wrap .wsj-ticker-wrap {
  background: #ffed4a !important;
  height: 38px !important;
}
.wsj-ticker-inner,
.wsj-sticky-wrap .wsj-ticker-inner {
  background: #ffed4a !important;
  height: 38px !important;
  max-width: 1260px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}
.wsj-ticker-label {
  background: #cc0000 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}
.wsj-ticker-item {
  color: #cc0000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.wsj-ticker-item a { color: #cc0000 !important; }
.wsj-ticker-item a:hover { color: #cc0000 !important; }
.wsj-ticker-sep {
  color: #cc0000 !important;
  opacity: .35 !important;
  font-size: 13px !important;
}
@media (max-width: 960px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 34px !important; }
  .wsj-ticker-label { font-size: 9px !important; }
  .wsj-ticker-item { font-size: 12px !important; }
}
@media (max-width: 600px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 30px !important; }
  .wsj-ticker-item { font-size: 11px !important; }
}

/* ══════════════════════════════════════════════════════════════
   TICKER — DEFINITIVE NO-BLEED FIX
   The wrap fills full viewport width in yellow.
   The inner has NO max-width, NO padding, NO margin — it is
   simply a full-width flex row. The label flushes left,
   the track fills the remainder. No centering = no bleed.
   ══════════════════════════════════════════════════════════════ */
.wsj-ticker-wrap,
.wsj-sticky-wrap .wsj-ticker-wrap {
  background: #ffed4a !important;
  width: 100% !important;
  height: 38px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
.wsj-ticker-inner,
.wsj-sticky-wrap .wsj-ticker-inner {
  background: #ffed4a !important;
  width: 100% !important;
  max-width: none !important;
  height: 38px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.wsj-ticker-label {
  background: #cc0000 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 0 16px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}
.wsj-ticker-track-wrap {
  flex: 1 !important;
  overflow: hidden !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.wsj-ticker-item {
  color: #cc0000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 28px 0 12px !important;
  flex-shrink: 0 !important;
}
.wsj-ticker-sep {
  color: #cc0000 !important;
  opacity: .35 !important;
  font-size: 13px !important;
  padding: 0 12px 0 0 !important;
  flex-shrink: 0 !important;
}
@media (max-width: 960px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 34px !important; }
  .wsj-ticker-label { font-size: 9px !important; padding: 0 12px !important; }
  .wsj-ticker-item { font-size: 12px !important; }
}
@media (max-width: 600px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 30px !important; }
  .wsj-ticker-label { font-size: 8px !important; padding: 0 10px !important; }
  .wsj-ticker-item { font-size: 11px !important; }
}

/* ══════════════════════════════════════════════════════════════
   TICKER NO-BLEED — FINAL DEFINITIVE v2
   .wsj-ticker-wrap  = full viewport width, yellow background
   .wsj-ticker-constrain = same max-width + padding as header-inner
                           so content aligns with nav above
   ══════════════════════════════════════════════════════════════ */

/* Full-width yellow bar */
.wsj-ticker-wrap,
.wsj-sticky-wrap .wsj-ticker-wrap {
  background: #ffed4a !important;
  width: 100% !important;
  height: 38px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  position: relative !important;
}

/* Constrained inner — matches wsj-header-inner exactly */
.wsj-ticker-constrain {
  max-width: 1260px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Override old wsj-ticker-inner rules so they don't interfere */
.wsj-ticker-inner,
.wsj-sticky-wrap .wsj-ticker-inner {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #ffed4a !important;
  height: 38px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
}

.wsj-ticker-label {
  background: #cc0000 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 0 14px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

.wsj-ticker-track-wrap {
  flex: 1 !important;
  overflow: hidden !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.wsj-ticker-track {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  white-space: nowrap !important;
  animation: wsj-scroll 65s linear infinite !important;
}
.wsj-ticker-track:hover { animation-play-state: paused !important; }

.wsj-ticker-item {
  color: #cc0000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 24px 0 16px !important;
  flex-shrink: 0 !important;
}
.wsj-ticker-sep {
  color: #cc0000 !important;
  opacity: .35 !important;
  font-size: 13px !important;
  padding: 0 8px 0 0 !important;
  flex-shrink: 0 !important;
}

@media (max-width: 960px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 34px !important; }
  .wsj-ticker-constrain { height: 34px !important; padding: 0 16px !important; }
  .wsj-ticker-label { font-size: 9px !important; padding: 0 10px !important; }
  .wsj-ticker-item { font-size: 12px !important; }
}
@media (max-width: 600px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 30px !important; }
  .wsj-ticker-constrain { height: 30px !important; padding: 0 12px !important; }
  .wsj-ticker-label { font-size: 8px !important; padding: 0 8px !important; }
  .wsj-ticker-item { font-size: 11px !important; }
}

/* ══════════════════════════════════════════════════════════════
   TICKER — INSIDE HEADER-INNER (inherits max-width naturally)
   No max-width needed here — parent wsj-header-inner handles it.
   wsj-ticker-wrap is now a simple flex row inside the column.
   ══════════════════════════════════════════════════════════════ */

/* The yellow bar — spans full width of header-inner (constrained) */
.wsj-ticker-wrap {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  height: 38px !important;
  background: #ffed4a !important;
  overflow: hidden !important;
  margin: 0 -24px !important; /* bleed to edges of header-inner padding */
  padding: 0 !important;
  box-sizing: content-box !important;
  width: calc(100% + 48px) !important;
}

/* Reset all old inner/constrain rules */
.wsj-ticker-inner,
.wsj-ticker-constrain,
.wsj-sticky-wrap .wsj-ticker-inner,
.wsj-sticky-wrap .wsj-ticker-wrap {
  all: unset !important;
  display: contents !important;
}

.wsj-ticker-label {
  background: #cc0000 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 0 14px 0 24px !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

.wsj-ticker-track-wrap {
  flex: 1 !important;
  overflow: hidden !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
}

.wsj-ticker-track {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  animation: wsj-scroll 90s linear infinite !important;
}
.wsj-ticker-track:hover { animation-play-state: paused !important; }

.wsj-ticker-item {
  color: #cc0000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 24px 0 16px !important;
  flex-shrink: 0 !important;
}
.wsj-ticker-sep {
  color: #cc0000 !important;
  opacity: .4 !important;
  font-size: 13px !important;
  padding: 0 8px 0 0 !important;
  flex-shrink: 0 !important;
}

@media (max-width: 960px) {
  .wsj-ticker-wrap { height: 34px !important; margin: 0 -16px !important; width: calc(100% + 32px) !important; }
  .wsj-ticker-label { height: 34px !important; font-size: 9px !important; padding: 0 10px 0 16px !important; }
  .wsj-ticker-track-wrap { height: 34px !important; }
  .wsj-ticker-item { font-size: 12px !important; }
}
@media (max-width: 600px) {
  .wsj-ticker-wrap { height: 30px !important; margin: 0 -12px !important; width: calc(100% + 24px) !important; }
  .wsj-ticker-label { height: 30px !important; font-size: 8px !important; padding: 0 8px 0 12px !important; }
  .wsj-ticker-track-wrap { height: 30px !important; }
  .wsj-ticker-item { font-size: 11px !important; }
}

/* ══════════════════════════════════════════════════════════════
   TICKER — ABSOLUTE FINAL. Overrides everything above.
   Structure: wsj-ticker-wrap is a flex row inside wsj-header-inner.
   No inner wrapper needed. Label + track-wrap are direct children.
   ══════════════════════════════════════════════════════════════ */
.wsj-header-inner .wsj-ticker-wrap,
.wsj-ticker-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: calc(100% + 48px) !important;
  margin-left: -24px !important;
  margin-right: -24px !important;
  height: 38px !important;
  background: #ffed4a !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  max-width: none !important;
}
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-inner,
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-constrain {
  display: none !important;
}
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-label,
.wsj-ticker-wrap .wsj-ticker-label {
  background: #cc0000 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  padding: 0 14px 0 24px !important;
  height: 38px !important;
  line-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  margin: 0 !important;
  order: 1 !important;
}
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-track-wrap,
.wsj-ticker-wrap .wsj-ticker-track-wrap {
  flex: 1 !important;
  overflow: hidden !important;
  height: 38px !important;
  display: flex !important;
  align-items: center !important;
  order: 2 !important;
}
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-track,
.wsj-ticker-wrap .wsj-ticker-track {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  animation: wsj-scroll 180s linear infinite !important;
  flex-shrink: 0 !important;
}
.wsj-ticker-track:hover { animation-play-state: paused !important; }
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-item,
.wsj-ticker-wrap .wsj-ticker-item {
  color: #cc0000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 24px 0 16px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-sep,
.wsj-ticker-wrap .wsj-ticker-sep {
  color: #cc0000 !important;
  opacity: .4 !important;
  font-size: 13px !important;
  padding: 0 8px 0 0 !important;
  flex-shrink: 0 !important;
}
@media (max-width: 960px) {
  .wsj-ticker-wrap { height: 34px !important; width: calc(100% + 32px) !important; margin-left: -16px !important; margin-right: -16px !important; }
  .wsj-ticker-label { height: 34px !important; font-size: 9px !important; padding: 0 10px 0 16px !important; line-height: 34px !important; }
  .wsj-ticker-track-wrap { height: 34px !important; }
  .wsj-ticker-item { font-size: 12px !important; }
}
@media (max-width: 600px) {
  .wsj-ticker-wrap { height: 30px !important; width: calc(100% + 24px) !important; margin-left: -12px !important; margin-right: -12px !important; }
  .wsj-ticker-label { height: 30px !important; font-size: 8px !important; padding: 0 8px 0 12px !important; line-height: 30px !important; }
  .wsj-ticker-track-wrap { height: 30px !important; }
  .wsj-ticker-item { font-size: 11px !important; }
}

/* ══════════════════════════════════════════════════════════════
   CULTURE FEATURED SECTION — hero right, sidebar left
   Mirrors .wsj-lead but columns are swapped
   ══════════════════════════════════════════════════════════════ */
.wsj-cult-lead {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0;
  border-top: 1px solid var(--wsj-border);
  border-bottom: 1px solid var(--wsj-border);
  padding: 24px 0;
  margin-bottom: 24px;
}
.wsj-cult-sidebar {
  padding-right: 24px;
  border-right: 1px solid var(--wsj-border);
}
.wsj-cult-main {
  padding-left: 24px;
}
.wsj-cult-main .wsj-hero-img { width: 100%; margin-bottom: 12px; }
.wsj-cult-main .wsj-hero-img img { width: 100%; height: 380px; object-fit: cover; }

@media (max-width: 960px) {
  .wsj-cult-lead {
    grid-template-columns: 1fr !important;
  }
  .wsj-cult-sidebar {
    padding-right: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid var(--wsj-border);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .wsj-cult-main { padding-left: 0 !important; }
  .wsj-cult-main .wsj-hero-img img { height: 260px; }
}
@media (max-width: 600px) {
  .wsj-cult-main .wsj-hero-img img { height: 200px; }
}

/* ── CULTURE SECTION — harmonize sidebar height with hero ── */
.wsj-cult-lead {
  align-items: stretch !important;
}
.wsj-cult-sidebar {
  display: flex !important;
  flex-direction: column !important;
}
.wsj-cult-sidebar .wsj-card-thumb {
  flex: 1 !important;
  align-items: flex-start !important;
  border-bottom: 1px solid var(--wsj-border) !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 14px !important;
}
.wsj-cult-sidebar .wsj-card-thumb:first-child {
  padding-top: 0 !important;
}
.wsj-cult-sidebar .wsj-card-thumb:last-child {
  border-bottom: none !important;
}

/* ── CULTURE HERO — show full image, no crop ── */
.wsj-cult-main .wsj-hero-img {
  width: 100% !important;
  margin-bottom: 12px !important;
  background: #f0ede8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}
.wsj-cult-main .wsj-hero-img img {
  width: 100% !important;
  height: auto !important;
  max-height: 520px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}
@media (max-width: 960px) {
  .wsj-cult-main .wsj-hero-img img {
    max-height: 360px !important;
  }
}
@media (max-width: 600px) {
  .wsj-cult-main .wsj-hero-img img {
    max-height: 260px !important;
  }
}

/* ── CULTURE HERO — match lead section proportions exactly ── */
.wsj-cult-main .wsj-hero-img {
  width: 100% !important;
  margin-bottom: 12px !important;
  background: none !important;
  display: block !important;
}
.wsj-cult-main .wsj-hero-img img {
  width: 100% !important;
  height: 420px !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  max-height: none !important;
}
@media (max-width: 960px) {
  .wsj-cult-main .wsj-hero-img img { height: 260px !important; }
}
@media (max-width: 600px) {
  .wsj-cult-main .wsj-hero-img img { height: 200px !important; }
}

/* ── CULTURE SIDEBAR — remove empty gaps between cards ── */
.wsj-cult-sidebar {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
.wsj-cult-sidebar .wsj-card-thumb {
  flex: 0 0 auto !important;
  padding-top: 0 !important;
  padding-bottom: 14px !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid var(--wsj-border) !important;
}
.wsj-cult-sidebar .wsj-card-thumb:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
/* Remove the extra spacing injected by wsj-section-label inside sidebar cards */
.wsj-cult-sidebar .wsj-section-label {
  margin-bottom: 4px !important;
  display: inline-block !important;
}

/* ══════════════════════════════════════════════════════════════
   CULTURE SIDEBAR — reset to identical behaviour as lead sidebar
   Strip all flex overrides, let wsj-card-thumb rules take over
   ══════════════════════════════════════════════════════════════ */
.wsj-cult-sidebar {
  display: block !important;
  flex-direction: unset !important;
  justify-content: unset !important;
}
.wsj-cult-sidebar .wsj-card-thumb {
  display: grid !important;
  grid-template-columns: 1fr 80px !important;
  gap: 10px !important;
  align-items: start !important;
  padding-bottom: 14px !important;
  margin-bottom: 14px !important;
  padding-top: 0 !important;
  border-bottom: 1px solid var(--wsj-border) !important;
  flex: unset !important;
}
.wsj-cult-sidebar .wsj-card-thumb:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* ══════════════════════════════════════════════════════════════
   CULTURE SECTION — match total height of lead section exactly
   Hero image fills remaining height after label + headline + deck
   ══════════════════════════════════════════════════════════════ */
.wsj-cult-lead {
  align-items: stretch !important;
  min-height: 0 !important;
}
.wsj-cult-main {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 24px !important;
}
.wsj-cult-main .wsj-hero-img {
  flex: 1 !important;
  min-height: 0 !important;
  margin-bottom: 12px !important;
  width: 100% !important;
  overflow: hidden !important;
  display: block !important;
  background: none !important;
}
.wsj-cult-main .wsj-hero-img img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}
/* Prevent label, headline and deck from stretching */
.wsj-cult-main .wsj-section-label,
.wsj-cult-main .wsj-headline,
.wsj-cult-main .wsj-deck {
  flex-shrink: 0 !important;
}
@media (max-width: 960px) {
  .wsj-cult-main {
    display: block !important;
  }
  .wsj-cult-main .wsj-hero-img {
    flex: unset !important;
  }
  .wsj-cult-main .wsj-hero-img img {
    height: 260px !important;
  }
}
@media (max-width: 600px) {
  .wsj-cult-main .wsj-hero-img img {
    height: 200px !important;
  }
}

/* ── Hide category badge rendered inside Culture hero content ── */
.wsj-cult-main .cat-links,
.wsj-cult-main .entry-footer,
.wsj-cult-main .post-categories,
.wsj-cult-main [class*="cat-"],
.wsj-cult-main .wsj-section-label {
  display: none !important;
}

/* ── Remove double line under masthead ── */
.wsj-masthead {
  border-bottom: 1px solid var(--wsj-border) !important;
}

/* ── Lead sidebar — full width cards (no thumbnail) ── */
.wsj-lead-sidebar .wsj-card-thumb {
  grid-template-columns: 1fr !important;
}

/* ── MASTHEAD — 75% logo size, tighter vertical padding ── */
.wsj-masthead {
  padding: 10px 0 8px !important;
  border-bottom: 1px solid var(--wsj-border) !important;
}
.wsj-masthead img,
.wsj-masthead .custom-logo,
.wsj-masthead-logo img,
.wsj-masthead-logo .custom-logo {
  max-height: 90px !important;
  max-width: 360px !important;
}
.wsj-masthead-text {
  font-size: 54px !important;
}
.wsj-masthead-tagline {
  margin-top: 3px !important;
  font-size: 9px !important;
}
@media (max-width: 960px) {
  .wsj-masthead { padding: 8px 0 6px !important; }
  .wsj-masthead-text { font-size: 40px !important; }
  .wsj-masthead img,
  .wsj-masthead .custom-logo,
  .wsj-masthead-logo img,
  .wsj-masthead-logo .custom-logo { max-height: 68px !important; }
}
@media (max-width: 600px) {
  .wsj-masthead { padding: 6px 0 5px !important; }
  .wsj-masthead-text { font-size: 29px !important; }
  .wsj-masthead img,
  .wsj-masthead .custom-logo,
  .wsj-masthead-logo img,
  .wsj-masthead-logo .custom-logo { max-height: 52px !important; }
}

/* ══════════════════════════════════════════════════════════════
   FRONT PAGE SPACING OPTIMISATION + LOGO 85%
   ══════════════════════════════════════════════════════════════ */

/* ── Logo 85% of previous 90px/54px ── */
.wsj-masthead {
  padding: 8px 0 6px !important;
}
.wsj-masthead img,
.wsj-masthead .custom-logo,
.wsj-masthead-logo img,
.wsj-masthead-logo .custom-logo {
  max-height: 76px !important;
  max-width: 310px !important;
}
.wsj-masthead-text {
  font-size: 46px !important;
}
.wsj-masthead-tagline {
  margin-top: 2px !important;
  font-size: 9px !important;
}
@media (max-width: 960px) {
  .wsj-masthead { padding: 6px 0 5px !important; }
  .wsj-masthead-text { font-size: 34px !important; }
  .wsj-masthead img,
  .wsj-masthead .custom-logo,
  .wsj-masthead-logo img,
  .wsj-masthead-logo .custom-logo { max-height: 58px !important; }
}
@media (max-width: 600px) {
  .wsj-masthead { padding: 5px 0 4px !important; }
  .wsj-masthead-text { font-size: 24px !important; }
  .wsj-masthead img,
  .wsj-masthead .custom-logo,
  .wsj-masthead-logo img,
  .wsj-masthead-logo .custom-logo { max-height: 44px !important; }
}

/* ── Front page top padding ── */
.wsj-front { padding: 14px 0 0 !important; }

/* ── Lead section ── */
.wsj-lead {
  padding-bottom: 16px !important;
  margin-bottom: 16px !important;
}
.wsj-hero-img { margin-bottom: 8px !important; }
.wsj-hero-img img { height: 360px !important; }

/* ── Section heads ── */
.wsj-section-head {
  padding-bottom: 6px !important;
  margin-bottom: 12px !important;
}

/* ── Cards in 4-col grid ── */
.wsj-grid-4 {
  padding-bottom: 16px !important;
  margin-bottom: 16px !important;
}
.wsj-card {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

/* ── Thumb cards in sidebar ── */
.wsj-card-thumb {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

/* ── Most read items ── */
.wsj-most-read-item {
  padding: 7px 0 !important;
}

/* ── Opinion strip ── */
.wsj-opinion {
  padding: 14px 0 !important;
  margin-bottom: 16px !important;
}
.wsj-opinion-grid {
  margin-top: 10px !important;
  gap: 20px !important;
}

/* ── Culture section ── */
.wsj-cult-lead {
  padding: 16px 0 !important;
  margin-bottom: 16px !important;
}
.wsj-cult-main .wsj-hero-img {
  margin-bottom: 8px !important;
}

/* ── Bottom strip ── */
.wsj-bottom {
  padding: 14px 0 !important;
  margin-top: 0 !important;
}

@media (max-width: 960px) {
  .wsj-hero-img img { height: 220px !important; }
  .wsj-cult-main .wsj-hero-img img { height: 220px !important; }
}
@media (max-width: 600px) {
  .wsj-hero-img img { height: 180px !important; }
  .wsj-cult-main .wsj-hero-img img { height: 180px !important; }
}

/* ── Tighten gap between bottom strip and footer ── */
.wsj-footer {
  margin-top: 0 !important;
}
.wsj-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.wsj-front {
  padding-bottom: 0 !important;
}
.wsj-wrap {
  padding-bottom: 0 !important;
}

/* ── Culture sidebar — full width cards (no thumbnail) ── */
.wsj-cult-sidebar .wsj-card-thumb {
  grid-template-columns: 1fr !important;
}

/* ── Culture hero image — 75% width, centred ── */
.wsj-cult-main .wsj-hero-img {
  width: 75% !important;
  margin: 0 auto 8px auto !important;
}

/* ── Logo 95% of current size (76px → 72px, 46px → 44px) ── */
.wsj-masthead img,
.wsj-masthead .custom-logo,
.wsj-masthead-logo img,
.wsj-masthead-logo .custom-logo {
  max-height: 72px !important;
  max-width: 295px !important;
}
.wsj-masthead-text {
  font-size: 44px !important;
}
@media (max-width: 960px) {
  .wsj-masthead-text { font-size: 32px !important; }
  .wsj-masthead img,
  .wsj-masthead .custom-logo,
  .wsj-masthead-logo img,
  .wsj-masthead-logo .custom-logo { max-height: 55px !important; }
}
@media (max-width: 600px) {
  .wsj-masthead-text { font-size: 23px !important; }
  .wsj-masthead img,
  .wsj-masthead .custom-logo,
  .wsj-masthead-logo img,
  .wsj-masthead-logo .custom-logo { max-height: 42px !important; }
}

/* ══════════════════════════════════════════════════════════════
   TICKER — GREEN + BLACK TEXT (replaces yellow)
   ══════════════════════════════════════════════════════════════ */
.wsj-ticker-wrap,
.wsj-sticky-wrap .wsj-ticker-wrap,
.wsj-header-inner .wsj-ticker-wrap {
  background: #00b341 !important;
  height: 38px !important;
  overflow: hidden !important;
}
.wsj-ticker-inner,
.wsj-sticky-wrap .wsj-ticker-inner {
  background: #00b341 !important;
  height: 38px !important;
}
.wsj-ticker-label {
  background: #cc0000 !important;
  color: #fff !important;
}
.wsj-ticker-item {
  color: #111 !important;
}
.wsj-ticker-item a { color: #111 !important; }
.wsj-ticker-item a:hover { color: #cc0000 !important; }
.wsj-ticker-sep {
  color: #111 !important;
  opacity: .3 !important;
}
@media (max-width: 960px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 34px !important; }
}
@media (max-width: 600px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 30px !important; }
}

/* ── Ticker text — pure black, maximum contrast on green ── */
.wsj-ticker-item,
.wsj-ticker-item a,
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-item {
  color: #000000 !important;
  font-weight: 800 !important;
  -webkit-text-fill-color: #000000 !important;
}
.wsj-ticker-sep {
  color: #000000 !important;
  opacity: .25 !important;
}

/* ══════════════════════════════════════════════════════════════
   TICKER — NAVY BLUE + RED VIF BADGE + WHITE TEXT
   ══════════════════════════════════════════════════════════════ */
.wsj-ticker-wrap,
.wsj-sticky-wrap .wsj-ticker-wrap,
.wsj-header-inner .wsj-ticker-wrap {
  background: #002366 !important;
  height: 38px !important;
  overflow: hidden !important;
}
.wsj-ticker-inner,
.wsj-sticky-wrap .wsj-ticker-inner {
  background: #002366 !important;
  height: 38px !important;
}
.wsj-ticker-label {
  background: #ff0000 !important;
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}
.wsj-ticker-item,
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-item {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 700 !important;
}
.wsj-ticker-item a { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.wsj-ticker-item a:hover { color: #ffcccc !important; }
.wsj-ticker-sep {
  color: #fff !important;
  opacity: .35 !important;
}
@media (max-width: 960px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 34px !important; }
}
@media (max-width: 600px) {
  .wsj-ticker-wrap,
  .wsj-ticker-inner { height: 30px !important; }
}

/* ── Ticker label font — match nav bar size ── */
.wsj-ticker-label {
  font-size: 12px !important;
  letter-spacing: .06em !important;
}

/* ── Ticker — WSJ-style fonts ── */
.wsj-ticker-label {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.wsj-ticker-item,
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-item {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: italic !important;
  letter-spacing: .01em !important;
}
.wsj-ticker-sep {
  font-family: Cambria, Georgia, serif !important;
}

/* ── Ticker font corrections ── */
.wsj-ticker-label {
  font-weight: 800 !important;
  font-style: normal !important;
}
.wsj-ticker-item,
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-item {
  font-style: normal !important;
  font-weight: 700 !important;
}

/* ══════════════════════════════════════════════════════════════
   TICKER FINAL — navy bg, yellow badge, white text
   ══════════════════════════════════════════════════════════════ */
.wsj-ticker-label {
  background: #ffed4a !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  font-style: normal !important;
  letter-spacing: .08em !important;
}
.wsj-ticker-item,
.wsj-header-inner .wsj-ticker-wrap .wsj-ticker-item {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.wsj-ticker-item a { color: #fff !important; -webkit-text-fill-color: #fff !important; }
.wsj-ticker-item a:hover { color: #ffed4a !important; }
.wsj-ticker-sep {
  color: #fff !important;
  opacity: .35 !important;
}

/* ── Ticker label — dark red text on yellow ── */
.wsj-ticker-label {
  color: #8b0000 !important;
  -webkit-text-fill-color: #8b0000 !important;
}

/* ── Ticker label — red vif bg, white text ── */
.wsj-ticker-label {
  background: #ff0000 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* ══════════════════════════════════════════════════════════════
   FRONT PAGE — WSJ TYPOGRAPHY SYSTEM
   Headlines  → Cambria (--font-title) — closest to WSJ Escrow
   Decks/body → Libre Baskerville (--font-body) — editorial serif
   Labels/nav → Inter (--font-sans) — clean sans for UI chrome
   ══════════════════════════════════════════════════════════════ */

/* ── All headlines ── */
.wsj-headline,
.wsj-headline-xl,
.wsj-headline-lg,
.wsj-headline-md,
.wsj-headline-sm {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
}

/* ── Lead hero headline — bigger, tighter ── */
.wsj-headline-xl {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  letter-spacing: -.02em !important;
  line-height: 1.1 !important;
}

/* ── Section heads ── */
.wsj-section-head {
  font-family: 'Inter', Arial, sans-serif !important;
  letter-spacing: .14em !important;
}

/* ── Section labels (category pills) ── */
.wsj-section-label {
  font-family: 'Inter', Arial, sans-serif !important;
  letter-spacing: .12em !important;
}

/* ── Deck / standfirst ── */
.wsj-deck {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-style: italic !important;
  line-height: 1.6 !important;
}

/* ── Opinion titles ── */
.wsj-opinion-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
}

/* ── Opinion author ── */
.wsj-opinion-author {
  font-family: 'Inter', Arial, sans-serif !important;
  letter-spacing: .08em !important;
}

/* ── Most read numbers ── */
.wsj-most-read-num {
  font-family: 'Playfair Display', Georgia, serif !important;
}

/* ── Most read titles ── */
.wsj-most-read-title {
  font-family: 'Inter', Arial, sans-serif !important;
}

/* ── Byline & date ── */
.wsj-byline,
.wsj-date {
  font-family: 'Inter', Arial, sans-serif !important;
  letter-spacing: .05em !important;
}

/* ── Culture section headlines inherit same system ── */
.wsj-cult-main .wsj-headline,
.wsj-cult-main .wsj-headline-xl {
  font-family: Cambria, 'Hoefler Text', Georgia, serif !important;
  letter-spacing: -.02em !important;
}
.wsj-cult-main .wsj-deck {
  font-family: 'Libre Baskerville', Georgia, serif !important;
  font-style: italic !important;
}
