:root {
  --red: #e30613;
  --deep-red: #ad0008;
  --dark: #08131d;
  --muted: #667085;
  --line: #e7eaf0;
  --soft: #f6f7f9;
  --text: #111827;
  --green: #18b957;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: #fff; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; object-fit: cover; }
.container { width: min(1320px, calc(100% - 40px)); margin: 0 auto; }
.topbar { border-bottom: 1px solid var(--line); font-size: 13px; }
.topbar-inner, .header-inner, .breaking-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-inner { min-height: 44px; }
.language-nav, .top-actions { display: flex; align-items: center; gap: 22px; }
.top-actions .live-button, .live-button { background: var(--red); color: #fff; padding: 9px 16px; border-radius: 4px; font-weight: 700; }
.main-header { position: sticky; top: 0; z-index: 10; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 70px; }
.brand, .admin-logo { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 30px; color: var(--red); }
.brand.has-logo { min-width: 0; }
.brand-logo-img { display: block; max-width: 190px; max-height: 54px; object-fit: contain; }
.footer-brand .brand-logo-img { max-width: 170px; max-height: 58px; }
.brand-mark, .admin-logo span { width: 0; height: 0; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 34px solid var(--red); transform: rotate(-45deg); display: inline-block; }
.brand-live, .brand b { background: var(--red); color: #fff; padding: 4px 7px; border-radius: 2px; font-size: 20px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: 14px; }
.primary-nav a { padding: 27px 0; border-bottom: 3px solid transparent; }
.primary-nav a.active { color: var(--red); border-color: var(--red); }
.site-search { display: flex; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.site-search input { width: 120px; border: 0; padding: 9px 4px 9px 14px; outline: 0; }
.site-search button { border: 0; background: #fff; padding: 0 12px; font-size: 18px; }
.mobile-menu-toggle { display: none; border: 0; background: #fff; font-size: 26px; }
.breaking-strip { background: linear-gradient(90deg, var(--red), #7e0005); color: #fff; }
.breaking-inner { min-height: 38px; }
.breaking-inner strong { background: var(--red); padding: 8px 16px; border-radius: 3px; }
.breaking-inner marquee { flex: 1; }
.breaking-inner a { font-weight: 700; }
.page-home, .two-column-page, .article-layout, .profile-page { padding: 22px 0 34px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(320px, .95fr) minmax(250px, .75fr); gap: 20px; }
.top-story { min-height: 500px; border-radius: 6px; overflow: hidden; position: relative; background: #000; }
.top-story img { width: 100%; height: 100%; position: absolute; inset: 0; opacity: .78; }
.top-overlay { position: absolute; inset: auto 0 0; padding: 30px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.92)); }
.label { display: inline-block; background: var(--red); color: #fff; border-radius: 3px; padding: 5px 9px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.top-overlay h1 { font-size: clamp(26px, 4vw, 42px); margin: 18px 0 12px; max-width: 780px; }
.top-overlay p { font-size: 17px; line-height: 1.65; max-width: 760px; }
.full-link { position: absolute; inset: 0; }
.panel, .story-card, .newsletter-card, .whatsapp-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.panel { padding: 16px; box-shadow: 0 4px 18px rgba(16,24,40,.04); }
.section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; gap: 16px; }
.section-head h2 { margin: 0; font-size: 18px; text-transform: uppercase; }
.section-head a { color: var(--red); font-size: 13px; font-weight: 700; }
.side-news-item { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.side-news-item:last-child { border-bottom: 0; }
.side-news-item img { width: 92px; height: 64px; border-radius: 4px; }
.side-news-item a { font-weight: 800; line-height: 1.35; }
.side-news-item small { display: block; margin-top: 8px; color: var(--muted); }
.rank { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #fff0f0; color: var(--red); font-weight: 800; }
.live-tv-card { min-height: 150px; border-radius: 6px; background: radial-gradient(circle at right, #ff3838, #b50009); color: #fff; padding: 18px; display: grid; gap: 16px; }
.live-tv-card button, .btn { border: 0; border-radius: 5px; padding: 10px 16px; font-weight: 800; cursor: pointer; }
.btn-primary { background: var(--red); color: #fff; }
.btn-outline { background: #fff; color: var(--red); border: 1px solid var(--red); }
.btn-success { background: #12b84f; color: #fff; }
.epaper-card { margin-top: 16px; }
.paper-preview { height: 88px; margin: 10px 0; border-radius: 4px; background: repeating-linear-gradient(0deg, #fff, #fff 8px, #eee 9px), linear-gradient(90deg, #fff, #ffdede); border: 1px solid var(--line); }
.quick-links, .topics, .state-tabs, .pill-row, .share-row, .tags, .tabs { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.quick-links { margin: 20px 0; display: grid; grid-template-columns: repeat(9, 1fr); }
.quick-links a { border: 1px solid var(--line); border-radius: 8px; min-height: 84px; display: grid; place-items: center; gap: 7px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.quick-links span { color: var(--red); font-size: 26px; }
.topics { margin: 20px 0 26px; }
.topics a, .pill-row a, .tags a { background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 8px 17px; color: #475467; font-size: 13px; }
.pill-row a.active { background: var(--red); color: #fff; border-color: var(--red); }
.card-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-bottom: 26px; }
.card-row.compact { grid-template-columns: repeat(5, 1fr); }
.story-card { overflow: hidden; }
.story-image { position: relative; display: block; }
.story-image img { width: 100%; height: 150px; }
.play-dot { position: absolute; right: 10px; bottom: 10px; background: rgba(0,0,0,.75); color: #fff; border-radius: 50%; width: 34px; height: 34px; display: grid; place-items: center; }
.story-body { padding: 12px; }
.story-title { display: block; font-weight: 800; line-height: 1.35; }
.story-body p { color: #344054; line-height: 1.5; font-size: 13px; }
.story-body span { color: var(--muted); font-size: 12px; }
.story-body b, .category-item b { color: var(--red); }
.split-section { display: grid; grid-template-columns: 1.9fr .8fr; gap: 20px; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.photo-grid img { height: 88px; width: 100%; border-radius: 6px; }
.web-story-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-bottom: 28px; }
.web-story { min-height: 260px; border-radius: 8px; overflow: hidden; position: relative; color: #fff; background: #111; }
.web-story img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .78; }
.web-story span, .web-story strong { position: absolute; left: 14px; right: 14px; z-index: 1; }
.web-story span { bottom: 74px; color: #7cff8e; font-size: 12px; }
.web-story strong { bottom: 18px; line-height: 1.4; }
.state-tabs { margin-bottom: 16px; }
.state-tabs button { border: 0; background: #fff; padding: 8px 12px; font-weight: 700; }
.category-blocks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.two-column-page, .article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; }
.breadcrumb { color: #667085; font-size: 13px; margin-bottom: 20px; }
.content-column h1, .article-main h1 { font-size: clamp(28px, 4vw, 44px); line-height: 1.15; margin: 0 0 16px; }
.category-list { display: grid; gap: 18px; margin-top: 24px; }
.category-item { display: grid; grid-template-columns: 320px 1fr 36px; gap: 22px; padding-bottom: 20px; border-bottom: 1px solid var(--line); align-items: start; }
.category-item img { height: 210px; width: 100%; border-radius: 6px; }
.category-item h2 { font-size: 28px; margin: 0 0 14px; line-height: 1.25; }
.category-item p, .article-excerpt, .article-content { line-height: 1.8; color: #344054; }
.save-button { border: 0; background: #fff; font-size: 24px; }
.sidebar-column { display: grid; gap: 18px; align-content: start; }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; font-size: 12px; }
.social-grid a { padding: 12px 8px; border-radius: 7px; background: var(--soft); text-align: center; }
.pagination { margin: 26px 0; display: flex; gap: 8px; }
.pagination a, .pagination span { padding: 10px 13px; border: 1px solid var(--line); border-radius: 5px; }
.pagination .active { background: var(--red); color: #fff; border-color: var(--red); }
.article-meta { color: #667085; margin-bottom: 18px; }
.share-row a { border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 13px; }
.article-main figure { margin: 22px 0; }
.article-main figure img { width: 100%; max-height: 520px; border-radius: 6px; }
.article-main figcaption { color: var(--muted); font-size: 13px; margin-top: 8px; }
.key-box, .author-box, .read-more { background: var(--soft); border-radius: 8px; padding: 18px; margin: 22px 0; }
.read-more a { display: block; color: var(--red); font-weight: 800; margin: 8px 0; }
.author-box { display: flex; gap: 16px; align-items: center; }
.author-box img { width: 70px; height: 70px; border-radius: 50%; }
.profile-hero { border: 1px solid var(--line); border-radius: 8px; padding: 46px; background: linear-gradient(160deg, #eef2f7, #fff 58%); display: grid; grid-template-columns: 130px 1fr auto; gap: 24px; align-items: center; }
.profile-avatar { width: 130px; height: 130px; border-radius: 50%; border: 8px solid #fff; }
.profile-hero h1 span { color: var(--red); font-size: 16px; }
.profile-actions { display: flex; gap: 12px; }
.profile-stats { border: 1px solid var(--line); border-top: 0; display: grid; grid-template-columns: repeat(5, 1fr); padding: 18px; }
.profile-stats span { text-align: center; color: #475467; }
.profile-stats b { display: block; color: #101828; font-size: 24px; }
.profile-layout { display: grid; grid-template-columns: 1fr 360px; gap: 36px; margin-top: 30px; }
.tabs { border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.tabs a { padding: 14px 18px; font-weight: 800; }
.tabs .active { color: var(--red); border-bottom: 3px solid var(--red); }
.profile-post { display: grid; grid-template-columns: 290px 1fr; gap: 26px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.profile-post img { height: 175px; width: 100%; border-radius: 6px; }
.status-badge { color: var(--red); background: #fff0f1; padding: 5px 8px; border-radius: 4px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.load-more { display: block; margin: 26px auto; border: 1px solid #bfc5cf; background: #fff; border-radius: 6px; padding: 13px 60px; font-weight: 800; }
.progress { background: #e9edf3; height: 10px; border-radius: 999px; overflow: hidden; }
.progress span { display: block; background: #12b84f; height: 100%; }
.newsletter-band { border-top: 1px solid var(--line); padding: 20px 0; }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.newsletter-card, .whatsapp-card { padding: 18px; display: flex; align-items: center; gap: 18px; }
.newsletter-icon { font-size: 34px; color: var(--red); }
.newsletter-card input { flex: 1; border: 1px solid var(--line); border-radius: 4px; padding: 12px; }
.site-footer { background: var(--footer-dark, #07121c); color: #d4dce7; padding: 34px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 36px; }
.site-footer h4 { color: #fff; text-transform: uppercase; }
.site-footer a { display: block; margin: 9px 0; }
.footer-brand { color: #fff; }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 34px; height: 34px; border: 1px solid #53606d; border-radius: 50%; display: grid; place-items: center; }

/* Real social icon pass */
.social-icons {
  display: flex;
  align-items: center;
  gap: 9px;
}
.social-icons a,
.follow-mini a,
.follow-icons a::before,
.social-row a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  border: 0;
  font-size: 0;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.14);
}
.social-icons a::before,
.follow-mini a::before,
.follow-icons a::before,
.social-row a::before {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.wa { background: #25d366; }
.yt { background: #ff0000; }
.fb { background: #1877f2; }
.tw { background: #1d9bf0; }
.ig { background: radial-gradient(circle at 30% 105%, #fdf497 0 18%, #fd5949 42%, #d6249f 68%, #285aeb 100%); }
.tg { background: #229ed9; }
.wa::before { content: "W"; font-size: 12px !important; }
.yt::before { content: ""; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid #fff; margin-left: 2px; }
.fb::before { content: "f"; font-size: 17px !important; font-family: Arial, Helvetica, sans-serif; }
.tw::before { content: "X"; font-size: 13px !important; }
.ig::before { content: ""; width: 13px; height: 13px; border: 2px solid #fff; border-radius: 4px; box-shadow: inset 0 0 0 2px transparent; }
.ig::after { content: ""; position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #fff; transform: translate(5px, -5px); }
.tg::before { content: ""; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 4px solid transparent; border-left: 13px solid #fff; transform: rotate(-18deg); margin-left: 1px; }
.social-icons a,
.follow-mini a,
.follow-icons a,
.social-row a {
  position: relative;
}
.app-badge { border: 1px solid #53606d; border-radius: 6px; padding: 12px; margin: 10px 0; color: #fff; }
.copyright { text-align: center; color: #98a2b3; margin: 26px 0 0; }
.copyright a { display: inline; color: #fff; font-weight: 800; }
.setup-complete { max-width: 680px; margin: 10vh auto; padding: 40px; border: 1px solid var(--line); border-radius: 10px; }

.reporter-page {
  padding: 26px 0 44px;
}
.reporter-hero {
  min-height: 210px;
  border-radius: 10px;
  padding: 42px;
  background: linear-gradient(135deg, var(--red), #7f0005);
  color: #fff;
  display: grid;
  align-content: center;
  margin-bottom: 26px;
}
.reporter-hero span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.reporter-hero h1 {
  margin: 8px 0 10px;
  font-size: 44px;
  line-height: 1;
}
.reporter-hero p {
  max-width: 620px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}
.reporter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.reporter-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16,24,40,.06);
}
.press-id-card {
  width: min(100%, 360px);
  min-height: 520px;
  margin: 18px auto;
  border: 5px solid #d5d5d5;
  background: #fff;
  text-align: center;
  box-shadow: inset 0 0 0 2px #f4f4f4;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.press-card-brand {
  min-height: 74px;
  background: #d90412;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 14px;
  text-transform: uppercase;
}
.press-card-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
}
.press-card-brand strong {
  max-width: 210px;
  font-size: 24px;
  line-height: .95;
  font-weight: 900;
  text-shadow: 1px 1px 0 #06336d;
}
.press-card-line {
  display: grid;
  grid-template-columns: 1fr auto;
  background: #101b68;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .04em;
}
.press-card-line span,
.press-card-line b {
  padding: 4px 8px;
}
.press-card-line b {
  border-left: 8px solid #fff;
}
.press-card-title {
  background: #d90412;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: .08em;
  padding: 7px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.press-card-body {
  display: grid;
  grid-template-columns: 1fr 108px 1fr;
  gap: 8px;
  align-items: center;
  padding: 8px 12px 4px;
}
.press-seal {
  width: 92px;
  height: 92px;
  border: 2px solid #111;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #333;
  font-size: 11px;
  line-height: 1.2;
  transform: rotate(-16deg);
  background: radial-gradient(circle, #fff 58%, #f2f4f7);
}
.press-photo {
  width: 108px;
  height: 126px;
  object-fit: cover;
  border: 2px solid #d7dce4;
  background: #f2f4f7;
}
.blood-box {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #111;
  font-weight: 900;
}
.blood-box span {
  font-size: 12px;
}
.blood-box b {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50% 50% 50% 8px;
  background: #e30613;
  color: #fff;
  font-size: 21px;
  transform: rotate(-35deg);
}
.blood-box b::first-line {
  transform: rotate(35deg);
}
.press-id-card h2 {
  margin: 5px 10px 2px;
  color: #111;
  font-size: 29px;
  line-height: 1.05;
  text-transform: uppercase;
  font-weight: 950;
}
.press-id-card p {
  margin: 3px 10px;
  font-size: 16px;
  font-weight: 800;
}
.press-id-card h3 {
  margin: 5px 10px 8px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: .03em;
}
.press-city {
  color: #d90412;
}
.press-ribbon {
  position: relative;
  margin: 18px 0 8px;
  background: #df0612;
  color: #fff;
  text-transform: uppercase;
  font-size: 54px;
  line-height: .95;
  letter-spacing: .08em;
  font-weight: 950;
  padding: 8px 0 10px;
  border-top: 10px solid #103ba4;
  border-bottom: 1px solid #cbd5e1;
}
.press-ribbon::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: -22px;
  height: 22px;
  background: #fff;
  border-top: 10px solid #103ba4;
  transform: skewY(-7deg);
  z-index: 0;
}
.press-ribbon {
  isolation: isolate;
}
.press-footer-id {
  color: #111;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}
.press-footer-site {
  padding: 2px 8px 10px;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 800;
  word-break: break-word;
}

/* Reporter ID card exact match pass */
.reporter-card {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.press-id-card {
  width: 318px;
  min-height: 505px;
  margin: 0 auto 14px;
  border: 4px solid #d8d8d8;
  outline: 1px solid #8e8e8e;
  background: #fff;
  box-shadow: 0 3px 10px rgba(16,24,40,.18), inset 0 0 0 2px #f5f5f5;
  position: relative;
}
.press-card-brand {
  min-height: 70px;
  background: #d50012;
  padding: 7px 12px 6px;
  gap: 0;
}
.press-card-brand img {
  width: 132px;
  height: 54px;
  padding: 3px;
  border-radius: 3px;
  background: #fff;
  object-fit: contain;
}
.press-card-brand strong {
  display: grid;
  place-items: center;
  min-width: 128px;
  min-height: 54px;
  padding: 4px 7px;
  border-radius: 3px;
  background: #073081;
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 950;
  text-shadow: 1px 1px 0 #000;
}
.press-card-line {
  grid-template-columns: 1fr 84px;
  background: #102079;
  font-size: 17px;
  line-height: 1;
  letter-spacing: .03em;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.press-card-line span,
.press-card-line b {
  padding: 5px 8px;
}
.press-card-line b {
  background: #111;
  border-left: 8px solid #fff;
}
.press-card-title {
  background: #d50012;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .08em;
  padding: 7px 4px;
  border: 0;
}
.press-card-body {
  grid-template-columns: 92px 92px 1fr;
  gap: 6px;
  min-height: 130px;
  padding: 8px 10px 0;
}
.press-seal {
  width: 86px;
  height: 86px;
  border: 2px solid #1f2937;
  font-size: 9px;
  line-height: 1.15;
  align-self: center;
  justify-self: center;
  box-shadow: inset 0 0 0 1px #d1d5db;
}
.press-photo {
  width: 90px;
  height: 116px;
  border: 1px solid #111;
  border-radius: 0;
  align-self: end;
}
.blood-box {
  align-self: center;
  gap: 5px;
  font-size: 12px;
}
.blood-box span {
  font-size: 12px;
  line-height: 1.1;
}
.blood-box b {
  width: 58px;
  height: 74px;
  border-radius: 44px 44px 44px 8px;
  background: radial-gradient(circle at 35% 30%, #ff4b54 0 20%, #e30613 42%, #b7000b 100%);
  color: #111;
  -webkit-text-stroke: 1px #fff;
  font-size: 22px;
  transform: rotate(28deg);
  box-shadow: 0 3px 5px rgba(16,24,40,.15);
}
.press-id-card h2 {
  margin: 1px 8px 1px;
  font-size: 25px;
  line-height: 1.02;
  color: #070707;
  letter-spacing: .02em;
}
.press-id-card p {
  margin: 2px 8px;
  font-size: 16px;
  line-height: 1.15;
  color: #111;
  font-weight: 850;
}
.press-id-card h3 {
  margin: 4px 8px 6px;
  font-size: 20px;
  line-height: 1.05;
  color: #111;
  font-weight: 950;
}
.press-city {
  display: none;
}
.press-ribbon {
  margin: 18px 8px 8px;
  border-top: 0;
  border-bottom: 0;
  background: #d90412;
  font-size: 51px;
  line-height: .9;
  letter-spacing: .08em;
  padding: 11px 0 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
}
.press-ribbon::before {
  left: -8px;
  right: -8px;
  top: -24px;
  height: 24px;
  background: #fff;
  border-top: 14px solid #0d43b5;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  transform: none;
}
.press-ribbon::after {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: -15px;
  height: 22px;
  border-top: 7px solid #d90412;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: -1;
}
.press-footer-id {
  font-size: 15px;
  line-height: 1.15;
}
.press-footer-site {
  color: #173f9f;
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

/* Reporter ID card final reference pass */
.reporter-grid {
  align-items: start;
}
.press-id-card {
  width: 300px;
  min-height: 466px;
  padding: 4px;
  border: 2px solid #a9a9a9;
  outline: 4px solid #ededed;
  box-shadow: 0 1px 3px rgba(0,0,0,.35), inset 0 0 0 1px #bdbdbd;
}
.press-card-brand {
  min-height: 62px;
  padding: 6px 9px;
  background: #d90013;
}
.press-card-brand img {
  display: none;
}
.press-card-brand strong {
  min-width: 132px;
  max-width: 170px;
  min-height: 48px;
  padding: 3px 8px;
  background: #17439a;
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
  font-size: 18px;
  line-height: .92;
  letter-spacing: -.02em;
  text-transform: uppercase;
  position: relative;
}
.press-card-brand strong::before {
  content: "";
  width: 34px;
  height: 34px;
  margin-right: 4px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 35%, #fff 0 16%, transparent 17%),
    radial-gradient(circle at 52% 48%, #53c7ff 0 56%, #0a51b8 57% 100%);
  box-shadow: inset 0 0 0 2px #fff;
}
.press-card-brand strong {
  grid-template-columns: 34px 1fr;
  display: grid;
  align-items: center;
}
.press-card-line {
  grid-template-columns: 1fr 76px;
  margin-top: 3px;
  border: 0;
  background: #122783;
  font-size: 16px;
}
.press-card-line span {
  text-align: left;
}
.press-card-line span,
.press-card-line b {
  padding: 4px 6px;
}
.press-card-line b {
  background: #111;
  border-left: 6px solid #fff;
}
.press-card-title {
  margin-top: 3px;
  padding: 6px 4px 5px;
  background: #d90013;
  font-size: 18px;
  color: #fff;
}
.press-card-body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 92px 1fr;
  min-height: 128px;
  padding: 7px 10px 0;
}
.press-photo {
  grid-column: 2;
  width: 88px;
  height: 116px;
  justify-self: center;
}
.press-seal {
  position: absolute;
  left: 25px;
  top: 22px;
  z-index: 2;
  width: 82px;
  height: 82px;
  background: rgba(255,255,255,.72);
  border: 2px solid #252525;
  color: #333;
  font-size: 8px;
}
.press-seal::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 40px;
  height: 2px;
  background: #111;
  transform: rotate(-18deg);
}
.blood-box {
  grid-column: 3;
  align-self: center;
  justify-self: center;
  gap: 5px;
}
.blood-box span {
  font-size: 11px;
  font-weight: 900;
}
.blood-box b {
  position: relative;
  width: 52px;
  height: 68px;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(30deg);
  background:
    radial-gradient(circle at 52% 50%, #fff 0 38%, transparent 39%),
    #e30413;
  color: #111;
  -webkit-text-stroke: 0;
  font-size: 18px;
  box-shadow: none;
}
.blood-box b::before {
  content: none;
}
.press-id-card h2 {
  margin: 2px 5px 1px;
  font-size: 25px;
  line-height: .98;
  letter-spacing: .01em;
}
.press-id-card p {
  margin: 2px 5px;
  font-size: 15px;
  line-height: 1.08;
}
.press-id-card h3 {
  margin: 3px 5px 5px;
  font-size: 19px;
  line-height: 1.05;
}
.press-ribbon {
  margin: 22px 6px 7px;
  padding: 10px 0 9px;
  font-size: 48px;
  letter-spacing: .07em;
}
.press-ribbon::before {
  left: -6px;
  right: -6px;
  top: -28px;
  height: 29px;
  border-top: 12px solid #0b3eb2;
  background: #fff;
  border-radius: 50% 50% 0 0 / 105% 105% 0 0;
}
.press-ribbon::after {
  left: -6px;
  right: -6px;
  top: -18px;
  height: 20px;
  border-top: 6px solid #d90013;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
.press-footer-id {
  font-size: 14px;
}
.press-footer-site {
  font-size: 10px;
  padding-bottom: 2px;
}
.reporter-card-top {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}
.reporter-photo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 4px solid #fff0f1;
}
.verified-pill {
  display: inline-block;
  background: #dcfae6;
  color: #067647;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 900;
}
.reporter-card h2 {
  margin: 8px 0 4px;
  font-size: 22px;
}
.reporter-card-top p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}
.reporter-id-card {
  min-height: 210px;
  margin: 18px;
  border: 1px dashed #cfd5df;
  border-radius: 10px;
  background: #f8fafc;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.reporter-id-card img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  background: #fff;
}
.generated-id {
  width: min(100% - 24px, 330px);
  min-height: 170px;
  border-radius: 12px;
  padding: 18px;
  background: linear-gradient(135deg, #fff, #f2f4f7);
  border-left: 6px solid var(--red);
  display: grid;
  align-content: center;
  gap: 8px;
}
.generated-id strong {
  color: var(--red);
  text-transform: uppercase;
}
.generated-id span {
  color: var(--muted);
  font-weight: 800;
}
.generated-id b {
  font-size: 24px;
}
.reporter-meta {
  display: grid;
  gap: 8px;
  margin: 0 18px 18px;
}
.reporter-meta div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}
.reporter-meta dt {
  color: var(--muted);
  font-weight: 800;
}
.reporter-meta dd {
  margin: 0;
  text-align: right;
  font-weight: 800;
}
.reporter-bio {
  margin: 0;
  padding: 0 18px 18px;
  color: #344054;
  line-height: 1.6;
  text-align: center;
}
.empty-reporters {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 36px;
  text-align: center;
}

@media (max-width: 1100px) {
  .hero-grid, .two-column-page, .article-layout, .profile-layout { grid-template-columns: 1fr; }
  .reporter-grid { grid-template-columns: repeat(2, 1fr); }
  .card-row, .category-blocks { grid-template-columns: repeat(3, 1fr); }
  .quick-links { grid-template-columns: repeat(3, 1fr); }
  .web-story-row { grid-template-columns: repeat(3, 1fr); }
  .top-actions, .site-search { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 24px, 1320px); }
  .topbar { display: none; }
  .mobile-menu-toggle { display: block; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 70px; background: #fff; border-bottom: 1px solid var(--line); padding: 12px 20px; }
  .primary-nav.open { display: grid; }
  .primary-nav a { padding: 12px 0; }
  .hero-grid, .split-section, .newsletter-grid, .footer-grid, .profile-hero, .profile-stats, .profile-post, .category-item { grid-template-columns: 1fr; }
  .reporter-grid { grid-template-columns: 1fr; }
  .reporter-hero { padding: 28px; }
  .reporter-hero h1 { font-size: 34px; }
  .press-id-card { width: min(100%, 330px); min-height: 500px; }
  .press-card-brand strong { font-size: 21px; }
  .press-ribbon { font-size: 47px; }
  .card-row, .card-row.compact, .category-blocks, .web-story-row { grid-template-columns: 1fr 1fr; }
  .quick-links { grid-template-columns: repeat(2, 1fr); }
  .category-item img, .profile-post img { height: 210px; }
  .category-item h2 { font-size: 22px; }
  .newsletter-card, .whatsapp-card { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .card-row, .card-row.compact, .web-story-row { grid-template-columns: 1fr; }
  .top-story { min-height: 430px; }
  .brand { font-size: 24px; }
  .brand-live { font-size: 16px; }
}

/* Homepage match pass */
body { font-size: 14px; }
.container { width: min(1390px, calc(100% - 44px)); }
.topbar { height: 42px; background: #fff; color: #111; }
.topbar-inner { min-height: 42px; }
.language-nav { gap: 24px; font-size: 13px; font-weight: 700; }
.language-nav a.active { color: var(--red); }
.top-actions { gap: 16px; font-size: 13px; font-weight: 700; }
.store-icon { width: 18px; height: 18px; display: inline-block; position: relative; }
.play-store::before { content: ""; position: absolute; inset: 1px; clip-path: polygon(0 0, 100% 50%, 0 100%); background: linear-gradient(135deg, #08a045, #23a9f2 50%, #fbc02d 51%, #ef4444); }
.apple-store::before { content: ""; position: absolute; width: 14px; height: 16px; left: 2px; top: 1px; border-radius: 50% 50% 45% 45%; background: #111; }
.user-dot { width: 18px; height: 18px; border: 2px solid #111; border-radius: 50%; display: inline-block; position: relative; }
.user-dot::after { content: ""; position: absolute; width: 8px; height: 4px; border: 2px solid #111; border-top: 0; border-radius: 0 0 8px 8px; left: 3px; bottom: 2px; }
.main-header { position: sticky; top: 0; z-index: 50; }
.header-inner { min-height: 66px; align-items: stretch; }
.brand { font-size: 34px; min-width: 190px; }
.brand-mark { border-left-width: 19px; border-right-width: 19px; border-bottom-width: 36px; }
.brand-live { font-size: 22px; padding: 4px 7px; }
.primary-nav { flex: 1; justify-content: flex-start; gap: 26px; font-size: 13px; white-space: nowrap; overflow: hidden; }
.primary-nav a { padding: 25px 0 20px; }
.site-search { align-self: center; width: 38px; height: 38px; border: 0; border-radius: 0; }
.site-search input { display: none; }
.site-search button { font-size: 28px; color: #1f2937; padding: 0; width: 38px; }
.breaking-strip { background: linear-gradient(90deg, #ed0812 0%, #850006 100%); }
.breaking-inner { min-height: 36px; gap: 14px; font-size: 14px; }
.breaking-inner strong { padding: 8px 16px; border-radius: 2px; background: #ff1018; letter-spacing: .2px; }
.breaking-arrows { display: flex; gap: 18px; font-size: 24px; line-height: 1; }
.page-home { padding: 20px 0 22px; }
.hero-grid { grid-template-columns: minmax(0, 2.08fr) minmax(320px, .95fr) minmax(260px, .84fr); gap: 20px; align-items: start; }
.top-story { min-height: 535px; border-radius: 5px; box-shadow: 0 1px 0 rgba(0,0,0,.08); }
.top-story img { opacity: .9; filter: brightness(.72) contrast(1.05); }
.top-overlay { inset: 0; padding: 28px 28px 48px; background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.08) 36%, rgba(0,0,0,.95) 100%); }
.label { border-radius: 3px; padding: 5px 9px; font-size: 11px; }
.top-overlay h1 { font-size: 36px; line-height: 1.18; margin: 285px 0 13px; max-width: 640px; }
.top-overlay p { font-size: 16px; line-height: 1.6; max-width: 640px; margin: 0 0 16px; }
.top-overlay small { font-size: 13px; }
.top-overlay b { color: #ff343d; }
.bookmark { position: absolute; right: 22px; bottom: 64px; z-index: 2; width: 30px; height: 38px; border: 2px solid #fff; border-radius: 4px; background: transparent; color: transparent; }
.panel { border-radius: 6px; padding: 14px; box-shadow: 0 1px 8px rgba(16,24,40,.06); }
.section-head { margin-bottom: 10px; min-height: 24px; }
.section-head h2 { font-size: 15px; letter-spacing: .2px; }
.section-head a { font-size: 12px; }
.latest-panel, .live-panel { height: 535px; overflow: hidden; }
.latest-panel .side-news-item { grid-template-columns: 104px 1fr 18px; min-height: 82px; }
.latest-panel .side-news-item::after { content: "♡"; color: #111; align-self: center; font-size: 20px; }
.side-news-item { gap: 11px; padding: 9px 0; }
.side-news-item img { width: 104px; height: 66px; border-radius: 4px; }
.side-news-item a { font-size: 13px; line-height: 1.32; }
.side-news-item small { font-size: 11px; margin-top: 6px; }
.side-news-item small b { color: var(--red); }
.live-panel { padding-bottom: 10px; }
.live-tv-card { min-height: 128px; border-radius: 5px; padding: 15px; position: relative; overflow: hidden; background: radial-gradient(circle at 72% 34%, #ff3434 0 18%, #db000b 40%, #a90008 100%); }
.live-tv-card::after { content: ""; position: absolute; right: -20px; bottom: -55px; width: 190px; height: 190px; border-radius: 50%; background: rgba(255,255,255,.12); }
.live-tv-card .brand.big { position: absolute; right: 18px; top: 36px; color: #fff; font-size: 26px; z-index: 1; }
.live-tv-card .brand-mark { border-bottom-color: #fff; border-left-width: 22px; border-right-width: 22px; border-bottom-width: 42px; }
.live-tv-card .brand b { background: transparent; color: #fff; padding: 0; font-size: 28px; }
.live-play { position: absolute; left: 18px; bottom: 18px; z-index: 2; width: 36px; height: 36px; border: 2px solid #fff; border-radius: 50%; display: grid; place-items: center; font-size: 15px; }
.live-panel h3 { margin: 12px 0 4px; font-size: 16px; }
.mini-text { color: #555; margin: 0 0 10px; font-size: 13px; }
.watch-pill { display: block; margin: 8px auto 10px; padding: 7px 18px; border: 1px solid var(--red); border-radius: 999px; color: var(--red); background: #fff; font-weight: 800; }
.epaper-card { margin-top: 8px; padding-top: 10px; border-top: 1px solid var(--line); }
.section-head.small h2 { font-size: 15px; }
.new-pill { background: var(--red); color: #fff; border-radius: 999px; padding: 2px 6px; font-size: 10px; font-weight: 800; }
.paper-preview { height: 92px; border-radius: 5px; background: #fff; border: 1px solid #d9dde5; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 9px; margin: 8px 0 10px; }
.paper-preview span { background: linear-gradient(#fff, #f7f7f7); border-top: 12px solid #e30613; box-shadow: inset 0 0 0 1px #eee; font-size: 9px; color: var(--red); font-weight: 800; text-align: center; padding-top: 8px; }
.epaper-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn { padding: 9px 12px; border-radius: 4px; font-size: 12px; }
.follow-mini { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); }
.follow-mini strong { text-transform: uppercase; font-size: 13px; }
.follow-mini div { display: flex; gap: 10px; margin-top: 10px; }
.follow-mini a { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 11px; font-weight: 900; }
.wa { background: #18b957; } .yt { background: #e30613; } .fb { background: #1877f2; } .tw { background: #1da1f2; } .ig { background: #e4405f; } .tg { background: #24a1de; }
.quick-links { margin: 18px 0 24px; grid-template-columns: repeat(9, 1fr); gap: 16px; }
.quick-links a { min-height: 86px; border-radius: 7px; font-size: 11px; gap: 9px; box-shadow: 0 1px 6px rgba(16,24,40,.04); }
.quick-links span { font-size: 27px; line-height: 1; color: var(--red); }
.topics { gap: 12px; margin: 0 0 26px; text-transform: uppercase; }
.topics strong { font-size: 16px; margin-right: 12px; }
.topics a { padding: 8px 18px; background: #f1f3f6; border: 0; font-size: 12px; text-transform: none; }
.story-tabs-head { align-items: end; }
.tabs-inline { display: flex; align-items: end; gap: 28px; }
.tabs-inline h2 { margin-right: 8px; }
.tabs-inline a { color: #111; text-transform: uppercase; font-size: 12px; padding-bottom: 7px; border-bottom: 3px solid transparent; }
.tabs-inline a.active { color: var(--red); border-color: var(--red); }
.card-row { grid-template-columns: repeat(5, 1fr); gap: 18px; margin-bottom: 24px; }
.story-card { border-radius: 5px; box-shadow: 0 1px 4px rgba(16,24,40,.05); }
.story-image img { height: 138px; border-radius: 5px 5px 0 0; }
.story-title { font-size: 16px; line-height: 1.36; }
.story-body { padding: 11px 12px 12px; }
.story-body p { display: none; }
.story-body span { display: block; margin-top: 12px; font-size: 12px; }
.play-dot { right: 8px; bottom: 8px; width: 30px; height: 30px; border: 2px solid #fff; background: rgba(0,0,0,.62); font-size: 12px; }
.split-section { grid-template-columns: 2fr .86fr; gap: 20px; margin-bottom: 24px; }
.split-section .story-image img { height: 140px; }
.photo-grid { gap: 9px; }
.photo-grid img { height: 92px; border-radius: 5px; }
.web-story-row { grid-template-columns: repeat(6, 1fr); gap: 18px; margin-bottom: 26px; }
.web-story { min-height: 255px; border-radius: 6px; }
.web-story img { filter: brightness(.72); }
.web-story span { color: #1fd15a; bottom: 78px; font-weight: 800; }
.web-story strong { font-size: 17px; }
.state-head { border: 1px solid var(--line); border-bottom: 0; border-radius: 7px 7px 0 0; padding: 13px 14px 0; margin-bottom: 0; align-items: center; }
.state-head h2 { margin-right: 20px; }
.state-tabs { flex: 1; gap: 22px; margin-bottom: 0; }
.state-tabs button { padding: 9px 8px 13px; font-size: 13px; }
.state-tabs button:first-child { color: var(--red); }
.state-row { border: 1px solid var(--line); border-top: 0; padding: 0 14px 14px; border-radius: 0 0 7px 7px; grid-template-columns: repeat(6, 1fr); }
.state-row .story-image img { height: 104px; }
.state-row .story-title { font-size: 13px; }
.category-blocks { grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 12px; }
.category-blocks .panel { min-height: 246px; padding: 13px; }
.category-blocks .section-head h2 { font-size: 16px; }
.category-blocks .side-news-item { grid-template-columns: 72px 1fr; gap: 10px; padding: 8px 0; }
.category-blocks .side-news-item img { width: 72px; height: 52px; }
.category-blocks .side-news-item a { font-size: 13px; }
.category-blocks .side-news-item small { font-size: 11px; }
.category-blocks .side-news-item small::after { content: ""; }
.district-item { display: grid; grid-template-columns: 74px 1fr; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.district-item b { color: var(--red); }
.district-item a { font-weight: 800; font-size: 13px; line-height: 1.35; }
.district-item small { grid-column: 2; color: var(--muted); }
.newsletter-band { padding: 16px 0; border-top: 0; }
.newsletter-grid { grid-template-columns: 1.2fr .8fr; gap: 18px; }
.newsletter-card, .whatsapp-card { min-height: 64px; padding: 12px 20px; border-radius: 6px; }
.newsletter-card p, .whatsapp-card p { margin: 3px 0 0; color: #555; }
.site-footer { padding-top: 34px; background: radial-gradient(circle at top left, color-mix(in srgb, var(--footer-dark, #07121c) 82%, #ffffff), var(--footer-dark, #06101a) 48%, #03090e); }
.footer-grid { grid-template-columns: 1.35fr .9fr .9fr .8fr 1fr; }

@media (max-width: 1200px) {
  .primary-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .live-panel { grid-column: span 2; }
  .card-row, .state-row { grid-template-columns: repeat(3, 1fr); }
  .quick-links { grid-template-columns: repeat(3, 1fr); }
  .web-story-row { grid-template-columns: repeat(3, 1fr); }
  .category-blocks { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .hero-grid, .split-section, .newsletter-grid, .footer-grid { grid-template-columns: 1fr; }
  .live-panel { grid-column: auto; }
  .top-overlay h1 { margin-top: 170px; font-size: 28px; }
  .quick-links { grid-template-columns: repeat(2, 1fr); }
  .card-row, .state-row, .web-story-row, .category-blocks { grid-template-columns: 1fr; }
  .state-head { display: block; }
  .state-tabs { gap: 8px; }
}

/* Article detail match pass */
.article-page { grid-template-columns: minmax(0, 1fr) 430px; gap: 34px; padding-top: 22px; align-items: start; }
.article-main { max-width: 860px; }
.article-page .breadcrumb { margin: 0 0 28px; font-size: 12px; color: #1f2937; }
.article-main h1 { font-size: 42px; line-height: 1.18; letter-spacing: -.2px; margin: 0 0 16px; font-weight: 900; }
.article-page .article-excerpt { font-size: 18px; line-height: 1.72; margin: 0 0 22px; color: #3f3f46; }
.article-page .article-meta { font-size: 15px; color: #4b5563; margin-bottom: 18px; }
.article-page .article-meta b { color: #111827; }
.article-share-top { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 22px; }
.article-page .share-row { gap: 12px; }
.article-page .share-row a { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; border: 1px solid #d7dce4; border-radius: 50%; font-weight: 900; font-size: 13px; background: #fff; }
.article-page .share-wa { background: #22c55e !important; color: #fff; border-color: #22c55e !important; }
.article-page .share-fb { background: #1877f2 !important; color: #fff; border-color: #1877f2 !important; }
.article-page .share-x { background: #000 !important; color: #fff; border-color: #000 !important; }
.article-page .share-tg { background: #27a7e7 !important; color: #fff; border-color: #27a7e7 !important; }
.follow-news { border: 1px solid #d7dce4; background: #fff; border-radius: 999px; padding: 8px 18px; font-weight: 800; color: #111827; }
.follow-news span { background: #e8f1ff; color: #1d4ed8; border-radius: 999px; padding: 3px 8px; margin-left: 6px; }
.article-main figure { margin: 0 0 20px; background: #f5f6f8; border-radius: 4px; overflow: hidden; }
.article-main figure img { width: 100%; max-height: none; height: 405px; object-fit: cover; border-radius: 0; }
.article-main figcaption { margin: 0; padding: 8px 12px; color: #667085; font-size: 12px; background: #f5f6f8; }
.article-page .key-box { margin: 18px 0 26px; border-radius: 5px; background: #f6f6f7; padding: 18px 20px; }
.article-page .key-box h2 { margin: 0 0 10px; font-size: 16px; text-transform: uppercase; }
.article-page .key-box ul { margin: 0; padding-left: 18px; line-height: 1.9; font-size: 15px; }
.article-page .article-content { color: #111827; font-size: 18px; line-height: 1.9; }
.article-page .article-content p { margin: 0 0 22px; }
.article-page .read-more { background: #fff; padding: 0; margin: 24px 0; border-radius: 0; }
.article-page .read-more h2 { color: var(--red); font-size: 22px; margin: 0 0 8px; }
.article-page .read-more a { color: var(--red); margin: 8px 0; font-size: 17px; line-height: 1.5; }
.article-author { margin: 26px 0; background: #f5f6f8; border-radius: 6px; padding: 18px; align-items: center; }
.article-author img { width: 72px; height: 72px; background: var(--red); }
.article-author strong { font-size: 18px; }
.article-author strong span { color: #1d9bf0; font-size: 13px; }
.article-author p { margin: 6px 0 0; color: #4b5563; line-height: 1.55; }
.article-page .tags { gap: 12px; margin: 24px 0 16px; text-transform: uppercase; }
.article-page .tags strong { font-size: 15px; margin-right: 4px; }
.article-page .tags a { background: #f2f3f5; border: 0; color: #4b5563; padding: 9px 18px; text-transform: none; }
.article-bottom-share { display: flex; align-items: center; gap: 14px; margin: 18px 0 28px; text-transform: uppercase; }
.related-head { border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 12px; }
.article-related { grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 0; }
.article-related .story-image img { height: 105px; }
.article-related .story-title { font-size: 14px; }
.article-sidebar { gap: 18px; }
.article-sidebar .panel { padding: 16px; border-radius: 6px; box-shadow: 0 1px 7px rgba(16,24,40,.06); }
.article-sidebar .section-head { margin-bottom: 12px; }
.article-sidebar .section-head h2 { font-size: 17px; }
.article-sidebar .side-news-item { grid-template-columns: 118px 1fr; padding: 11px 0; min-height: 88px; }
.article-sidebar .side-news-item img { width: 118px; height: 74px; }
.article-sidebar .side-news-item a { font-size: 15px; }
.article-sidebar .side-news-item small { font-size: 12px; }
.article-sidebar .rank { width: 30px; height: 30px; align-self: start; margin-top: 4px; }
.article-sidebar .panel:first-child .side-news-item { grid-template-columns: 36px 1fr; }
.article-sidebar .panel:first-child .side-news-item a { font-size: 15px; }
.article-sidebar .panel:first-child .side-news-item { min-height: 66px; padding: 9px 0; }
.article-sidebar .panel:first-child .side-news-item small { margin-top: 5px; }
.article-sidebar .photo-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
.article-sidebar .photo-grid img { height: 92px; }
.mini-web-stories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.mini-web-stories a { position: relative; min-height: 132px; overflow: hidden; border-radius: 5px; color: #fff; background: #111; }
.mini-web-stories img { width: 100%; height: 100%; position: absolute; inset: 0; filter: brightness(.65); }
.mini-web-stories strong { position: absolute; left: 8px; right: 8px; bottom: 8px; z-index: 1; font-size: 12px; line-height: 1.35; }

@media (max-width: 1100px) {
  .article-page { grid-template-columns: 1fr; }
  .article-main { max-width: none; }
}

@media (max-width: 760px) {
  .article-main h1 { font-size: 30px; }
  .article-page .article-excerpt, .article-page .article-content { font-size: 16px; }
  .article-share-top { align-items: flex-start; flex-direction: column; }
  .article-main figure img { height: 260px; }
  .article-related, .mini-web-stories { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile theme pass */
@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .container { width: min(100% - 24px, 1390px); }
  .topbar { display: none; }
  .main-header { position: fixed; top: 0; left: 0; right: 0; z-index: 80; box-shadow: 0 2px 12px rgba(16,24,40,.08); }
  .breaking-strip { margin-top: 101px; }
  .header-inner {
    min-height: auto;
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    gap: 8px;
    padding: 8px 0 0;
  }
  .mobile-menu-toggle {
    display: grid;
    place-items: center;
    grid-column: 1;
    grid-row: 1;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 24px;
  }
  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    min-width: 0;
    font-size: 26px;
    height: 42px;
  }
  .brand-mark {
    border-left-width: 14px;
    border-right-width: 14px;
    border-bottom-width: 27px;
  }
  .brand-live { font-size: 17px; padding: 3px 6px; }
  .site-search {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 40px;
  }
  .site-search button { width: 40px; font-size: 24px; }
  .primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    position: static;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 22px;
    padding: 0 2px;
    border-top: 1px solid var(--line);
    scrollbar-width: none;
  }
  .primary-nav::-webkit-scrollbar { display: none; }
  .primary-nav a {
    flex: 0 0 auto;
    padding: 13px 0 10px;
    font-size: 13px;
  }
  .primary-nav.open { display: flex; }
  .breaking-inner {
    min-height: 34px;
    gap: 8px;
    font-size: 12px;
  }
  .breaking-inner strong {
    padding: 8px 10px;
    font-size: 11px;
    white-space: nowrap;
  }
  .breaking-arrows, .breaking-inner a { display: none; }
  .page-home { padding-top: 12px; }
  .hero-grid { grid-template-columns: 1fr; gap: 14px; }
  .top-story { min-height: 420px; }
  .top-overlay { padding: 18px 18px 28px; }
  .top-overlay h1 { margin-top: 205px; font-size: 26px; line-height: 1.22; }
  .top-overlay p { font-size: 14px; line-height: 1.55; }
  .bookmark { right: 16px; bottom: 44px; }
  .latest-panel, .live-panel { height: auto; overflow: visible; }
  .latest-panel .side-news-item { grid-template-columns: 96px 1fr 18px; min-height: 76px; }
  .side-news-item img { width: 96px; height: 62px; }
  .live-tv-card { min-height: 150px; }
  .quick-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 14px 0 18px;
  }
  .quick-links a { min-height: 76px; font-size: 10px; }
  .quick-links span { font-size: 23px; }
  .topics {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    margin-bottom: 20px;
    scrollbar-width: none;
  }
  .topics::-webkit-scrollbar { display: none; }
  .topics strong, .topics a { flex: 0 0 auto; }
  .topics strong { font-size: 14px; }
  .topics a { padding: 7px 12px; font-size: 11px; }
  .story-tabs-head { align-items: flex-start; gap: 8px; }
  .tabs-inline {
    width: 100%;
    overflow-x: auto;
    gap: 18px;
    scrollbar-width: none;
  }
  .tabs-inline::-webkit-scrollbar { display: none; }
  .tabs-inline h2, .tabs-inline a { flex: 0 0 auto; }
  .card-row, .card-row.compact, .state-row, .web-story-row, .category-blocks { grid-template-columns: 1fr; }
  .story-image img, .split-section .story-image img { height: 190px; }
  .story-title { font-size: 17px; }
  .split-section { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
  .photo-grid img { height: 82px; }
  .web-story { min-height: 230px; }
  .state-head {
    display: block;
    padding: 12px;
  }
  .state-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    margin: 8px 0 0;
    scrollbar-width: none;
  }
  .state-tabs::-webkit-scrollbar { display: none; }
  .state-tabs button { flex: 0 0 auto; }
  .state-row { padding: 0 12px 12px; }
  .category-blocks .panel { min-height: auto; }
  .newsletter-grid, .newsletter-card, .whatsapp-card { grid-template-columns: 1fr; }
  .newsletter-card, .whatsapp-card { align-items: stretch; gap: 10px; }
  .newsletter-card input { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  .container { width: calc(100% - 20px); }
  .quick-links { grid-template-columns: repeat(2, 1fr); }
  .top-overlay h1 { font-size: 24px; margin-top: 190px; }
  .top-story { min-height: 400px; }
  .article-related, .mini-web-stories { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Single category page match pass */
.category-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 34px;
  padding: 18px 0 38px;
  align-items: start;
}
main.category-page.container { width: min(1290px, calc(100% - 76px)); }
.category-main { min-width: 0; }
.category-page .breadcrumb { margin: 0 0 16px; font-size: 13px; color: #1f2937; }
.category-main h1 { margin: 0 0 14px; font-size: 30px; line-height: 1.15; font-weight: 900; }
.category-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.category-pills a {
  border: 1px solid #d7dce4;
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
}
.category-pills a.active { background: var(--red); color: #fff; border-color: var(--red); }
.category-news-list { display: grid; gap: 0; }
.category-news-item {
  display: grid;
  grid-template-columns: 306px minmax(0, 1fr) 34px;
  gap: 24px;
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.category-news-item.featured { grid-template-columns: 430px minmax(0, 1fr) 34px; align-items: stretch; }
.category-news-image img {
  width: 100%;
  height: 184px;
  border-radius: 6px;
  object-fit: cover;
}
.category-news-item.featured .category-news-image img { height: 304px; }
.category-news-body h2 {
  margin: 0 0 14px;
  font-size: 25px;
  line-height: 1.28;
  font-weight: 900;
}
.category-news-item.featured .category-news-body h2 { font-size: 28px; line-height: 1.24; margin-top: 8px; }
.category-news-body p {
  margin: 0 0 26px;
  color: #344054;
  font-size: 16px;
  line-height: 1.75;
}
.category-news-body span {
  color: #667085;
  font-size: 13px;
}
.category-news-body b { color: var(--red); margin-left: 8px; }
.category-news-item .save-button {
  align-self: end;
  margin-bottom: 12px;
  color: #101828;
  font-size: 25px;
}
.category-pagination { justify-content: center; margin: 14px 0 26px; }
.category-pagination a, .category-pagination span { min-width: 33px; text-align: center; padding: 9px 11px; }
.category-sidebar { display: grid; gap: 18px; align-content: start; }
.category-sidebar .panel {
  padding: 16px;
  border-radius: 7px;
  box-shadow: 0 1px 8px rgba(16,24,40,.06);
}
.category-follow h2 { margin: 0 0 16px; text-transform: uppercase; font-size: 17px; }
.follow-icons { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.follow-icons a {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: 900;
  justify-self: center;
}
.follow-icons span {
  color: #111827;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.category-side-panel .section-head { margin-bottom: 10px; }
.category-side-panel .section-head h2 { font-size: 17px; }
.category-side-panel .side-news-item { padding: 11px 0; min-height: 78px; }
.category-side-panel .side-news-item img { width: 118px; height: 74px; }
.category-side-panel .side-news-item a { font-size: 15px; line-height: 1.34; }
.category-side-panel .side-news-item small { font-size: 12px; }
.category-side-panel:first-of-type .side-news-item,
.category-sidebar .panel:nth-child(2) .side-news-item {
  grid-template-columns: 36px 1fr;
}
.category-sidebar .panel:nth-child(2) .side-news-item { min-height: 70px; }
.category-sidebar .photo-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
.category-sidebar .photo-grid img { height: 92px; }
.category-mini-stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.category-mini-stories a {
  min-height: 132px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #111;
}
.category-mini-stories img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: brightness(.62);
}
.category-mini-stories strong {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  font-size: 13px;
  line-height: 1.35;
}
.other-sections {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.other-sections h2 {
  margin: 0 0 18px;
  font-size: 17px;
  text-transform: uppercase;
}
.other-section-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}
.other-section-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 13px;
}
.other-section-card img { width: 100%; height: 102px; }
.other-section-card strong,
.other-section-card p,
.other-section-card small { display: block; padding: 0 12px; }
.other-section-card strong { margin-top: 12px; font-size: 15px; }
.other-section-card p { margin: 7px 0; color: #344054; font-size: 13px; line-height: 1.35; }
.other-section-card small { color: #667085; font-weight: 700; }

@media (max-width: 1100px) {
  .category-page { grid-template-columns: 1fr; }
  .category-news-item { grid-template-columns: 280px 1fr 32px; }
  .other-section-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  main.category-page.container { width: calc(100% - 20px); }
  .category-page { display: block; padding-top: 16px; }
  .category-page .breadcrumb { margin-top: 0; }
  .category-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    margin-bottom: 20px;
    scrollbar-width: none;
  }
  .category-pills::-webkit-scrollbar { display: none; }
  .category-pills a { flex: 0 0 auto; padding: 8px 15px; }
  .category-news-item,
  .category-news-item.featured {
    grid-template-columns: 1fr 34px;
    gap: 12px;
    align-items: start;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .category-news-image { grid-column: 1 / -1; }
  .category-news-image img,
  .category-news-item.featured .category-news-image img { height: 218px; }
  .category-news-body { grid-column: 1; }
  .category-news-body h2,
  .category-news-item.featured .category-news-body h2 { font-size: 22px; margin-top: 0; }
  .category-news-body p { font-size: 14px; margin-bottom: 14px; }
  .category-news-item .save-button { grid-column: 2; grid-row: 2; align-self: end; }
  .category-sidebar { margin-top: 24px; }
  .follow-icons { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }
  .category-mini-stories { grid-template-columns: repeat(3, 1fr); }
  .other-section-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 430px) {
  .category-news-image img,
  .category-news-item.featured .category-news-image img { height: 200px; }
  .category-mini-stories { grid-template-columns: 1fr; }
  .other-section-grid { grid-template-columns: 1fr; }
}

/* Final social icon polish */
.follow-mini div.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.follow-mini div.social-icons a {
  width: 27px;
  height: 27px;
  padding: 0;
  font-size: 0;
  color: #fff;
}
.follow-icons {
  align-items: start;
}
.follow-icons a {
  width: auto;
  height: auto;
  display: grid;
  justify-items: center;
  gap: 6px;
  background: transparent !important;
  color: #111827;
  font-size: 0;
  line-height: 1;
}
.follow-icons a::before {
  width: 36px;
  height: 36px;
  font-size: 15px;
}
.follow-icons a span {
  color: #111827;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}
.social-row a {
  font-size: 0;
}
.social-row a:nth-child(1) { background: #1877f2; }
.social-row a:nth-child(2) { background: #1d9bf0; }
.social-row a:nth-child(3) { background: #ff0000; }
.social-row a:nth-child(4) { background: radial-gradient(circle at 30% 105%, #fdf497 0 18%, #fd5949 42%, #d6249f 68%, #285aeb 100%); }
.social-row a:nth-child(1)::before { content: "f"; font-size: 17px; }
.social-row a:nth-child(2)::before { content: "X"; font-size: 13px; }
.social-row a:nth-child(3)::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  margin-left: 2px;
}
.social-row a:nth-child(4)::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 4px;
}

/* Force reporter detail colon into the middle column */
.press-detail-list div {
  display: grid !important;
  grid-template-columns: 172px 22px minmax(0, 1fr) !important;
  column-gap: 0 !important;
  position: relative !important;
  align-items: center !important;
}
.press-detail-list div::before {
  content: ":" !important;
  position: static !important;
  transform: none !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: center !important;
  align-self: center !important;
  color: #071827 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}
.press-detail-list span {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
.press-detail-list b {
  grid-column: 3 !important;
  grid-row: 1 !important;
  padding-left: 8px !important;
}

@media (max-width: 520px) {
  .press-detail-list div {
    grid-template-columns: 136px 18px minmax(0, 1fr) !important;
  }
  .press-detail-list div::before {
    font-size: 18px !important;
  }
  .press-detail-list b {
    padding-left: 6px !important;
  }
}

/* Modern reporter PRESS card */
.reporter-card .press-id-card {
  width: 430px;
  min-height: 640px;
  margin: 0 auto 18px;
  padding: 0;
  border: 0;
  outline: 0;
  background: #f7f7f4;
  box-shadow: 0 16px 34px rgba(16,24,40,.18);
  position: relative;
  overflow: hidden;
  text-align: left;
}
.reporter-card .press-id-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 150px;
  background: linear-gradient(135deg, #c91d22, #ef3337);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 14% 60%, 0 100%);
}
.reporter-card .press-id-card::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 112px;
  width: 90px;
  height: 54px;
  background: #071827;
  clip-path: polygon(32% 0, 100% 0, 68% 100%, 0 100%);
}
.modern-press-head {
  position: relative;
  z-index: 1;
  height: 132px;
  display: grid;
  place-items: start center;
  padding-top: 18px;
  color: #fff;
  text-transform: uppercase;
  font-size: 78px;
  line-height: .9;
  letter-spacing: .03em;
  font-weight: 950;
}
.modern-card-paper {
  position: relative;
  z-index: 1;
  padding: 5px 28px 0;
}
.modern-card-paper .press-photo {
  display: block;
  width: 205px;
  height: 225px;
  margin: 0 auto 20px;
  border: 2px solid #6b7280;
  background: #f8fafc;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}
.press-detail-list {
  display: grid;
  gap: 0;
}
.press-detail-list div {
  display: grid;
  grid-template-columns: 180px 18px 1fr;
  align-items: center;
  min-height: 35px;
  border-bottom: 1.5px solid #ef4a50;
  color: #172033;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.press-detail-list div::before {
  content: ":";
  grid-column: 2;
  justify-self: center;
}
.press-detail-list span {
  grid-column: 1;
}
.press-detail-list b {
  grid-column: 3;
  color: #172033;
}
.press-detail-list div:first-child b {
  color: #d6282d;
}
.modern-press-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 82px;
  background: #071827;
  color: #fff;
  padding: 16px 26px 12px;
}
.modern-press-footer::before {
  content: "";
  position: absolute;
  right: -2px;
  top: -20px;
  width: 64px;
  height: 30px;
  background: #d6282d;
  clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%);
}
.news24-mark {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  transform: skew(-10deg);
  box-shadow: 0 1px 0 rgba(255,255,255,.18);
}
.news24-mark span,
.news24-mark b {
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}
.news24-mark span {
  background: #e1222b;
  color: #fff;
}
.news24-mark b {
  background: #1556c9;
  color: #fff;
}
.modern-press-footer p {
  margin: 9px 0 0 8px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 13px;
  font-weight: 800;
}

/* Reporter card logo and fit fix */
.reporter-card .press-id-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.modern-card-paper {
  flex: 1;
  padding-bottom: 8px;
}
.modern-card-paper .press-photo {
  width: 190px;
  height: 205px;
  margin-bottom: 16px;
}
.press-detail-list div {
  grid-template-columns: 172px 18px 1fr;
  min-height: 32px;
  font-size: 16px;
}
.modern-press-footer {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  min-height: 82px;
  margin-top: 12px;
  display: grid;
  align-content: center;
}
.card-site-mark {
  min-height: 36px;
  display: flex;
  align-items: center;
}
.card-site-mark img {
  max-width: 190px;
  max-height: 46px;
  object-fit: contain;
  background: transparent;
}
.card-site-mark strong {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}
.modern-press-footer p {
  margin: 7px 0 0;
  letter-spacing: .18em;
  font-size: 11px;
}
.news24-mark {
  display: none;
}

/* Reporter card row alignment fix */
.press-detail-list {
  display: grid;
  gap: 0;
  margin-top: 2px;
}
.press-detail-list div {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 28px;
  align-items: center;
  min-height: 46px;
  padding: 0;
  border-bottom: 1.5px solid #ef4a50;
  font-size: 17px;
  line-height: 1;
}
.press-detail-list div::before {
  content: ":";
  position: absolute;
  left: 184px;
  top: 50%;
  transform: translateY(-50%);
  color: #071827;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}
.press-detail-list span,
.press-detail-list b {
  display: block;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: center;
}
.press-detail-list span {
  grid-column: 1;
  color: #111827;
  text-align: left;
}
.press-detail-list b {
  grid-column: 2;
  color: #071827;
  text-align: left;
}
.press-detail-list div:first-child b {
  color: #d6282d;
}
.modern-card-paper {
  padding-left: 28px;
  padding-right: 28px;
}
.modern-card-paper .press-photo {
  margin-bottom: 18px;
}

@media (max-width: 520px) {
  .reporter-card .press-id-card {
    width: min(100%, 350px);
    min-height: 0;
  }
  .modern-press-head { height: 112px; font-size: 62px; }
  .modern-card-paper { padding: 5px 22px 0; }
  .modern-card-paper .press-photo { width: 170px; height: 190px; margin-bottom: 16px; }
  .press-detail-list div { grid-template-columns: 138px 1fr; column-gap: 24px; min-height: 38px; font-size: 14px; }
  .press-detail-list div::before { left: 150px; font-size: 18px; }
  .modern-press-footer { min-height: 76px; padding: 15px 22px 10px; }
  .news24-mark span, .news24-mark b { font-size: 23px; }
}
