.news-article {
  --article-ink: #1f241d;
  --article-muted: #687065;
  --article-line: rgba(29, 45, 24, 0.12);
  --article-soft: #f5f8f3;
  --article-green: #2f8c37;
  --article-green-dark: #236c2a;
  padding-bottom: 10rem;
  background:
    radial-gradient(circle at 15% 8%, rgba(73, 154, 69, 0.07), transparent 28rem),
    #fff;
}

.news-article__container {
  display: block !important;
}

.news-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(29rem, 0.8fr);
  align-items: start;
  gap: clamp(3rem, 4vw, 6.4rem);
}

.news-article__main,
.news-story,
.news-story__reading-column {
  min-width: 0;
}

.news-story__header {
  max-width: 96rem;
}

.news-story__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 2.2rem;
}

.news-story__badge {
  display: inline-flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0.7rem 1.35rem;
  border: 1px solid rgba(51, 137, 58, 0.22);
  border-radius: 999px;
  color: #245f29;
  background: linear-gradient(135deg, rgba(226, 247, 226, 0.98), rgba(197, 232, 198, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 0.5rem 1.5rem rgba(48, 114, 52, 0.08);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

a.news-story__badge:hover {
  color: #174c1d;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 0.8rem 2rem rgba(48, 114, 52, 0.13);
}

.news-story__badge--important {
  color: #7e4611;
  border-color: rgba(183, 111, 30, 0.22);
  background: linear-gradient(135deg, #fff4df, #ffe1ad);
}

.news-story__badge--market-impact {
  color: #1e5874;
  border-color: rgba(47, 115, 148, 0.2);
  background: linear-gradient(135deg, #e7f7ff, #cceaf7);
}

.news-story__badge--exclusive {
  color: #613f88;
  border-color: rgba(105, 70, 148, 0.2);
  background: linear-gradient(135deg, #f5ebff, #e4d0fa);
}

.news-story__title {
  max-width: 100%;
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(3.9rem, 4.3vw, 6.4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.news-story__lead {
  max-width: 84rem;
  margin: 2.4rem 0 0;
  color: #555e52;
  font-size: clamp(1.8rem, 1.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.58;
}

.news-story__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 3.2rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--article-line);
  border-bottom: 1px solid var(--article-line);
}

.news-story__meta-primary,
.news-story__metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.7rem;
}

.news-story__meta-item,
.news-story__metrics .article-metrics__item {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: var(--article-muted);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.news-story__meta-item svg,
.news-story__metrics svg {
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-story__metrics svg {
  fill: none;
}

.news-story__cover {
  position: relative;
  aspect-ratio: 16 / 9;
  max-height: 62rem;
  margin: 3.6rem 0 0;
  overflow: hidden;
  border-radius: 2.8rem;
  background: #e9eee7;
  box-shadow: 0 2.4rem 6rem rgba(30, 48, 25, 0.12);
}

.news-story__cover::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  pointer-events: none;
  content: "";
}

.news-story__cover-badges {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.news-story__cover-badges .news-story__badge {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(135deg, rgba(226, 247, 226, 0.94), rgba(183, 225, 184, 0.9));
  box-shadow: 0 0.8rem 2.4rem rgba(16, 35, 14, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

.news-story__cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-story__body-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 19rem) minmax(0, 1fr);
  align-items: start;
  gap: clamp(3rem, 4vw, 5.6rem);
  margin-top: 5rem;
}

.news-story__toc {
  position: sticky;
  top: 12rem;
  padding: 2rem;
  border: 1px solid var(--article-line);
  border-radius: 1.8rem;
  background: rgba(247, 250, 245, 0.88);
  box-shadow: 0 1.2rem 3.6rem rgba(42, 70, 35, 0.06);
  backdrop-filter: blur(12px);
}

.news-story__toc[hidden] {
  display: none !important;
}

.news-story__toc-eyebrow,
.news-related__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--article-green);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-story__toc-title {
  margin: 0 0 1.6rem;
  color: var(--article-ink);
  font-size: 1.8rem;
  font-weight: 750;
  line-height: 1.25;
}

.news-story__toc-list {
  display: grid;
  gap: 0.35rem;
}

.news-story__toc-link {
  position: relative;
  display: block;
  padding: 0.75rem 0 0.75rem 1.35rem;
  border: 0;
  color: #697066;
  background: none;
  font: inherit;
  font-size: 1.3rem;
  font-weight: 550;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  transition: color 160ms ease;
}

.news-story__toc-link::before {
  position: absolute;
  top: 0.85rem;
  bottom: 0.85rem;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: #d7ded4;
  content: "";
  transition: background 160ms ease, width 160ms ease;
}

.news-story__toc-link:hover,
.news-story__toc-link.is-active {
  color: var(--article-green-dark);
}

.news-story__toc-link.is-active::before {
  width: 3px;
  background: var(--article-green);
}

.news-story__reading-column {
  max-width: 80rem;
}

.news-story .post-content {
  margin: 0;
  color: #343a31;
  font-size: 1.76rem;
  font-weight: 400;
  line-height: 1.76;
}

.news-story .post-content > :first-child {
  margin-top: 0 !important;
}

.news-story .post-content > p:first-of-type {
  color: #2a3028;
  font-size: 1.96rem;
  line-height: 1.68;
}

.news-story .post-content p {
  margin: 0 0 1.55em;
}

.news-story .post-content h2,
.news-story .post-content h3,
.news-story .post-content h4 {
  max-width: 100%;
  color: var(--article-ink);
  font-weight: 780;
  letter-spacing: -0.025em;
  text-transform: none;
  text-wrap: balance;
  scroll-margin-top: 13rem;
}

.news-story .post-content h2 {
  margin: 2.15em 0 0.7em;
  font-size: clamp(2.7rem, 2.4vw, 3.6rem);
  line-height: 1.2;
}

.news-story .post-content h3 {
  margin: 1.8em 0 0.65em;
  font-size: clamp(2.2rem, 1.9vw, 2.8rem);
  line-height: 1.28;
}

.news-story .post-content h4 {
  margin: 1.7em 0 0.6em;
  font-size: 2rem;
  line-height: 1.3;
}

.news-story .post-content a {
  color: var(--article-green-dark);
  text-decoration-color: rgba(47, 140, 55, 0.38);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.news-story .post-content a:hover {
  color: #174d1e;
  text-decoration-color: currentColor;
}

.news-story .post-content ul,
.news-story .post-content ol {
  margin: 1.2rem 0 2.6rem;
  padding-left: 2.4rem;
}

.news-story .post-content li {
  margin: 0.65rem 0;
  padding-left: 0.45rem;
}

.news-story .post-content li::marker {
  color: var(--article-green);
  font-weight: 700;
}

.news-story .post-content blockquote {
  position: relative;
  margin: 3.2rem 0;
  padding: 2.5rem 2.8rem 2.5rem 3.2rem;
  border: 0;
  border-radius: 0 1.8rem 1.8rem 0;
  color: #2f392c;
  background: linear-gradient(135deg, #f2f8ef, #f8faf7);
  font-size: 1.9rem;
  font-weight: 550;
  line-height: 1.65;
}

.news-story .post-content blockquote::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #54a85a, #287b30);
  content: "";
}

.news-story .post-content blockquote p:last-child {
  margin-bottom: 0;
}

.news-story .post-content img,
.news-story .post-content video,
.news-story .post-content iframe {
  max-width: 100%;
  border-radius: 1.8rem;
}

.news-story .post-content figure {
  max-width: 100%;
  margin: 3rem 0;
}

.news-story .post-content figcaption {
  margin-top: 1rem;
  color: #798075;
  font-size: 1.3rem;
  line-height: 1.45;
  text-align: left;
}

.news-story .post-content table {
  width: 100%;
  margin: 3rem 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--article-line);
  border-radius: 1.4rem;
  font-size: 1.5rem;
}

.news-story .post-content th,
.news-story .post-content td {
  padding: 1.2rem 1.4rem;
  border-right: 1px solid var(--article-line);
  border-bottom: 1px solid var(--article-line);
  text-align: left;
}

.news-story .post-content th {
  background: var(--article-soft);
  font-weight: 700;
}

.news-story .post-content tr:last-child td,
.news-story .post-content tr:last-child th {
  border-bottom: 0;
}

.news-story .post-content tr > :last-child {
  border-right: 0;
}

.news-story__footer {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--article-line);
}

.news-story .post-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  margin: 0;
  padding: 2.2rem;
  border: 1px solid var(--article-line);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(246, 250, 244, 0.92), rgba(255, 255, 255, 0.98));
  box-shadow: 0 1.5rem 4rem rgba(39, 69, 32, 0.06);
}

.news-story .post-reactions,
.news-story .post-share {
  margin: 0;
}

.news-story .post-reactions,
.news-story .post-share {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.news-story .post-reactions__question,
.news-story .post-share__label {
  margin: 0;
  color: #4f584c;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.news-story .post-reactions__buttons,
.news-story .post-share__buttons {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.news-story .post-reaction {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  min-height: 4.2rem;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(38, 68, 31, 0.14);
  border-radius: 999px;
  color: #5c6559;
  background: #fff;
  box-shadow: 0 0.5rem 1.4rem rgba(35, 67, 29, 0.05);
  flex-shrink: 0;
  font: inherit;
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.news-story .post-reaction:hover {
  border-color: rgba(47, 140, 55, 0.34);
  color: var(--article-green-dark);
  transform: translateY(-1px);
}

.news-story .post-reaction.is-active {
  border-color: rgba(47, 140, 55, 0.32);
  color: #1f7228;
  background: #eef8ec;
}

.news-story .post-reaction:focus-visible,
.news-story .post-share__button:focus-visible,
.like-thanks__close:focus-visible,
.like-thanks__cta:focus-visible {
  outline: 2px solid var(--article-green);
  outline-offset: 3px;
}

.news-story .post-reaction:disabled {
  opacity: 0.6;
  cursor: wait;
}

.news-story .post-reaction__icon {
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 10.5 12 3.8c.7-1.3 2.7-.8 2.7.7V9h4.1a2 2 0 0 1 1.9 2.6l-2 6.5a3 3 0 0 1-2.9 2.1H8.5V10.5Zm0 0H4v9.7h4.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 10.5 12 3.8c.7-1.3 2.7-.8 2.7.7V9h4.1a2 2 0 0 1 1.9 2.6l-2 6.5a3 3 0 0 1-2.9 2.1H8.5V10.5Zm0 0H4v9.7h4.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.news-story .post-reaction--dislike .post-reaction__icon {
  transform: rotate(180deg);
}

.news-story .post-reaction__label,
.news-story .post-reaction__count {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.news-story .post-reaction__count {
  min-width: 1.2rem;
  color: #7b8378;
  text-align: center;
}

.news-story .post-share__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  flex: 0 0 4.2rem;
  padding: 0;
  border: 1px solid rgba(38, 68, 31, 0.14);
  border-radius: 50%;
  color: #596256;
  background: #fff;
  box-shadow: 0 0.5rem 1.4rem rgba(35, 67, 29, 0.05);
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.news-story .post-share__button:hover {
  border-color: rgba(47, 140, 55, 0.32);
  color: var(--article-green-dark);
  background: #f0f8ee;
  transform: translateY(-1px);
}

.news-story .post-share__button svg {
  display: block;
  width: 1.85rem !important;
  height: 1.85rem !important;
  max-width: 1.85rem !important;
  max-height: 1.85rem !important;
  flex: 0 0 1.85rem;
  fill: currentColor;
}

/* Restored compact engagement row shared with the ParadTrade blog. */
.news-story .post-options {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.news-story .post-options__reaction,
.news-story .post-options__share-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
}

.news-story .post-options__reaction {
  align-items: flex-start;
  gap: 0.6rem;
  text-align: left;
}

.news-story .post-options__share-group {
  align-items: flex-end;
  gap: 0.5rem;
  text-align: right;
}

.news-story .post-options__reaction-title,
.news-story .post-options__share-title {
  color: #5f6658;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.news-story .post-reactions {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 3.8rem;
  overflow: hidden;
  border-radius: 999px;
  color: #343a30;
  background: #f1f3ee;
}

.news-story .post-options__share {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.news-story .post-options__share-link,
.news-story .post-options__share-link:not(:first-of-type) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0.7rem;
  color: #687064;
  background: transparent;
  flex: 0 0 3.6rem;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease;
}

.news-story .post-options__share-link img {
  display: block;
  width: 2.65rem;
  height: 2.65rem;
  object-fit: contain;
}

.news-story .post-options__share-link svg {
  display: block;
  width: 2.05rem;
  height: 2.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-story .post-options__share-link.post-options__copy,
.news-story .post-options__share-link.post-options__copy:not(:first-of-type) {
  border-radius: 50%;
  color: #527d23;
  background: #edf5e5;
}

.news-story .post-options__share-link:hover {
  color: #527d23;
  background: transparent;
  opacity: 0.78;
  transform: translateY(-2px);
}

.news-story .post-options__share-link.post-options__copy:hover {
  color: #3f6519;
  background: #dfeecf;
}

.news-story .post-options__share-link:focus-visible {
  color: #527d23;
  background: transparent;
  outline: 2px solid rgba(111, 159, 53, 0.48);
  outline-offset: 0.35rem;
}

html.has-like-thanks {
  overflow: hidden;
}

.like-thanks[hidden],
.post-copy-toast[hidden] {
  display: none !important;
}

.like-thanks {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 220ms ease;
}

.like-thanks.is-visible {
  opacity: 1;
}

.like-thanks__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 14, 0.58);
  backdrop-filter: blur(7px);
  pointer-events: none;
}

.like-thanks__dialog {
  position: relative;
  width: min(100%, 52rem);
  padding: 4rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 2.6rem;
  background:
    radial-gradient(circle at 86% 12%, rgba(145, 214, 104, 0.22), transparent 16rem),
    #fff;
  box-shadow: 0 3rem 9rem rgba(10, 23, 8, 0.28);
  text-align: center;
  transform: translateY(1.4rem) scale(0.98);
  transition: transform 260ms ease;
}

.like-thanks.is-visible .like-thanks__dialog {
  transform: translateY(0) scale(1);
}

.like-thanks__close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
  border: 1px solid var(--article-line);
  border-radius: 50%;
  color: #5d6659;
  background: rgba(255, 255, 255, 0.84);
  font: inherit;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

.like-thanks__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 1.8rem;
  border-radius: 50%;
  color: var(--article-green-dark);
  background: #eaf7e8;
}

.like-thanks__icon svg {
  width: 3rem;
  height: 3rem;
}

.like-thanks__eyebrow {
  margin: 0 0 1rem;
  color: var(--article-green);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.like-thanks__title {
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.like-thanks__text {
  margin: 1.6rem auto 0;
  color: #646d61;
  font-size: 1.55rem;
  line-height: 1.58;
}

.like-thanks__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  min-height: 5rem;
  margin-top: 2.4rem;
  padding: 1.2rem 2rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #3d9e45, #26792e);
  box-shadow: 0 1.2rem 2.6rem rgba(47, 140, 55, 0.22);
  font-size: 1.4rem;
  font-weight: 750;
  text-decoration: none;
}

.like-thanks__cta svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}

.post-copy-toast {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1250;
  padding: 1.25rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.2rem;
  color: #fff;
  background: rgba(25, 34, 23, 0.94);
  box-shadow: 0 1.6rem 4rem rgba(10, 18, 8, 0.23);
  font-size: 1.35rem;
  font-weight: 650;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.post-copy-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.news-story .like-thanks__icon svg {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-related {
  margin-top: 8rem;
  padding-top: 4.5rem;
  border-top: 1px solid var(--article-line);
}

.news-related__header {
  display: block;
  margin-bottom: 2.7rem;
}

.news-related__title {
  margin: 0;
  color: var(--article-ink);
  font-size: clamp(3rem, 3vw, 4.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.news-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.news-related .news-card--feed {
  height: 100%;
}

.news-article__layout > .sidebar {
  position: sticky !important;
  top: 11rem !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

.news-article__layout > .sidebar .sidebar__block {
  width: 100%;
  max-width: none;
}

.news-article .sidebar-events__card-img--placeholder {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(155, 213, 86, 0.34), transparent 10rem),
    linear-gradient(145deg, #172019, #2b3a2d);
}

.news-article .sidebar-events__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  padding-bottom: 2.8rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.035em;
}

.news-article .sidebar-events__placeholder strong {
  font-weight: 800;
}

.news-article .sidebar-events__placeholder em {
  color: #9bd556;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 1279px) {
  .news-article__layout {
    grid-template-columns: minmax(0, 2fr) minmax(27rem, 0.85fr);
    gap: 3rem;
  }

  .news-story__body-layout {
    grid-template-columns: 1fr;
  }

  .news-story__toc {
    position: relative;
    top: auto;
  }

  .news-story__toc-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.2rem 2rem;
  }
}

@media (max-width: 1099px) {
  .news-article__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .news-story__reading-column {
    max-width: 86rem;
  }

  .news-article__layout > .sidebar {
    position: static !important;
    margin-top: 7rem;
  }
}

@media (max-width: 767px) {
  .news-article {
    padding-bottom: 7rem;
  }

  .news-story__badges {
    margin-bottom: 1.6rem;
  }

  .news-story__badge {
    min-height: 3rem;
    padding: 0.6rem 1.1rem;
    font-size: 1.15rem;
  }

  .news-story__title {
    font-size: clamp(3.2rem, 10.5vw, 4.4rem);
    line-height: 1.1;
  }

  .news-story__lead {
    margin-top: 1.8rem;
    font-size: 1.75rem;
  }

  .news-story__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2.4rem;
  }

  .news-story__meta-primary,
  .news-story__metrics {
    gap: 1.2rem;
  }

  .news-story__cover {
    aspect-ratio: 4 / 3;
    margin-top: 2.5rem;
    border-radius: 1.8rem;
  }

  .news-story__cover-badges {
    top: 1.4rem;
    left: 1.4rem;
  }

  .news-story__body-layout {
    gap: 3rem;
    margin-top: 3.2rem;
  }

  .news-story__toc {
    padding: 1.8rem;
  }

  .news-story__toc-list {
    grid-template-columns: 1fr;
  }

  .news-story .post-content {
    font-size: 1.65rem;
    line-height: 1.72;
  }

  .news-story .post-content > p:first-of-type {
    font-size: 1.78rem;
  }

  .news-story .post-content blockquote {
    padding: 2.1rem 2rem 2.1rem 2.4rem;
    font-size: 1.72rem;
  }

  .news-story .post-options {
    gap: 2rem;
  }

  .like-thanks__dialog {
    padding: 3.5rem 2.2rem 2.6rem;
    border-radius: 2rem;
  }

  .news-related {
    margin-top: 6rem;
    padding-top: 3.6rem;
  }

  .news-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .news-story .post-options {
    align-items: stretch;
    flex-direction: column;
    gap: 1.8rem;
  }

  .news-story .post-options__share-group {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 419px) {
  .news-story .post-reaction__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .news-story .post-reaction {
    min-width: 4.2rem;
    padding-inline: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-story__badge,
  .news-story__toc-link {
    transition: none;
  }
}
