@import "tailwindcss";

:root {
  --background: #f7f6f2;
  --foreground: #171512;
  --muted: #6d6860;
  --line: #d9d4ca;
  --paper: #fffdfa;
  --ink: #151515;
  --red: #c41230;
  --blue: #114b8b;
  --green: #0b6b57;
  --gold: #b77716;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  padding: 18px 0 0;
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.utility-bar a {
  color: var(--blue);
  font-weight: 700;
}

.brand-row {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 520px);
  align-items: center;
  gap: 24px;
  padding: 22px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: var(--ink);
  color: white;
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-ad,
.ad-card {
  display: grid;
  min-height: 90px;
  place-items: center;
  border: 1px dashed #aaa39a;
  background: repeating-linear-gradient(
    -45deg,
    #f3f0e9,
    #f3f0e9 10px,
    #ebe5dc 10px,
    #ebe5dc 20px
  );
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.ad-card {
  min-height: 250px;
}

.ad-card.vertical {
  min-height: 420px;
}

.nav-bar {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
}

.nav-bar a {
  flex: 0 0 auto;
  padding: 9px 13px;
  font-size: 15px;
  font-weight: 800;
}

.nav-bar a:hover,
.nav-bar a:focus-visible {
  background: var(--ink);
  color: white;
}

.breaking-strip {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin: 18px 0;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.breaking-strip strong {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.breaking-strip div {
  display: flex;
  gap: 18px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}

.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr) 300px;
  gap: 22px;
  align-items: start;
}

.lead-story,
.compact-feature,
.rail-block,
.search-panel,
.category-panel,
.topic-band,
.article-body,
.article-rail,
.listing-header {
  background: var(--paper);
  border: 1px solid var(--line);
}

.lead-story img {
  width: 100%;
  aspect-ratio: 16 / 10;
}

.lead-copy {
  padding: 20px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.lead-copy h1,
.article-header h1 {
  margin: 10px 0 12px;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
}

.lead-copy p,
.article-header p,
.listing-header p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.meta.centered {
  justify-content: center;
}

.secondary-stack {
  display: grid;
  gap: 18px;
}

.compact-feature img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.compact-feature div,
.rail-block,
.search-panel,
.category-panel {
  padding: 16px;
}

.compact-feature h2 {
  margin: 8px 0 8px;
  font-size: 24px;
  line-height: 1.12;
}

.compact-feature p,
.news-row p {
  color: var(--muted);
  line-height: 1.55;
}

.rail {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 16px;
}

.rail-block h2,
.search-panel h2,
.category-panel h2,
.section-heading h2 {
  margin-bottom: 14px;
  font-size: 20px;
}

.ranked-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 24px;
}

.ranked-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.ranked-list a {
  display: block;
  font-weight: 800;
  line-height: 1.35;
}

.ranked-list span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  margin-top: 34px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 2px solid var(--ink);
  margin-bottom: 14px;
}

.section-heading a {
  color: var(--blue);
  font-weight: 800;
}

.latest-list,
.listing-grid {
  display: grid;
  gap: 14px;
}

.news-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.news-row.large {
  grid-template-columns: 260px minmax(0, 1fr);
}

.news-row img {
  width: 100%;
  height: 140px;
}

.news-row.large img {
  height: 180px;
}

.news-row h3,
.news-row h2 {
  margin: 6px 0 8px;
  font-size: 22px;
  line-height: 1.18;
}

.utility-column {
  display: grid;
  align-content: start;
  gap: 18px;
}

.search-panel form,
.wide-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

input,
button {
  min-height: 44px;
  border: 1px solid var(--ink);
  font: inherit;
}

input {
  width: 100%;
  padding: 0 12px;
  background: white;
}

button {
  padding: 0 16px;
  background: var(--ink);
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.category-cloud {
  display: grid;
  gap: 8px;
}

.category-cloud a {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--line);
  padding: 10px 12px;
  font-weight: 800;
}

.category-cloud em {
  color: var(--muted);
  font-style: normal;
}

.topic-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  margin: 36px 0 56px;
  padding: 24px;
  border-color: var(--ink);
}

.topic-band h2 {
  margin: 8px 0 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.topic-band p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.back-link {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-weight: 900;
}

.article-header,
.listing-header {
  max-width: 920px;
  margin: 28px auto 24px;
  text-align: center;
}

.listing-header {
  padding: 30px;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) 320px;
  gap: 28px;
  align-items: start;
  margin-bottom: 54px;
  justify-content: center;
}

.article-body {
  padding: 0 0 28px;
}

.article-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.article-body p,
.story-summary,
.source-box {
  margin: 22px 28px 0;
}

.article-body p {
  font-size: 19px;
  line-height: 1.85;
}

.story-summary {
  border-left: 5px solid var(--red);
  background: #f5f1e8;
  padding: 16px 18px;
}

.story-summary ul {
  margin: 8px 0 0;
  padding-left: 20px;
  line-height: 1.7;
}

.source-box {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.source-box span {
  color: var(--ink);
  font-weight: 900;
}

.article-rail {
  display: grid;
  gap: 18px;
  padding: 16px;
  position: sticky;
  top: 16px;
}

.listing-grid {
  max-width: 940px;
  margin: 0 auto 54px;
}

@media (max-width: 980px) {
  main {
    width: min(100% - 24px, 760px);
  }

  .brand-row,
  .news-grid,
  .content-layout,
  .topic-band,
  .article-shell {
    grid-template-columns: 1fr;
  }

  .rail,
  .article-rail {
    position: static;
  }

  .top-ad {
    min-height: 70px;
  }
}

@media (max-width: 640px) {
  main {
    width: min(100% - 18px, 520px);
  }

  .utility-bar {
    font-size: 12px;
  }

  .brand-row {
    padding: 16px 0;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand strong {
    font-size: 30px;
  }

  .breaking-strip {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .breaking-strip strong {
    min-height: 42px;
  }

  .breaking-strip div {
    padding: 12px;
  }

  .lead-copy,
  .listing-header {
    padding: 18px;
  }

  .lead-copy h1,
  .article-header h1 {
    font-size: 36px;
  }

  .lead-copy p,
  .article-header p,
  .listing-header p {
    font-size: 16px;
  }

  .news-row,
  .news-row.large {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
  }

  .news-row img,
  .news-row.large img {
    height: 112px;
  }

  .news-row h3,
  .news-row h2 {
    font-size: 17px;
  }

  .news-row p {
    display: none;
  }

  .search-panel form,
  .wide-search {
    grid-template-columns: 1fr;
  }

  .article-body p,
  .story-summary,
  .source-box {
    margin-left: 18px;
    margin-right: 18px;
  }

  .article-body p {
    font-size: 17px;
  }
}

.v2-page {
  width: min(1240px, calc(100% - 28px));
  font-family: Arial, Helvetica, sans-serif;
}

.v2-header {
  padding-top: 12px;
}

.v2-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 8px;
  color: #666;
  font-size: 13px;
}

.v2-topline div {
  display: flex;
  gap: 14px;
}

.v2-topline a {
  color: #0a4f91;
  font-weight: 800;
}

.v2-brand-row {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(260px, 360px) minmax(300px, 430px);
  gap: 16px;
  align-items: center;
  padding: 16px 0;
}

.v2-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.v2-brand > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: #151515;
  color: #fff;
  font-weight: 900;
}

.v2-brand strong {
  display: block;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 0.95;
}

.v2-brand small {
  display: block;
  margin-top: 5px;
  color: #5f6368;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.v2-header-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
}

.v2-header-search input,
.v2-search-wide input {
  min-width: 0;
  background: #fff;
}

.v2-ad {
  display: grid;
  place-items: center;
  min-height: 88px;
  border: 1px solid #d1d1d1;
  background: #f0f0f0;
  color: #777;
  font-size: 13px;
  font-weight: 800;
}

.v2-top-ad {
  min-height: 74px;
}

.v2-wide-ad {
  margin: 18px 0;
  min-height: 90px;
}

.v2-tall-ad {
  min-height: 520px;
}

.v2-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px 0;
  border-top: 3px solid #111;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
}

.v2-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 18px 20px;
  border: 1px solid #d4d4d4;
  background: #f7f8fa;
  box-shadow: inset 0 -3px 0 rgba(23, 78, 166, 0.18);
  color: #111;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.v2-nav a:first-child {
  background: #111;
  border-color: #111;
  color: #fff;
  box-shadow: inset 0 -4px 0 #174ea6;
}

.v2-nav a:last-child {
  background: #f3f7ff;
  border-color: #b9c9e8;
  color: #174ea6;
}

.v2-nav a:hover,
.v2-nav a:focus-visible {
  background: #174ea6;
  border-color: #174ea6;
  color: #fff;
  box-shadow: inset 0 -4px 0 #111;
}

.v2-breaking {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0;
  align-items: center;
  height: 38px;
  margin: 10px 0 12px;
  border: 1px solid #151515;
  background: #fff;
  font-size: 14px;
  overflow: hidden;
}

.v2-breaking b {
  align-self: stretch;
  display: grid;
  place-items: center;
  background: #c41230;
  color: #fff;
  padding: 0 14px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.v2-breaking-window {
  min-width: 0;
  overflow: hidden;
}

.v2-breaking-track {
  display: flex;
  width: max-content;
  animation: v2Ticker 46s linear infinite;
}

.v2-breaking-track:hover {
  animation-play-state: paused;
}

.v2-breaking-track a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  padding: 0 28px;
  color: #151515;
  font-weight: 850;
  line-height: 36px;
  white-space: nowrap;
}

.v2-breaking-track a:hover,
.v2-breaking-track a:focus-visible {
  color: #0a4f91;
}

.v2-breaking-track span {
  color: #c41230;
  font-size: 11px;
  font-weight: 900;
}

@keyframes v2Ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.v2-top-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 1.05fr) 300px;
  gap: 16px;
  align-items: start;
}

.v2-lead,
.v2-mini-story,
.v2-side-panel,
.v2-category-module,
.v2-widget,
.v2-article-body,
.v2-article-sidebar,
.v2-listing-top,
.v2-list-row {
  border: 1px solid #d8d8d8;
  background: #fff;
}

.v2-lead img {
  width: 100%;
  height: 205px;
}

.v2-lead div {
  padding: 14px;
}

.v2-kicker,
.v2-lead span,
.v2-list-row span,
.v2-mini-story span {
  color: #c41230;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.v2-lead h1 {
  margin: 7px 0 8px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.06;
}

.v2-lead p {
  margin-bottom: 10px;
  color: #5f6368;
  line-height: 1.55;
}

.v2-lead time,
.v2-mini-story time,
.v2-category-module time,
.v2-list-row time {
  color: #777;
  font-size: 12px;
  font-weight: 800;
}

.v2-secondary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.v2-mini-story {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  min-height: 100px;
  padding: 9px;
}

.v2-mini-story:first-child {
  grid-column: span 2;
  grid-template-columns: 150px minmax(0, 1fr);
}

.v2-mini-story img {
  width: 100%;
  height: 82px;
}

.v2-mini-story:first-child img {
  height: 112px;
}

.v2-mini-story h3 {
  display: -webkit-box;
  margin: 4px 0 6px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.v2-side-panel {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.v2-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #151515;
  margin-bottom: 10px;
}

.v2-section-title.tight {
  margin-bottom: 8px;
}

.v2-section-title h2 {
  margin-bottom: 7px;
  font-size: 19px;
}

.v2-section-title a {
  color: #0a4f91;
  font-size: 13px;
  font-weight: 900;
}

.v2-timeline,
.v2-rank,
.v2-link-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-timeline li {
  display: grid;
  gap: 3px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
}

.v2-timeline a,
.v2-rank a,
.v2-link-list a {
  font-weight: 850;
  line-height: 1.35;
}

.v2-main-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.v2-modules {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.v2-category-module {
  padding: 13px;
}

.v2-category-feature {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 10px;
}

.v2-category-feature img {
  width: 100%;
  height: 92px;
}

.v2-category-feature h3 {
  display: -webkit-box;
  margin: 0 0 6px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v2-category-feature p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v2-link-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  border-top: 1px solid #ededed;
  padding-top: 8px;
}

.v2-link-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v2-sidebar,
.v2-article-sidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 12px;
}

.v2-widget {
  padding: 13px;
}

.v2-rank {
  counter-reset: rank;
}

.v2-rank li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 10px 34px;
}

.v2-rank li::before {
  counter-increment: rank;
  content: counter(rank);
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  background: #151515;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.v2-rank span {
  display: block;
  margin-top: 5px;
  color: #777;
  font-size: 12px;
}

.v2-category-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.v2-category-index a {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e2e2e2;
  padding: 8px;
  font-size: 13px;
  font-weight: 900;
}

.v2-category-index span {
  color: #777;
}

.v2-back {
  display: inline-flex;
  margin-bottom: 12px;
  color: #0a4f91;
  font-weight: 900;
}

.v2-article-top,
.v2-listing-top {
  max-width: 940px;
  margin: 24px auto 16px;
}

.v2-article-top h1,
.v2-listing-top h1 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.05;
}

.v2-article-top p,
.v2-listing-top p {
  color: #666;
  font-size: 18px;
  line-height: 1.65;
}

.v2-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #666;
  font-size: 13px;
  font-weight: 800;
}

.v2-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 320px;
  gap: 18px;
  align-items: start;
  margin-bottom: 50px;
}

.v2-article-body {
  padding-bottom: 24px;
}

.v2-article-image {
  width: 100%;
  height: 260px;
}

.v2-share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 24px;
  padding: 14px 0;
}

.v2-share-bar span {
  color: #555;
  font-weight: 900;
}

.v2-share-bar button {
  min-height: 34px;
  padding: 0 12px;
  font-size: 13px;
}

.v2-share-bar small {
  min-height: 18px;
  color: #174ea6;
  font-size: 13px;
  font-weight: 900;
}

.v2-article-body p {
  margin: 20px 24px 0;
  font-size: 19px;
  line-height: 1.85;
}

.v2-source-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 24px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 14px 0;
  color: #666;
  font-size: 14px;
  font-weight: 800;
}

.v2-source-box span {
  color: #555;
}

.v2-source-box a {
  color: #174ea6;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.v2-inline-ad {
  display: grid;
  place-items: center;
  min-height: 180px;
  margin: 24px;
  border: 1px solid #d1d1d1;
  background: #f0f0f0;
  color: #777;
  font-weight: 900;
}

.v2-ad-contact {
  align-content: center;
  justify-items: center;
  gap: 9px;
  min-height: 250px;
  border: 1px solid #d3d7de;
  background: #fff;
  color: #222;
  padding: clamp(14px, 2vw, 22px);
  text-align: center;
}

.v2-ad-contact.v2-top-ad,
.v2-ad-contact.v2-wide-ad {
  min-height: 140px;
}

.v2-ad-contact.v2-inline-ad {
  min-height: 280px;
}

.v2-ad-contact.v2-tall-ad {
  min-height: 520px;
}

.v2-ad-contact strong {
  color: #111;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.1;
  font-weight: 900;
}

.v2-ad-contact > span {
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.v2-ad-contact-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
  min-width: 0;
}

.v2-ad-contact-email span {
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.v2-ad-contact-email span::before {
  content: "✉";
  margin-right: 5px;
  color: #174ea6;
}

.v2-ad-contact-email a {
  color: #174ea6;
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.v2-ad-contact-email a:hover,
.v2-ad-contact-email a:focus-visible {
  color: #0f3f88;
}

.v2-ad-contact p,
.v2-ad-contact small {
  margin: 0;
}

.v2-ad-contact p {
  display: inline-block;
  border-radius: 4px;
  background: #ffd84d;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  padding: 5px 8px;
}

.v2-ad-contact small {
  color: #666;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.v2-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 32px 0 0;
  border-top: 3px solid #111;
  padding: 22px 0 30px;
}

.v2-footer > div:first-child strong,
.v2-footer > div:first-child span {
  display: block;
}

.v2-footer > div:first-child strong {
  font-size: 18px;
  font-weight: 900;
}

.v2-footer > div:first-child span {
  margin-top: 4px;
  color: #666;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.v2-prev-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px;
}

.v2-prev-next a {
  border: 1px solid #e2e2e2;
  padding: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.v2-prev-next span {
  display: block;
  margin-bottom: 5px;
  color: #777;
  font-size: 12px;
}

.v2-article-sidebar {
  position: sticky;
}

.v2-listing-top {
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 22px;
}

.v2-search-wide {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.v2-listing {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto 50px;
}

.v2-list-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
}

.v2-list-row img {
  width: 100%;
  height: 125px;
}

.v2-list-row h2 {
  margin: 5px 0 7px;
  font-size: 22px;
  line-height: 1.2;
}

.v2-list-row p {
  color: #666;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .v2-brand-row,
  .v2-top-grid,
  .v2-main-layout,
  .v2-article-layout {
    grid-template-columns: 1fr;
  }

  .v2-top-ad {
    min-height: 70px;
  }

  .v2-sidebar,
  .v2-article-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .v2-page {
    width: min(100% - 18px, 520px);
  }

  .v2-topline {
    font-size: 12px;
  }

  .v2-brand-row {
    gap: 10px;
  }

  .v2-brand > span {
    width: 46px;
    height: 46px;
  }

  .v2-brand strong {
    font-size: 29px;
  }

  .v2-header-search,
  .v2-search-wide,
  .v2-modules,
  .v2-prev-next {
    grid-template-columns: 1fr;
  }

  .v2-nav {
    gap: 8px;
    padding: 9px 0;
  }

  .v2-nav a {
    min-height: 58px;
    padding: 14px 10px;
    font-size: 20px;
  }

  .v2-breaking {
    grid-template-columns: auto minmax(0, 1fr);
    height: 36px;
  }

  .v2-breaking b {
    padding: 0 10px;
    font-size: 11px;
  }

  .v2-breaking-window {
    height: 34px;
  }

  .v2-breaking-track {
    display: grid;
    width: auto;
    animation: v2MobileTicker 15s steps(3) infinite;
  }

  .v2-breaking-track:hover {
    animation-play-state: paused;
  }

  .v2-breaking-track a:nth-child(n + 4) {
    display: none;
  }

  .v2-breaking-track a {
    display: block;
    width: 100%;
    min-width: 0;
    height: 34px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px;
  }

  .v2-breaking-track span {
    margin-right: 6px;
  }

  @keyframes v2MobileTicker {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(-102px);
    }
  }

  .v2-lead {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .v2-lead img {
    height: 100%;
    min-height: 158px;
  }

  .v2-lead div {
    padding: 11px;
  }

  .v2-lead h1 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 22px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .v2-lead p {
    display: none;
  }

  .v2-secondary-grid {
    grid-template-columns: 1fr;
  }

  .v2-mini-story,
  .v2-mini-story:first-child,
  .v2-category-feature,
  .v2-list-row {
    grid-column: auto;
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .v2-mini-story img,
  .v2-mini-story:first-child img,
  .v2-category-feature img,
  .v2-list-row img {
    height: 88px;
  }

  .v2-category-feature p,
  .v2-list-row p {
    display: none;
  }

  .v2-category-index {
    grid-template-columns: 1fr;
  }

  .v2-article-top h1,
  .v2-listing-top h1 {
    font-size: 32px;
  }

  .v2-article-top p,
  .v2-listing-top p {
    font-size: 16px;
  }

  .v2-article-image {
    height: 190px;
  }

  .v2-article-body p,
  .v2-share-bar,
  .v2-source-box,
  .v2-inline-ad,
  .v2-prev-next {
    margin-left: 16px;
    margin-right: 16px;
  }

  .v2-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .v2-ad-contact {
    padding: 18px 14px;
  }

  .v2-ad-contact strong {
    font-size: 22px;
  }

  .v2-ad-contact-email a {
    font-size: 17px;
  }
}

.classifieds-preview-page {
  min-height: 100vh;
  background: #fff;
  color: #111;
  font-family: Arial, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.classifieds-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 14px max(16px, calc((100vw - 1120px) / 2));
}

.classifieds-preview-brand {
  display: grid;
  line-height: 1.15;
}

.classifieds-preview-brand strong {
  font-size: 20px;
  font-weight: 900;
}

.classifieds-preview-brand span {
  color: #666;
  font-size: 12px;
  font-weight: 900;
}

.classifieds-preview-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  color: #174ea6;
  font-size: 14px;
  font-weight: 900;
}

.classifieds-preview-main {
  width: min(1120px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 20px 0 42px;
}

.classifieds-preview-note,
.classifieds-preview-hero,
.classifieds-preview-panel,
.classifieds-preview-card,
.classifieds-preview-form-card,
.classifieds-preview-account {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
}

.classifieds-preview-note {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 14px;
  color: #555;
  font-size: 14px;
}

.classifieds-preview-note b {
  color: #111;
}

.classifieds-preview-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.classifieds-preview-eyebrow {
  color: #666;
  font-size: 12px;
  font-weight: 900;
}

.classifieds-preview-hero h1,
.classifieds-preview-form-card h2,
.classifieds-preview-account h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
}

.classifieds-preview-hero p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.classifieds-preview-primary,
.classifieds-preview-search button,
.classifieds-preview-form-card button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  background: #174ea6;
  color: #fff;
  padding: 0 16px;
  font-weight: 900;
  cursor: pointer;
}

.classifieds-preview-panel {
  margin-top: 18px;
  padding: 22px;
}

.classifieds-preview-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.classifieds-preview-field {
  display: grid;
  gap: 7px;
  color: #333;
  font-weight: 900;
}

.classifieds-preview-field input,
.classifieds-preview-field textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.classifieds-preview-field input {
  min-height: 46px;
  padding: 0 12px;
}

.classifieds-preview-field textarea {
  min-height: 120px;
  padding: 12px;
  resize: vertical;
}

.classifieds-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.classifieds-preview-card {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.classifieds-preview-card strong {
  font-size: 20px;
}

.classifieds-preview-card span,
.classifieds-preview-title span,
.classifieds-preview-form-card p {
  color: #666;
  font-size: 14px;
}

.classifieds-preview-safety-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.classifieds-preview-safety-row article {
  border: 1px solid #e5e5e5;
  border-left: 4px solid #777;
  border-radius: 8px;
  background: #f8f9fb;
  padding: 16px;
}

.classifieds-preview-safety-row strong {
  display: block;
  color: #111;
  font-size: 17px;
}

.classifieds-preview-safety-row p {
  margin: 8px 0 0;
  color: #666;
  line-height: 1.6;
}

.classifieds-preview-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.classifieds-preview-title h2 {
  margin: 0;
}

.classifieds-preview-list {
  margin: 14px 0 0;
  padding-left: 20px;
  line-height: 1.8;
}

.classifieds-preview-category-detail {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  border: 2px solid #111;
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.classifieds-preview-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.classifieds-preview-filter-row button {
  min-height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #f6f7f8;
  color: #111;
  padding: 0 12px;
  font-weight: 900;
}

.classifieds-preview-job-list {
  display: grid;
  gap: 10px;
}

.classifieds-preview-job {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 12px;
}

.classifieds-preview-job strong,
.classifieds-preview-job > div > span {
  display: block;
}

.classifieds-preview-job strong {
  font-size: 18px;
}

.classifieds-preview-job > div > span {
  margin-top: 6px;
  color: #666;
  font-size: 14px;
}

.classifieds-preview-job b {
  color: #174ea6;
  white-space: nowrap;
}

.classifieds-preview-job-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.classifieds-preview-job-title span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.classifieds-preview-job-title .verified {
  background: #e6f4ea;
  color: #137333;
}

.classifieds-preview-job-title .unverified {
  background: #fdecec;
  color: #b3261e;
}

.classifieds-preview-screens {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.classifieds-preview-form-card,
.classifieds-preview-account {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.classifieds-preview-form-card p {
  margin: 0;
}

.classifieds-preview-form-card a {
  color: #174ea6;
  font-weight: 900;
}

.classifieds-preview-wide {
  grid-column: 1 / -1;
}

.classifieds-preview-verify-box,
.classifieds-preview-public-box {
  display: grid;
  gap: 14px;
  border-radius: 8px;
  padding: 16px;
}

.classifieds-preview-verify-box {
  border: 1px solid #111;
  background: #f8f9fb;
}

.classifieds-preview-public-box {
  border: 1px solid #d8d8d8;
  background: #fff;
}

.classifieds-preview-verify-box h3,
.classifieds-preview-public-box h3 {
  margin: 0;
  font-size: 20px;
}

.classifieds-preview-verify-box p,
.classifieds-preview-public-box p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.classifieds-preview-account dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.classifieds-preview-account dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}

.classifieds-preview-account dt {
  color: #666;
  font-weight: 900;
}

.classifieds-preview-account dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.classifieds-preview-placeholder {
  border: 1px dashed #bbb;
  border-radius: 8px;
  background: #f6f7f8;
  color: #666;
  padding: 16px;
}

@media (max-width: 720px) {
  .classifieds-preview-header,
  .classifieds-preview-hero,
  .classifieds-preview-search,
  .classifieds-preview-grid,
  .classifieds-preview-safety-row,
  .classifieds-preview-screens,
  .classifieds-preview-job,
  .classifieds-preview-account dl div {
    grid-template-columns: 1fr;
  }

  .classifieds-preview-header {
    align-items: start;
  }

  .classifieds-preview-header nav {
    justify-content: start;
  }

  .classifieds-preview-note {
    align-items: start;
    flex-direction: column;
  }

  .classifieds-preview-hero {
    padding: 18px;
  }

  .classifieds-preview-primary,
  .classifieds-preview-search button,
  .classifieds-preview-form-card button {
    width: 100%;
  }
}

.v3-page {
  width: min(1280px, calc(100% - 28px));
  color: #151515;
}

.v3-header {
  padding-top: 12px;
}

.v3-brand-row {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(420px, 620px);
  gap: 18px;
  align-items: center;
  padding: 15px 0;
}

.v3-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr) minmax(250px, 0.55fr);
  gap: 14px;
  align-items: start;
}

.v3-top-story,
.v3-latest,
.v3-hot,
.v3-section-card,
.v3-local-priority {
  border: 1px solid #d8d8d8;
  background: #fff;
}

.v3-top-story,
.v3-latest,
.v3-hot {
  min-height: 510px;
}

.v3-block-title,
.v3-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid #151515;
  padding: 10px 12px 8px;
}

.v3-block-title h2,
.v3-section-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1;
}

.v3-block-title span,
.v3-section-head a {
  color: #777;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v3-section-head a {
  color: #0a4f91;
}

.v3-lead-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 0.48fr);
  gap: 14px;
  padding: 12px;
  border-bottom: 1px solid #e7e7e7;
}

.v3-lead-card img {
  width: 100%;
  height: 218px;
}

.v3-kicker,
.v3-subhead span,
.v3-section-feature span,
.v3-local-strip span {
  color: #c41230;
  font-size: 12px;
  font-weight: 900;
}

.v3-lead-card h1 {
  margin: 7px 0 8px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.04;
}

.v3-lead-card p {
  display: -webkit-box;
  margin-bottom: 9px;
  overflow: hidden;
  color: #5f6368;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.v3-lead-card time,
.v3-subhead time {
  color: #777;
  font-size: 12px;
  font-weight: 800;
}

.v3-subhead-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.v3-subhead {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 9px;
  min-height: 104px;
  border-right: 1px solid #e7e7e7;
  padding: 10px;
}

.v3-subhead:last-child {
  border-right: 0;
}

.v3-subhead img {
  width: 100%;
  height: 74px;
}

.v3-subhead h3 {
  display: -webkit-box;
  margin: 3px 0 4px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.v3-latest ol,
.v3-hot ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v3-latest li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 9px;
  border-bottom: 1px solid #e9e9e9;
  padding: 9px 10px;
}

.v3-latest li:not(:has(img)) {
  grid-template-columns: 1fr;
}

.v3-latest img {
  width: 58px;
  height: 48px;
}

.v3-latest time {
  display: block;
  margin-bottom: 3px;
  color: #777;
  font-size: 12px;
  font-weight: 800;
}

.v3-latest a {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v3-hot li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px;
  border-bottom: 1px solid #e9e9e9;
  padding: 11px 10px;
}

.v3-hot li > span {
  color: #c41230;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.v3-hot a {
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.v3-local-priority {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 16px;
  padding: 14px;
}

.v3-local-priority h2 {
  margin-bottom: 6px;
  font-size: 22px;
}

.v3-local-priority p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.v3-local-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.v3-local-strip a {
  display: grid;
  gap: 5px;
  border-left: 3px solid #c41230;
  background: #f7f7f7;
  padding: 9px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}

.v3-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.v3-section-card {
  padding-bottom: 10px;
}

.v3-section-feature {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 11px;
  padding: 11px 12px 9px;
}

.v3-section-feature img {
  width: 100%;
  height: 88px;
}

.v3-section-feature h3 {
  display: -webkit-box;
  margin: 4px 0 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v3-dense-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 12px;
  list-style: none;
}

.v3-dense-list li {
  border-top: 1px solid #ededed;
  padding: 8px 0;
}

.v3-dense-list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 820;
}

.v3-dense-list a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  vertical-align: middle;
  background: #c41230;
}

.v3-bottom-ad-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 18px 0 54px;
}

.newsletter-button {
  min-height: 38px;
  border: 1px solid #c41230;
  background: #c41230;
  color: #fff;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 900;
}

.newsletter-button.compact {
  min-height: 28px;
  padding: 0 10px;
  font-size: 13px;
}

.newsletter-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: block;
  background: rgb(0 0 0 / 0.45);
  padding: 0;
  overflow-y: auto;
}

.newsletter-modal {
  position: relative;
  width: min(460px, 90vw);
  max-width: 100%;
  height: auto;
  min-height: 0;
  margin: 12vh auto 0;
  border: 1px solid #151515;
  background: #fff;
  padding: 52px 18px 24px;
  box-shadow: 0 24px 80px rgb(0 0 0 / 0.24);
  overflow: hidden;
}

.newsletter-modal.v2-newsletter-modal {
  height: auto;
  min-height: 0;
  max-height: fit-content;
  padding-bottom: 24px;
}

.newsletter-close {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  background: #151515;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.newsletter-inline span {
  color: #c41230;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-inline p {
  color: #666;
  line-height: 1.55;
}

.newsletter-form {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.newsletter-form label,
.newsletter-form label span {
  display: block;
  width: 100%;
}

.newsletter-form label span {
  margin-bottom: 7px;
  color: #151515;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}

.newsletter-form input,
.newsletter-form button {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.newsletter-form input {
  height: 50px;
  margin: 0 0 12px;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsletter-form button {
  height: 50px;
  margin: 0;
  padding: 0 16px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}

.newsletter-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid #d8d8d8;
  border-left: 5px solid #c41230;
  background: #fff;
  margin: 0 0 18px;
  padding: 14px 16px;
}

.newsletter-inline h2 {
  margin: 5px 0 4px;
  font-size: 22px;
  line-height: 1.1;
}

.newsletter-inline p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1120px) {
  .v3-brand-row,
  .v3-hero-grid,
  .v3-local-priority {
    grid-template-columns: 1fr;
  }

  .v3-top-story,
  .v3-latest,
  .v3-hot {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .v3-page {
    width: min(100% - 18px, 520px);
  }

  .v3-lead-card,
  .v3-subhead-grid,
  .v3-local-strip,
  .v3-section-grid,
  .v3-bottom-ad-row,
  .newsletter-inline {
    grid-template-columns: 1fr;
  }

  .v3-lead-card img {
    height: 170px;
  }

  .v3-lead-card h1 {
    font-size: 28px;
  }

  .v3-subhead,
  .v3-section-feature {
    grid-template-columns: 104px minmax(0, 1fr);
    border-right: 0;
    border-top: 1px solid #e7e7e7;
  }

  .v3-subhead img,
  .v3-section-feature img {
    height: 82px;
  }

  .v3-latest li {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .v3-local-priority {
    margin-top: 12px;
  }

  .newsletter-modal {
    width: 90vw;
    height: auto;
    min-height: 0;
    margin-top: 10vh;
    padding: 52px 14px 24px;
  }
}
