* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --wsj-bg: #f6f2eb;
  --wsj-paper: #ffffff;
  --wsj-ink: #111111;
  --wsj-border: #d9d2c5;
  --wsj-link: #0a5ca8;
  --wsj-muted: #6f675a;
}

body {
  background: var(--wsj-bg);
  color: var(--wsj-ink);
  font: 16px/1.65 Georgia, "Times New Roman", "PingFang SC", "Microsoft YaHei", serif;
}

a {
  color: var(--wsj-ink);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

input,
button {
  font: inherit;
  color: inherit;
}

.wsj-shell {
  width: min(1280px, calc(100% - 44px));
  margin: 0 auto;
}

.card,
.side-box {
  background: var(--wsj-paper);
  border: 1px solid var(--wsj-border);
}

.cover-16x9,
.cover-square {
  display: block;
  background: #ebe6dd;
  border: 1px solid #e0d8ca;
  overflow: hidden;
}

.cover-16x9 {
  aspect-ratio: 16 / 9;
}

.cover-square {
  aspect-ratio: 1 / 1;
}

.cover-16x9 img,
.cover-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wsj-market-strip {
  background: #121212;
  border-bottom: 1px solid #2a2a2a;
}

.wsj-market-list {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
}

.wsj-market-item {
  flex: 0 0 auto;
  border-right: 1px solid #2f2f2f;
}

.wsj-market-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: #f2f2f2;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  white-space: nowrap;
}

.wsj-market-item strong {
  font-weight: 700;
}

.wsj-market-item span {
  color: #cecece;
  font-size: 11px;
}

.wsj-market-item em {
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
}

.wsj-market-item .up {
  color: #3fca78;
}

.wsj-market-item .down {
  color: #ff7373;
}

.wsj-utility {
  background: #ffffff;
  border-bottom: 1px solid var(--wsj-border);
}

.wsj-utility-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--wsj-muted);
  font-size: 12px;
}

.wsj-utility-left,
.wsj-utility-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.wsj-utility .dot {
  color: #b9b1a5;
}

.wsj-utility a {
  color: #4e463c;
  text-transform: uppercase;
  letter-spacing: 0.22px;
}

.wsj-utility a:hover {
  color: var(--wsj-link);
}

.wsj-masthead {
  background: var(--wsj-bg);
  border-bottom: 1px solid #cec5b7;
}

.wsj-masthead-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.wsj-menu-btn {
  height: 38px;
  padding: 0 12px;
  border: 1px solid #cfc6b8;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  cursor: pointer;
}

.wsj-menu-btn img {
  width: 14px;
  height: 14px;
}

.wsj-logo-mark {
  display: block;
  text-align: center;
  color: #111111;
  font-size: 50px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wsj-logo-mark:hover {
  text-decoration: none;
}

.wsj-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wsj-search {
  width: 286px;
  height: 38px;
  border: 1px solid #cfc6b8;
  background: #ffffff;
  display: flex;
  align-items: center;
}

.wsj-search button {
  width: 38px;
  height: 100%;
  border: 0;
  border-right: 1px solid #ddd4c7;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.wsj-search button img {
  width: 15px;
  height: 15px;
}

.wsj-search input {
  width: calc(100% - 38px);
  height: 100%;
  border: 0;
  background: #ffffff;
  padding: 0 10px;
  font-size: 14px;
}

.wsj-subscribe,
.wsj-signin {
  height: 38px;
  padding: 0 14px;
  border: 1px solid #0a5ca8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.wsj-subscribe {
  background: #0a5ca8;
  color: #ffffff;
}

.wsj-subscribe:hover {
  background: #084d8d;
  border-color: #084d8d;
  text-decoration: none;
}

.wsj-signin {
  background: #ffffff;
  color: #0a5ca8;
}

.wsj-signin:hover {
  background: #f1f6fc;
  text-decoration: none;
}

.wsj-main-nav {
  background: #ffffff;
  border-top: 1px solid #d6cec0;
  border-bottom: 1px solid #d6cec0;
}

.wsj-main-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wsj-main-nav li a {
  display: block;
  line-height: 44px;
  padding: 0 12px;
  border-right: 1px solid #ebe5da;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.wsj-main-nav li a:hover {
  background: #f1ece3;
  text-decoration: none;
}

.wsj-news-alert {
  background: #ffffff;
  border-bottom: 1px solid var(--wsj-border);
}

.wsj-news-alert-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wsj-alert-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #111111;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

.wsj-alert-links {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.wsj-alert-links a {
  font-size: 14px;
  color: #1f1f1f;
}

.home-page {
  margin: 18px auto 28px;
  display: grid;
  gap: 16px;
}

.home-grid-super {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 16px;
}

.home-super-main,
.home-super-side,
.home-section,
.opinion-wrap,
.most-popular-block,
.section-main,
.article-main,
.article-related {
  padding: 16px;
}

.story-kicker,
.section-kicker,
.article-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #111111;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.home-super-main .cover-16x9 {
  margin-top: 12px;
}

.home-super-main h1 {
  margin-top: 12px;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -0.4px;
  font-weight: 700;
}

.story-summary {
  margin-top: 12px;
  color: #4f473d;
  font-size: 20px;
  line-height: 1.56;
}

.story-meta {
  margin-top: 14px;
  color: #766d60;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.arrow-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--wsj-link);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28px;
}

.arrow-inline img {
  width: 12px;
  height: 12px;
}

.home-super-side .side-head,
.home-section .section-headline,
.opinion-wrap .section-headline,
.most-popular-block .section-headline,
.article-related .section-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd3c5;
}

.home-super-side .side-head {
  border-bottom-width: 2px;
  border-bottom-color: #111111;
}

.side-head h2,
.side-heading {
  font-size: 26px;
  line-height: 1.12;
}

.side-head a,
.section-headline a {
  color: var(--wsj-link);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.timeline-list {
  margin-top: 8px;
}

.timeline-list li {
  padding: 11px 0;
  border-bottom: 1px solid #e8e0d4;
}

.timeline-list li:last-child {
  border-bottom: 0;
}

.timeline-list a {
  display: block;
  font-size: 19px;
  line-height: 1.3;
}

.timeline-list span {
  display: block;
  margin-top: 5px;
  color: #7a7063;
  font-size: 12px;
}

.home-lead-river {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.river-card {
  padding: 0 0 12px;
}

.river-card-copy {
  padding: 11px 13px 0;
}

.river-card h3 {
  font-size: 32px;
  line-height: 1.09;
  letter-spacing: -0.2px;
}

.river-card p {
  margin-top: 8px;
  color: #4f473d;
  font-size: 15px;
  line-height: 1.58;
}

.river-card span {
  display: block;
  margin-top: 8px;
  color: #7d7265;
  font-size: 12px;
}

.home-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.section-headline h2 {
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.2px;
}

.section-feature {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 13px;
}

.section-feature h3 {
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.2px;
}

.section-feature p {
  margin-top: 8px;
  color: #51493f;
  font-size: 15px;
  line-height: 1.58;
}

.section-feature .story-meta {
  margin-top: 8px;
}

.feature-list {
  margin-top: 8px;
}

.feature-list li {
  padding: 11px 0;
  border-top: 1px solid #e7dfd2;
}

.feature-list a {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

.feature-list span {
  display: block;
  margin-top: 4px;
  color: #7c7164;
  font-size: 12px;
}

.opinion-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.opinion-card h3 {
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.26;
}

.opinion-card span {
  display: block;
  margin-top: 6px;
  color: #7c7265;
  font-size: 12px;
  text-transform: uppercase;
}

.popular-list {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.popular-list li {
  padding: 11px 0;
  border-bottom: 1px solid #e7dfd2;
  display: flex;
  gap: 10px;
}

.popular-no,
.rank-index {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  margin-top: 2px;
}

.popular-list a,
.rank-list a {
  font-size: 17px;
  line-height: 1.4;
}

.section-page,
.article-page {
  margin: 18px auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.breadcrumb {
  color: #7a7063;
  font-size: 13px;
  line-height: 1.5;
}

.breadcrumb a {
  color: #6d6357;
}

.section-header {
  margin-top: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd3c5;
}

.section-header h1 {
  margin-top: 6px;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.3px;
}

.section-header p {
  margin-top: 8px;
  color: #5a5145;
  font-size: 16px;
  line-height: 1.58;
  max-width: 820px;
}

.story-feed {
  margin-top: 12px;
}

.story-feed li {
  padding: 14px 0;
  border-bottom: 1px solid #e7dfd2;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 14px;
}

.story-feed li:last-child {
  border-bottom: 0;
}

.feed-copy h2 {
  font-size: 38px;
  line-height: 1.06;
  letter-spacing: -0.2px;
}

.feed-copy p {
  margin-top: 9px;
  color: #4f473d;
  font-size: 16px;
  line-height: 1.62;
}

.feed-meta {
  margin-top: 10px;
  color: #756b5f;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 13px;
}

.feed-meta .arrow-inline {
  font-size: 11px;
}

.pager {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e7dfd2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pager a {
  min-width: 36px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #cfc6b8;
  background: #ffffff;
  color: var(--wsj-link);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pager a:hover {
  background: var(--wsj-link);
  border-color: var(--wsj-link);
  color: #ffffff;
  text-decoration: none;
}

.section-side {
  display: grid;
  gap: 16px;
}

.side-box {
  padding: 14px;
}

.side-heading {
  border-bottom: 2px solid #111111;
  padding-bottom: 8px;
}

.side-list,
.rank-list,
.side-pick-grid {
  margin-top: 8px;
}

.side-list li,
.rank-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e7dfd2;
}

.side-list li:last-child,
.rank-list li:last-child {
  border-bottom: 0;
}

.side-list a {
  display: block;
  font-size: 16px;
  line-height: 1.36;
}

.side-latest span {
  display: block;
  margin-top: 4px;
  color: #7c7265;
  font-size: 12px;
}

.rank-list li {
  display: flex;
  gap: 10px;
}

.side-pick-grid {
  display: grid;
  gap: 12px;
}

.side-pick {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
}

.side-pick h4 {
  font-size: 15px;
  line-height: 1.36;
}

.side-pick span {
  display: block;
  margin-top: 4px;
  color: #7c7265;
  font-size: 12px;
}

.article-title {
  margin-top: 8px;
  font-size: 62px;
  line-height: 1.01;
  letter-spacing: -0.4px;
}

.article-meta {
  margin-top: 12px;
  padding: 10px 0;
  border-top: 1px solid #ddd3c5;
  border-bottom: 1px solid #ddd3c5;
  color: #6f6558;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
}

.article-meta a {
  color: var(--wsj-link);
}

.article-cover {
  margin-top: 16px;
}

.article-content {
  margin-top: 18px;
  color: #1e1b18;
  font-size: 20px;
  line-height: 1.9;
  word-break: break-word;
}

.article-content p {
  margin: 12px 0;
}

.article-content img {
  max-width: 100%;
  height: auto;
}

.article-related {
  margin: 0 auto 28px;
}

.related-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
}

.related-grid li {
  padding: 11px 0;
  border-bottom: 1px solid #e7dfd2;
}

.related-grid a {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}

.related-grid span {
  display: block;
  margin-top: 4px;
  color: #7c7265;
  font-size: 12px;
}

.wsj-footer {
  margin-top: 10px;
  background: #121212;
  color: #d8d1c6;
}

.footer-top-grid {
  padding: 28px 0 18px;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 22px;
}

.footer-logo {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.footer-logo:hover {
  text-decoration: none;
}

.footer-brand p {
  margin-top: 8px;
  color: #c8c0b3;
  font-size: 14px;
  line-height: 1.7;
}

.footer-title {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 8px;
}

.footer-list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-list li:last-child {
  border-bottom: 0;
}

.footer-list a {
  color: #d8d1c6;
  font-size: 14px;
  line-height: 1.45;
}

.footer-bottom {
  padding: 13px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #bfb6a8;
  font-size: 12px;
  line-height: 1.75;
}

.footer-bottom a {
  color: #d8d1c6;
}

.footer-links {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
}

@media (max-width: 1024px) {
  .wsj-shell {
    width: calc(100% - 30px);
  }

  .wsj-masthead-inner {
    min-height: 0;
    padding: 12px 0;
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-areas:
      "menu logo"
      "actions actions";
    gap: 12px;
  }

  .wsj-menu-btn {
    grid-area: menu;
  }

  .wsj-logo-mark {
    grid-area: logo;
    text-align: left;
    font-size: 38px;
  }

  .wsj-actions {
    grid-area: actions;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .wsj-search {
    width: 260px;
  }

  .wsj-main-nav ul {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .wsj-main-nav li a {
    white-space: nowrap;
  }

  .home-grid-super,
  .home-lead-river,
  .home-two-column,
  .section-page,
  .article-page,
  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .section-feature {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .home-super-main h1,
  .section-header h1,
  .article-title {
    font-size: 46px;
    letter-spacing: -0.2px;
  }

  .feed-copy h2,
  .section-feature h3 {
    font-size: 33px;
  }

  .section-headline h2 {
    font-size: 30px;
  }

  .river-card h3 {
    font-size: 28px;
  }

  .story-feed li {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .opinion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .popular-list,
  .related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .wsj-shell {
    width: calc(100% - 20px);
  }

  .wsj-market-item a {
    padding: 8px 10px;
    font-size: 11px;
  }

  .wsj-utility-inner {
    min-height: 34px;
  }

  .wsj-utility-left {
    display: none;
  }

  .wsj-masthead-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "actions"
      "menu";
  }

  .wsj-logo-mark {
    text-align: center;
    font-size: 30px;
  }

  .wsj-actions {
    width: 100%;
    gap: 8px;
  }

  .wsj-search {
    width: 100%;
  }

  .wsj-subscribe,
  .wsj-signin {
    height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }

  .wsj-menu-btn {
    justify-self: start;
    height: 34px;
    font-size: 11px;
  }

  .wsj-main-nav li a {
    line-height: 40px;
    padding: 0 10px;
    font-size: 11px;
  }

  .wsj-news-alert-inner {
    min-height: 40px;
  }

  .wsj-alert-label {
    padding: 4px 7px;
    font-size: 10px;
  }

  .home-super-main,
  .home-super-side,
  .home-section,
  .opinion-wrap,
  .most-popular-block,
  .section-main,
  .article-main,
  .article-related,
  .side-box {
    padding: 13px;
  }

  .home-super-main h1,
  .section-header h1,
  .article-title,
  .feed-copy h2,
  .section-feature h3,
  .section-headline h2,
  .river-card h3 {
    font-size: 32px;
    letter-spacing: 0;
  }

  .story-summary,
  .article-content {
    font-size: 17px;
  }

  .story-feed li,
  .section-feature,
  .side-pick {
    grid-template-columns: 1fr;
  }

  .opinion-grid {
    grid-template-columns: 1fr;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-logo {
    font-size: 28px;
  }

  .timeline-list a,
  .feature-list a,
  .related-grid a {
    font-size: 17px;
  }
}
