/*
Theme Name: TurkicPost News
Theme URI: https://example.com/newsroom-edge
Author: OpenAI
Description: A fast editorial WordPress theme for TurkicPost, with a live breaking-news ticker, Turkic currency watch, Google News SEO foundations, optional AdSense slots, article summaries, and audio support.
Version: 1.3.2
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: newsroom-edge
*/

:root {
  --nr-bg: #ffffff;
  --nr-surface: #f5f6f8;
  --nr-text: #15171a;
  --nr-muted: #69707a;
  --nr-line: #dfe3e8;
  --nr-accent: #c5161d;
  --nr-accent-dark: #931017;
  --nr-max: 1240px;
  --nr-reading: 760px;
  --nr-radius: 12px;
  --nr-shadow: 0 8px 30px rgba(20, 24, 30, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--nr-bg);
  color: var(--nr-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--nr-accent); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

h1, h2, h3, h4 {
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
  width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus { clip: auto !important; clip-path: none; height: auto; width: auto; z-index: 100000; }

.nr-container { width: min(calc(100% - 32px), var(--nr-max)); margin-inline: auto; }
.nr-reading { width: min(calc(100% - 32px), var(--nr-reading)); margin-inline: auto; }
.nr-section { padding: 34px 0; border-top: 1px solid var(--nr-line); }
.nr-section:first-child { border-top: 0; }
.nr-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 18px; }
.nr-section-title { margin: 0; font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.1; letter-spacing: -.025em; }
.nr-kicker { color: var(--nr-accent); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nr-muted { color: var(--nr-muted); }

.nr-topbar { background: #111318; color: #fff; font-size: .78rem; overflow: hidden; }
.nr-topbar-inner { min-height: 42px; display: flex; align-items: center; }
.nr-breaking { width: 100%; display: flex; align-items: center; min-width: 0; overflow: hidden; gap: 14px; }
.nr-breaking-label { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 26px; background: var(--nr-accent); padding: 4px 10px; border-radius: 6px; font-size: .7rem; line-height: 1; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; position: relative; z-index: 3; box-shadow: 0 0 0 4px #111318; }
.nr-breaking-label-short { display: none; }
.nr-breaking-window { min-width: 0; flex: 1 1 auto; overflow: hidden; position: relative; }
.nr-breaking-window:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 22px; z-index: 2; pointer-events: none; background: linear-gradient(90deg, #111318, rgba(17,19,24,0)); }
.nr-breaking-marquee { display: flex; width: max-content; will-change: transform; animation: nrTickerScroll 52s linear 1.25s infinite; }
.nr-breaking-group { display: flex; align-items: center; gap: 24px; flex: 0 0 auto; padding-right: 24px; white-space: nowrap; }
.nr-breaking-item { display: inline-flex; align-items: center; font-weight: 680; line-height: 1; }
.nr-breaking-item:after { content: "•"; color: rgba(255,255,255,.38); margin-left: 24px; }
.nr-breaking-window:hover .nr-breaking-marquee, .nr-breaking-window:focus-within .nr-breaking-marquee { animation-play-state: paused; }
@keyframes nrTickerScroll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@media (prefers-reduced-motion: reduce) { .nr-breaking-marquee { animation: none; } .nr-breaking-group:nth-child(2) { display: none; } }

@media (max-width: 640px) {
  .nr-topbar-inner { min-height: 38px; }
  .nr-breaking { gap: 10px; }
  .nr-breaking-label { padding: 4px 8px; font-size: .65rem; }
  .nr-breaking-label-long { display: none; }
  .nr-breaking-label-short { display: inline; }
  .nr-breaking-marquee { animation-duration: 42s; }
}

.nr-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--nr-line); backdrop-filter: blur(10px); }
.nr-header-main { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.nr-brand { font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 900; letter-spacing: -.045em; min-width: 0; }
.nr-brand-mark { color: var(--nr-accent); }
.nr-brand .custom-logo-link, .nr-default-logo-link { display: flex; align-items: center; line-height: 0; }
.nr-brand .custom-logo, .nr-default-logo { width: auto; height: auto; max-width: 286px; max-height: 55px; object-fit: contain; }
.nr-nav ul { margin: 0; padding: 0; list-style: none; display: flex; gap: clamp(14px, 1.6vw, 22px); align-items: center; justify-content: center; }
.nr-nav a { font-size: .9rem; font-weight: 750; white-space: nowrap; }
.nr-header-actions { display: flex; align-items: center; gap: 10px; }
.nr-icon-btn { border: 1px solid var(--nr-line); background: #fff; min-width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; }
.nr-menu-toggle { display: none; }
.nr-search-panel { display: none; padding: 12px 0 18px; }
.nr-search-panel.is-open { display: block; }
.nr-search-form { display: flex; max-width: 620px; margin: 0 auto; }
.nr-search-form input { flex: 1; min-width: 0; border: 1px solid var(--nr-line); border-radius: 10px 0 0 10px; padding: 11px 13px; }
.nr-search-form button { border: 0; background: var(--nr-accent); color: #fff; padding: 0 18px; border-radius: 0 10px 10px 0; font-weight: 800; }

.nr-ad { margin: 24px auto; min-height: 90px; display: grid; place-items: center; overflow: hidden; }
.nr-ad[data-size="rectangle"] { min-height: 250px; }
.nr-ad-label { font-size: .64rem; color: #8a8f96; text-transform: uppercase; letter-spacing: .12em; text-align: center; margin-bottom: 5px; }
.nr-ad-placeholder { width: 100%; min-height: inherit; border: 1px dashed #ccd1d8; background: #fafbfc; color: #969da5; display: grid; place-items: center; font-size: .78rem; }

.nr-hero { padding: 26px 0 36px; }
.nr-hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .8fr); gap: 24px; align-items: start; }
.nr-lead { position: relative; overflow: hidden; border-radius: var(--nr-radius); background: #111; height: clamp(460px, 34vw, 560px); }
.nr-lead img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: .92; }
.nr-lead:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.06) 44%, rgba(0,0,0,.82) 100%); }
.nr-lead-content { position: absolute; inset: auto 0 0; z-index: 2; padding: clamp(20px, 3vw, 34px); color: #fff; }
.nr-lead h1, .nr-lead h2 { margin: 7px 0 10px; line-height: 1.06; font-size: clamp(1.85rem, 2.75vw, 3rem); letter-spacing: -.035em; max-width: 760px; }
.nr-lead-excerpt { max-width: 720px; color: rgba(255,255,255,.88); font-size: 1rem; }
.nr-meta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; color: var(--nr-muted); font-size: .78rem; }
.nr-article-dates { gap: 8px; font-size: .82rem; line-height: 1.45; }
.nr-article-dates .nr-date-item strong { color: var(--nr-text); font-weight: 700; }
.nr-article-dates time { white-space: nowrap; }
.nr-article-dates .nr-meta-separator { color: #a3a8af; }
.nr-lead .nr-meta { color: rgba(255,255,255,.76); }
.nr-side-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.nr-story-card { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 15px; padding-bottom: 16px; border-bottom: 1px solid var(--nr-line); }
.nr-story-card:last-child { border-bottom: 0; }
.nr-story-card img { width: 140px; aspect-ratio: 16/10; object-fit: cover; border-radius: 9px; }
.nr-story-card h3 { margin: 4px 0 8px; font-size: 1.06rem; line-height: 1.22; letter-spacing: -.015em; }
.nr-story-card--stack { display: block; padding: 0; border: 0; }
.nr-story-card--stack img { width: 100%; aspect-ratio: 16/9; margin-bottom: 10px; }
.nr-story-card--stack h3 { font-size: 1.2rem; }

.nr-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.nr-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.nr-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.nr-list { display: grid; gap: 18px; }
.nr-home-main { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 36px; align-items: start; }
.nr-sidebar { position: sticky; top: 106px; }
.nr-sidebar-box { border-top: 4px solid var(--nr-text); padding-top: 14px; margin-bottom: 30px; }
.nr-sidebar-title {
  margin: 0 0 14px;
  font-size: 1.08rem;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -.02em;
}
.nr-sidebar-box > h3 { margin: 0 0 12px; font-size: 1.08rem; line-height: 1.15; }
.nr-rank-list { margin: 0; padding: 0; list-style: none; counter-reset: rank; }
.nr-rank-list li { counter-increment: rank; display: grid; grid-template-columns: 34px 1fr; gap: 9px; padding: 12px 0; border-bottom: 1px solid var(--nr-line); }
.nr-rank-list li:before { content: counter(rank); color: var(--nr-accent); font-weight: 900; font-size: 1.35rem; line-height: 1; }

.nr-currency { background: #111318; color: #fff; border-radius: var(--nr-radius); overflow: hidden; box-shadow: var(--nr-shadow); }
.nr-currency-head { padding: 17px 18px 12px; display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; }
.nr-currency-head h2 { margin: 0; font-size: 1.05rem; }
.nr-currency-base { color: #aeb5bf; font-size: .72rem; text-align: right; }
.nr-currency-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.11); }
.nr-currency-item { padding: 15px 16px 16px; border-right: 1px solid rgba(255,255,255,.11); min-width: 0; }
.nr-currency-item:last-child { border-right: 0; }
.nr-currency-country { display: block; color: #aeb5bf; font-size: .66rem; line-height: 1.2; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nr-currency-pair { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.nr-currency-code { display: block; color: #fff; font-size: .78rem; letter-spacing: .05em; font-weight: 850; }
.nr-currency-rate { display: block; font-size: 1.05rem; font-weight: 850; margin-top: 3px; font-variant-numeric: tabular-nums; }
.nr-currency-change { display: inline-flex; align-items: center; margin-top: 5px; gap: 4px; font-size: .72rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.nr-currency-change.is-up { color: #55d68b; }
.nr-currency-change.is-down { color: #ff6e76; }
.nr-currency-change.is-flat { color: #b7bec8; }
.nr-currency-note { padding: 9px 18px 11px; border-top: 1px solid rgba(255,255,255,.08); color: #8f98a4; font-size: .66rem; }


.nr-archive-head { padding: 34px 0 18px; border-bottom: 1px solid var(--nr-line); }
.nr-archive-head h1 { margin: 0 0 8px; font-size: clamp(2.1rem, 4vw, 4rem); letter-spacing: -.05em; }
.nr-pagination { margin: 34px 0; }
.nr-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.nr-pagination a, .nr-pagination span { border: 1px solid var(--nr-line); border-radius: 8px; padding: 8px 12px; }
.nr-pagination .current { background: var(--nr-text); color: #fff; }

.nr-article { padding: 30px 0 60px; }
.nr-article-head { width: min(calc(100% - 32px), 980px); margin: 0 auto 22px; }
.nr-article-title { margin: 7px 0 14px; font-size: clamp(2.45rem, 5vw, 4.9rem); line-height: 1.01; letter-spacing: -.05em; font-weight: 900; }
.nr-article-deck { margin: 0 0 16px; max-width: 820px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.45; color: #474c53; }
.nr-author-row { display: flex; align-items: center; gap: 11px; margin-top: 18px; }
.nr-author-row img { width: 42px; height: 42px; border-radius: 50%; }
.nr-author-name { font-weight: 800; }
.nr-article-hero { width: min(calc(100% - 32px), 1120px); margin: 22px auto 30px; }
.nr-article-hero img { width: 100%; max-height: 700px; object-fit: cover; border-radius: var(--nr-radius); }
.nr-caption { margin-top: 7px; font-size: .76rem; color: var(--nr-muted); }
.nr-article-layout { width: min(calc(100% - 32px), 1120px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 760px) minmax(280px, 320px); gap: 40px; align-items: start; justify-content: space-between; }
.nr-article-main { min-width: 0; }
.nr-article-layout--wide { display: block; width: min(calc(100% - 32px), var(--nr-reading)); }
.nr-article-main .nr-content, .nr-article-main .nr-summary, .nr-article-main .nr-share { width: 100%; margin-left: 0; margin-right: 0; }
.nr-article-sidebar { position: sticky; top: 106px; min-width: 0; }
.nr-article-sidebar .nr-sidebar-box { margin-bottom: 26px; }
.nr-sidebar-story-list { display: grid; gap: 0; }
.nr-sidebar-story { display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--nr-line); align-items: start; }
.nr-sidebar-story:first-child { padding-top: 0; }
.nr-sidebar-story:last-child { border-bottom: 0; padding-bottom: 0; }
.nr-sidebar-thumb { display: block; overflow: hidden; border-radius: 8px; background: #eef1f4; }
.nr-sidebar-thumb img { width: 104px; height: 68px; aspect-ratio: 16/10; object-fit: cover; transition: transform .2s ease; }
.nr-sidebar-story:hover .nr-sidebar-thumb img { transform: scale(1.025); }
.nr-sidebar-story-copy { min-width: 0; }
.nr-sidebar-story-kicker { margin-bottom: 4px; color: var(--nr-accent); font-size: .63rem; line-height: 1.2; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }
.nr-sidebar-story-title { margin: 0 0 6px; font-size: .94rem; line-height: 1.27; font-weight: 800; letter-spacing: -.015em; }
.nr-sidebar-story-title a { display: block; }
.nr-sidebar-story-meta { color: var(--nr-muted); font-size: .67rem; line-height: 1.35; }
.nr-sidebar-link { display: inline-flex; margin-top: 12px; font-size: .76rem; font-weight: 900; color: var(--nr-accent); }
.nr-sidebar-widget-area > .widget { margin-bottom: 28px; }
.nr-sidebar-widget-area .widget { border-top: 4px solid var(--nr-text); padding-top: 14px; }
.nr-sidebar-widget-area .widget + .widget { margin-top: 28px; }
.nr-sidebar-widget-area .widget-title,
.nr-sidebar-widget-area .wp-block-heading { margin: 0 0 14px; font-size: 1.08rem; line-height: 1.15; font-weight: 900; letter-spacing: -.02em; }
.nr-sidebar-widget-area .widget ul { margin: 0; padding: 0; list-style: none; }
.nr-sidebar-widget-area .widget li { padding: 10px 0; border-bottom: 1px solid var(--nr-line); }
.nr-sidebar-widget-area .widget li:last-child { border-bottom: 0; }
.nr-sidebar-widget-area .widget a { font-weight: 700; line-height: 1.35; }
.nr-sidebar-widget-area .nr-search-form { max-width: none; margin: 0; }
.nr-sidebar-widget-area .nr-search-form input { min-width: 0; border-radius: 8px 0 0 8px; background: #fff; }
.nr-sidebar-widget-area .nr-search-form button { border-radius: 0 8px 8px 0; background: var(--nr-text); padding-inline: 15px; }
.nr-sidebar-box--recent { margin-top: 2px; }
.nr-content { width: min(calc(100% - 32px), var(--nr-reading)); margin: 0 auto; font-family: Georgia, Cambria, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.65; }
.nr-content > * { max-width: 100%; }
.nr-content p { margin: 0 0 1.35em; }
.nr-content h2, .nr-content h3, .nr-content h4 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--nr-text);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.025em;
}
.nr-content h2 { margin: 1.9em 0 .62em; font-size: clamp(1.75rem, 2.6vw, 2.05rem); }
.nr-content h3 { margin: 1.7em 0 .55em; font-size: clamp(1.4rem, 2vw, 1.58rem); }
.nr-content h4 { margin: 1.55em 0 .5em; font-size: clamp(1.15rem, 1.6vw, 1.25rem); }
.nr-content h2 + h3, .nr-content h3 + h4 { margin-top: .9em; }
.nr-content a,
.nr-content a:visited { color: #d71920; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; font-weight: 500; }
.nr-content a:hover,
.nr-content a:focus-visible { color: #a90f16; text-decoration-thickness: 2px; }
.nr-content blockquote { margin: 1.6em 0; padding: 0 0 0 20px; border-left: 4px solid var(--nr-accent); font-size: 1.22em; }
.nr-content figure { margin: 1.8em 0; }
.nr-content ul, .nr-content ol { padding-left: 1.25em; }

.nr-summary { width: min(calc(100% - 32px), var(--nr-reading)); margin: 0 auto 28px; border: 1px solid var(--nr-line); border-radius: var(--nr-radius); padding: 18px; background: #fbfbfc; }
.nr-summary-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nr-summary-title { display: flex; align-items: center; gap: 8px; font-weight: 900; }
.nr-summary-badge { background: #e8eefc; color: #234887; font-size: .67rem; padding: 3px 7px; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; }
.nr-summary p { margin: 10px 0 0; color: #3e444b; }
.nr-listen { border: 1px solid #cfd5dc; background: #fff; border-radius: 999px; padding: 8px 13px; font-weight: 800; display: inline-flex; align-items: center; gap: 7px; }
.nr-listen:hover { border-color: var(--nr-accent); color: var(--nr-accent); }
.nr-listen[aria-pressed="true"] { background: #111318; color: #fff; border-color: #111318; }

.nr-share { width: min(calc(100% - 32px), var(--nr-reading)); margin: 26px auto; padding-top: 18px; border-top: 1px solid var(--nr-line); display: flex; gap: 10px; flex-wrap: wrap; }
.nr-share a { border: 1px solid var(--nr-line); border-radius: 999px; padding: 7px 11px; font-size: .8rem; font-weight: 800; }
.nr-related { width: min(calc(100% - 32px), 1120px); margin: 44px auto 0; }

.nr-newsletter { background: #f1f3f6; border-radius: var(--nr-radius); padding: 22px; }
.nr-newsletter h3 { margin-top: 0; }
.nr-newsletter-form { display: flex; gap: 8px; }
.nr-newsletter input { min-width: 0; width: 100%; border: 1px solid #ccd2d9; border-radius: 8px; padding: 10px 11px; }
.nr-newsletter button { border: 0; border-radius: 8px; background: var(--nr-text); color: #fff; font-weight: 800; padding: 10px 13px; }
.nr-newsletter-form-wrap { margin-top: 14px; }
.nr-newsletter-form-wrap form { display: grid; gap: 9px; }
.nr-newsletter-form-wrap input[type="email"],
.nr-newsletter-form-wrap input[type="text"] { width: 100%; min-width: 0; border: 1px solid #ccd2d9; border-radius: 8px; padding: 10px 11px; background: #fff; }
.nr-newsletter-form-wrap button,
.nr-newsletter-form-wrap input[type="submit"] { border: 0; border-radius: 8px; background: var(--nr-text); color: #fff; font-weight: 800; padding: 10px 13px; cursor: pointer; }

.nr-footer { margin-top: 54px; background: #111318; color: #e8ebef; }
.nr-footer-main { padding: 42px 0; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 36px; }
.nr-footer h3, .nr-footer h4 { color: #fff; }
.nr-footer-logo { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-size: 1.32rem; line-height: 1; font-weight: 900; letter-spacing: -.035em; }
.nr-footer-logo:hover { color: #fff; }
.nr-footer-logo img { width: 42px; height: 42px; object-fit: contain; flex: 0 0 auto; }
.nr-footer-about { max-width: 300px; margin: 16px 0 0; color: #aab0b9; font-size: .9rem; line-height: 1.6; }
.nr-footer ul { list-style: none; padding: 0; margin: 0; }
.nr-footer li { margin: 8px 0; }
.nr-footer a { color: #cbd0d7; }
.nr-footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 16px 0; color: #aab0b9; font-size: .78rem; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

@media (max-width: 980px) {
  .nr-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: #fff; border-bottom: 1px solid var(--nr-line); padding: 16px; }
  .nr-nav.is-open { display: block; }
  .nr-nav ul { display: grid; justify-content: start; gap: 12px; }
  .nr-menu-toggle { display: grid; }
  .nr-header-main { grid-template-columns: 1fr auto; }
  .nr-header-actions { grid-column: 2; }
  .nr-hero-grid, .nr-home-main, .nr-article-layout { grid-template-columns: 1fr; }
  .nr-side-stack { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .nr-sidebar, .nr-article-sidebar { position: static; }
  .nr-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nr-footer-main { grid-template-columns: 1fr 1fr; }
  .nr-currency-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nr-currency-item:nth-child(3n) { border-right: 0; }
}

@media (max-width: 640px) {
  .nr-container, .nr-reading, .nr-content, .nr-summary, .nr-article-head, .nr-article-hero, .nr-article-layout, .nr-related { width: min(calc(100% - 24px), var(--nr-max)); }
  .nr-topbar-links { display: none; }
  .nr-header-main { min-height: 64px; }
  .nr-nav { top: 64px; }
  .nr-brand { font-size: 1.32rem; }
  .nr-brand .custom-logo, .nr-default-logo { max-width: 218px; max-height: 45px; }
  .nr-lead { height: 410px; }
  .nr-lead h1, .nr-lead h2 { font-size: 2rem; line-height: 1.08; }
  .nr-side-stack, .nr-grid-4, .nr-grid-3, .nr-grid-2 { grid-template-columns: 1fr; }
  .nr-story-card { grid-template-columns: 112px 1fr; }
  .nr-story-card img { width: 112px; }
  .nr-article-title { font-size: 2.45rem; line-height: 1.04; }
  .nr-content { font-size: 1.125rem; line-height: 1.65; }
  .nr-content h2 { font-size: 1.65rem; }
  .nr-content h3 { font-size: 1.34rem; }
  .nr-content h4 { font-size: 1.13rem; }
  .nr-sidebar-story { grid-template-columns: 96px minmax(0, 1fr); }
  .nr-sidebar-thumb img { width: 96px; height: 62px; }
  .nr-summary-top { align-items: flex-start; flex-direction: column; }
  .nr-footer-main { grid-template-columns: 1fr; }
  .nr-ad { min-height: 100px; }
  .nr-currency-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .nr-currency-base { text-align: left; }
  .nr-currency-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nr-currency-item:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.11); }
  .nr-currency-item:nth-child(2n) { border-right: 0; }
}
