:root {
  --news-ink: #17202a;
  --news-muted: #5d6976;
  --news-paper: #f4f2ed;
  --news-white: #ffffff;
  --news-charcoal: #1e2933;
  --news-charcoal-soft: #2b3844;
  --news-bronze: #9b7440;
  --news-bronze-dark: #73532d;
  --news-line: #d8d4cb;
  --news-blue: #163f70;
}

/* Pagina editorială nu folosește fundalul fotografic global al aplicației.
   `:has()` acoperă și HTML-ul prerandat înainte ca React să monteze layoutul,
   iar clasa de pe body păstrează comportamentul în navigarea client-side. */
body:has(.news-shell)::before,
body.news-page-active::before {
  display: none !important;
}

body:has(.news-shell)::after,
body.news-page-active::after {
  background-color: var(--news-paper) !important;
}

body.news-page-active {
  background-color: var(--news-paper) !important;
  background-image: none !important;
}

.news-shell,
.news-shell * {
  box-sizing: border-box;
}

.news-shell {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: 100vh;
  background-color: var(--news-paper) !important;
  background-image: none !important;
  color: var(--news-ink);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.news-shell a {
  color: inherit;
}

.news-site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #d9dde0;
  background: #fff;
}

.news-header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.news-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #17202a;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.055em;
}

.news-brand img {
  border-radius: 50%;
}

.news-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.86rem;
  font-weight: 600;
}

.news-nav > a {
  text-decoration: none;
}

.news-nav > a:not(.news-nav-action):hover {
  color: var(--news-blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.news-nav-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 12px;
  background: var(--news-charcoal);
  color: #fff !important;
}

.news-nav-action:hover {
  background: #111921;
}

.news-nav a:focus-visible,
.news-brand:focus-visible,
.news-button:focus-visible,
.news-read-link:focus-visible,
.news-source-links a:focus-visible,
.news-aside-cta:focus-visible {
  outline: 3px solid #c38d43;
  outline-offset: 3px;
}

.news-index-hero {
  background: var(--news-charcoal);
  color: #fff;
  border-bottom: 4px solid var(--news-bronze);
}

.news-index-hero-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0 88px;
}

.news-section-kicker {
  margin: 0 0 20px;
  color: #e4cda9;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.news-index-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.news-index-hero h1 + p {
  max-width: 670px;
  margin: 24px 0 0;
  color: #d9e0e6;
  font-size: 1.08rem;
  line-height: 1.75;
}

.news-index-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0 110px;
}

.news-index-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.news-index-heading p,
.news-index-heading h2 {
  margin: 0;
}

.news-index-heading p {
  color: var(--news-bronze-dark);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.news-index-heading h2 {
  margin-top: 5px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  letter-spacing: -0.025em;
}

.news-index-heading > span {
  color: var(--news-muted);
  font-size: 0.85rem;
}

.news-featured-article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--news-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(23, 32, 42, 0.08);
}

.news-featured-marker {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #ece7dd;
  color: var(--news-bronze-dark);
}

.news-document-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  background: #eee8de;
  color: #624820;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.065em;
}

.news-featured-copy h3 {
  max-width: 780px;
  margin: 13px 0 10px;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.26;
  letter-spacing: -0.025em;
}

.news-featured-copy h3 a {
  text-decoration: none;
}

.news-featured-copy h3 a:hover {
  color: var(--news-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-featured-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--news-muted);
  line-height: 1.7;
}

.news-article-meta,
.news-hero-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
}

.news-article-meta {
  margin-top: 18px;
  color: var(--news-muted);
  font-size: 0.79rem;
}

.news-article-meta span,
.news-hero-byline span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.news-read-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  color: var(--news-blue) !important;
  font-weight: 750;
  text-decoration: none;
}

.news-read-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.news-article-hero {
  background: var(--news-charcoal);
  color: #fff;
  border-bottom: 4px solid var(--news-bronze);
}

.news-article-hero-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 0;
}

.news-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  color: #c9d2d9;
  font-size: 0.78rem;
}

.news-breadcrumbs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.news-breadcrumbs a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-breadcrumbs span {
  color: #fff;
}

.news-document-label-on-dark {
  border: 1px solid #896b41;
  background: #352f28;
  color: #f2dcb8;
}

.news-article-hero h1 {
  max-width: 970px;
  margin: 24px 0 0;
  font-size: clamp(2.15rem, 5.6vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.news-article-deck {
  max-width: 780px;
  margin: 26px 0 0;
  color: #d9e0e6;
  font-size: clamp(1rem, 1.5vw, 1.17rem);
  line-height: 1.75;
}

.news-hero-byline {
  margin-top: 27px;
  color: #bac5cd;
  font-size: 0.8rem;
}

.news-summary-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  margin: 48px 0 0;
  border-top: 1px solid #52606b;
  background: var(--news-charcoal-soft);
}

.news-summary-strip > div {
  min-height: 116px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 6px;
  padding: 24px 28px;
  border-right: 1px solid #52606b;
}

.news-summary-strip > div:last-child {
  border-right: 0;
}

.news-summary-strip dt {
  color: #c5ced5;
  font-size: 0.76rem;
}

.news-summary-strip dd {
  margin: 0;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.news-reading-layout {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(250px, 300px);
  gap: clamp(48px, 7vw, 84px);
  align-items: start;
  padding: 72px 0 110px;
}

.news-reading-layout-single {
  display: block;
  max-width: 780px;
}

.news-editorial-grid {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}

.news-editorial-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

.news-generic-article > .news-lead + .news-lead {
  margin-top: 20px;
}

.news-quick-summary {
  margin-top: 0 !important;
  padding: 24px;
  border-left: 4px solid var(--news-bronze);
  background: #f4f1eb;
}

.news-quick-summary ul,
.news-generic-article section > ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.news-quick-summary li + li,
.news-generic-article section > ul li + li {
  margin-top: 8px;
}

.news-generic-article table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.news-faq > div {
  padding: 20px 0;
  border-top: 1px solid var(--news-line);
}

.news-faq h3 {
  margin: 0 0 8px;
  color: #1a252f;
  font-size: 1.08rem;
}

.news-editorial-sources {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.news-editorial-sources li,
.news-editorial-sources span {
  display: block;
}

.news-editorial-sources span {
  margin-top: 4px;
  color: var(--news-muted);
  font-size: 0.8rem;
}

.news-related-links {
  margin-top: 58px;
  padding: 24px;
  border: 1px solid var(--news-line);
  background: #f8f6f1;
}

.news-related-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.news-related-links a {
  color: var(--news-blue);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.news-article-body {
  min-width: 0;
}

.news-article-body section {
  margin-top: 72px;
}

.news-article-body h2 {
  margin: 0 0 22px;
  color: #1a252f;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.22;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.news-article-body p,
.news-article-body li {
  color: #394550;
  font-size: 1rem;
  line-height: 1.86;
}

.news-article-body p + p {
  margin-top: 20px;
}

.news-article-body p a {
  color: var(--news-blue);
  font-weight: 650;
  text-underline-offset: 3px;
}

.news-lead {
  margin: 0;
  color: #26323d !important;
  font-size: clamp(1.08rem, 1.7vw, 1.24rem) !important;
  line-height: 1.78 !important;
  font-weight: 520;
}

.news-fact-callout {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid #c8d3c9;
  border-radius: 14px;
  background: #edf4ed;
  color: #27603a;
}

.news-fact-callout svg {
  flex: 0 0 auto;
  margin-top: 2px;
}

.news-fact-callout p {
  margin: 0;
  color: #234b31;
  line-height: 1.65;
}

.news-section-heading-row > div > p {
  margin: -10px 0 26px;
  color: var(--news-muted);
  font-size: 0.92rem;
}

.news-question-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-question-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--news-line);
  border-radius: 16px;
  background: #fff;
}

.news-question-card-head {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid #d8d3ca;
  background: #e9e6df;
}

.news-question-number {
  display: block;
  margin-bottom: 5px;
  color: var(--news-bronze-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-question-card h3 {
  margin: 0;
  color: #202b35;
  font-size: 1.02rem;
  line-height: 1.4;
}

.news-question-answer-badge {
  justify-self: start;
  padding: 8px 11px;
  border: 1px solid #a9c6b2;
  border-radius: 8px;
  background: #edf4ed;
  color: #255738;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.45;
}

.news-question-card-body {
  display: grid;
  min-width: 0;
}

.news-question-copy,
.news-question-evidence {
  min-width: 0;
  padding: 18px;
}

.news-question-evidence {
  border-top: 1px solid #e3ded6;
  background: #faf9f6;
}

.news-question-kicker {
  margin: 0 0 8px !important;
  color: #77572d !important;
  font-size: 0.7rem !important;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.news-question-prompt {
  margin: 0;
  color: #202b35;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.58;
}

.news-question-statements {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  color: #36414a;
  font-size: 0.91rem;
  line-height: 1.62;
}

.news-question-statements p {
  margin: 0;
  padding-left: 12px;
  border-left: 2px solid #c8b38f;
}

.news-question-options {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.news-question-options li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid #e0dcd4;
  border-radius: 9px;
  background: #f8f6f2;
  color: #46515a;
  font-size: 0.88rem;
  line-height: 1.55;
}

.news-question-options li.is-correct {
  border-color: #8fb59b;
  background: #edf4ed;
  color: #234b31;
  font-weight: 700;
}

.news-question-option-letter {
  color: #6a4b24;
  font-weight: 850;
}

.news-question-evidence > p:not(.news-question-kicker) {
  margin: 0;
  color: #48535c;
  font-size: 0.9rem;
  line-height: 1.7;
}

.news-question-source {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ddd8cf;
  color: #514a40;
  font-size: 0.8rem;
  line-height: 1.6;
}

.news-question-source strong {
  color: #39342d;
}

.news-question-source svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--news-bronze-dark);
}

.news-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 760px) {
  .news-question-card-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 20px 22px;
  }

  .news-question-answer-badge {
    justify-self: end;
    max-width: 310px;
    text-align: right;
  }

  .news-question-card-body {
    grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  }

  .news-question-copy,
  .news-question-evidence {
    padding: 22px;
  }

  .news-question-evidence {
    border-top: 0;
    border-left: 1px solid #e3ded6;
  }
}

.news-official-source {
  padding: 26px;
  border: 1px solid #b9c5ce;
  border-radius: 16px;
  background: #eef2f4;
}

.news-official-source > div:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
}

.news-source-seal {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--news-charcoal);
  color: #fff;
}

.news-official-source h2,
.news-official-source > div:first-child p {
  margin: 0;
}

.news-official-source > div:first-child p {
  color: #5d6976;
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.news-official-source h2 {
  margin-top: 3px;
  font-size: 1.35rem;
}

.news-source-links {
  display: grid;
  gap: 10px;
  margin-top: 21px;
}

.news-source-links a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 14px 15px;
  border-radius: 12px;
  background: #fff;
  color: #23313c;
  text-decoration: none;
}

.news-source-links a:hover strong {
  color: var(--news-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-source-links span,
.news-source-links small {
  display: block;
}

.news-source-links strong {
  font-size: 0.82rem;
}

.news-source-links small {
  margin-top: 2px;
  color: #6d7881;
  font-size: 0.7rem;
}

.news-admission-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--news-blue) !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-underline-offset: 3px;
}

.news-final-cta {
  padding: 34px;
  border-radius: 16px;
  background: var(--news-charcoal);
  color: #fff;
}

.news-final-cta > div:first-child > p {
  margin: 0 0 8px;
  color: #e1c99f;
  font-size: 0.72rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.news-final-cta h2 {
  margin-bottom: 14px;
  color: #fff;
}

.news-final-cta span {
  display: block;
  max-width: 600px;
  color: #d7dfe5;
  font-size: 0.94rem;
  line-height: 1.7;
}

.news-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 25px;
}

.news-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 17px;
  border-radius: 12px;
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.news-button-primary {
  background: #c49554;
  color: #17202a !important;
}

.news-button-primary:hover {
  background: #d8ad70;
}

.news-button-secondary {
  border: 1px solid #77838d;
  color: #fff !important;
}

.news-button-secondary:hover {
  border-color: #fff;
  background: #2b3945;
}

.news-disclaimer {
  margin: 22px 0 0 !important;
  color: #5d6976 !important;
  font-size: 0.75rem !important;
  line-height: 1.65 !important;
}

.news-article-aside {
  min-width: 0;
}

.news-aside-sticky {
  position: sticky;
  top: 28px;
  padding: 24px;
  border-top: 3px solid var(--news-bronze);
  background: #e9e6df;
}

.news-aside-label {
  margin: 0;
  color: var(--news-bronze-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.news-aside-sticky h2 {
  margin: 8px 0 11px;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.news-aside-sticky > p:not(.news-aside-label) {
  margin: 0;
  color: #5a625f;
  font-size: 0.78rem;
  line-height: 1.65;
}

.news-source-links-compact a {
  grid-template-columns: auto minmax(0, 1fr);
  padding: 12px;
}

.news-source-links-compact a > svg:last-child {
  display: none;
}

.news-aside-cta {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  border-radius: 12px;
  background: var(--news-charcoal);
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.news-footer {
  border-top: 1px solid #d7d2c8;
  background: #e9e6df;
  color: #303b43;
}

.news-footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 50px;
  padding: 46px 0 34px;
}

.news-footer-inner strong {
  font-size: 1rem;
}

.news-footer-inner p {
  max-width: 470px;
  margin: 9px 0 0;
  color: #59636b;
  font-size: 0.8rem;
  line-height: 1.65;
}

.news-footer-inner nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 24px;
  align-content: start;
}

.news-footer-inner nav a {
  color: #3c4851;
  font-size: 0.78rem;
  font-weight: 600;
  text-underline-offset: 3px;
}

.news-footer-legal {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 17px 0 24px;
  border-top: 1px solid #d2cdc3;
  color: #59636b;
  font-size: 0.75rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .news-reading-layout {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
  }

  .news-article-aside {
    display: none;
  }

  .news-featured-article {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .news-read-link {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .news-header-inner {
    min-height: 66px;
  }

  .news-brand img {
    width: 38px;
    height: 38px;
  }

  .news-nav > a:not(.news-nav-action) {
    display: none;
  }

  .news-nav-action {
    min-height: 40px;
    padding: 9px 12px;
  }

  .news-index-hero-inner {
    padding: 64px 0 68px;
  }

  .news-index-content {
    padding: 50px 0 78px;
  }

  .news-index-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .news-featured-article {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

  .news-featured-marker {
    width: 52px;
    height: 52px;
  }

  .news-read-link {
    grid-column: 1;
  }

  .news-article-hero-inner {
    padding-top: 25px;
  }

  .news-breadcrumbs {
    margin-bottom: 30px;
  }

  .news-article-hero h1 {
    margin-top: 20px;
  }

  .news-summary-strip {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .news-summary-strip > div {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid #52606b;
  }

  .news-summary-strip > div:last-child {
    border-bottom: 0;
  }

  .news-reading-layout {
    padding: 52px 0 78px;
  }

  .news-article-body section {
    margin-top: 58px;
  }

  .news-final-cta,
  .news-official-source {
    padding: 24px 20px;
  }

  .news-cta-actions,
  .news-button {
    width: 100%;
  }

  .news-footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 420px) {
  .news-header-inner,
  .news-index-hero-inner,
  .news-index-content,
  .news-article-hero-inner,
  .news-reading-layout,
  .news-footer-inner,
  .news-footer-legal {
    width: min(100% - 24px, 1120px);
  }

  .news-brand span {
    font-size: 0.77rem;
  }

  .news-nav-action svg {
    display: none;
  }

  .news-nav-action {
    font-size: 0.76rem;
  }

  .news-breadcrumbs {
    gap: 6px;
    font-size: 0.7rem;
  }

  .news-question-card-head,
  .news-question-copy,
  .news-question-evidence {
    padding: 16px;
  }

  .news-question-answer-badge {
    width: 100%;
  }

  .news-source-links a {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .news-source-links a > svg:last-child {
    display: none;
  }

  .news-footer-inner nav {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-shell *,
  .news-shell *::before,
  .news-shell *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
