﻿.news-hero {
  padding: clamp(3.5rem, 7vw, 6rem) 0 2rem;
}

.news-hero__shell {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.news-hero__content,
.news-hero__aside {
  position: relative;
}

.news-hero__content {
  background:
    radial-gradient(circle at top left, rgba(191, 34, 2, 0.12), transparent 35%),
    linear-gradient(140deg, #fff8f4 0%, #f4f4f1 65%, #efece6 100%);
  border: 1px solid rgba(191, 34, 2, 0.12);
  border-radius: 30px;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.news-hero__content::after {
  background:
    linear-gradient(90deg, rgba(191, 34, 2, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(191, 34, 2, 0.06) 1px, transparent 1px);
  background-position: center;
  background-size: 24px 24px;
  content: "";
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
}

.news-hero__eyebrow,
.news-section-heading__eyebrow,
.news-signup__eyebrow,
.news-timeline__label,
.news-hero__feature-label {
  color: var(--site-primary);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.news-hero__title,
.news-section-heading__title,
.news-signup__title {
  color: #151515;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0;
  max-width: 14ch;
  position: relative;
  z-index: 1;
}

.news-hero__text,
.news-section-heading__text,
.news-story__text,
.news-card__text,
.news-timeline__text,
.news-signup__text,
.news-hero__feature-text {
  color: #55606d;
  font-size: 1rem;
  line-height: 1.75;
}

.news-hero__text {
  margin: 1.4rem 0 0;
  max-width: 62ch;
  position: relative;
  z-index: 1;
}

.news-hero__text--last {
  margin-top: 0.9rem;
}

.news-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.news-hero__button {
  min-width: 15rem;
}

.news-hero__link,
.news-story__link,
.news-card__link {
  align-items: center;
  border: 1px solid rgba(22, 27, 34, 0.16);
  border-radius: 999px;
  color: #161b22;
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.45rem;
  line-height: 1;
  padding: 0.75rem 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.news-hero__link::after,
.news-story__link::after,
.news-card__link::after,
.news-hero__feature-link::after,
.news-back-link::before {
  content: "";
  display: inline-block;
  height: 0.45rem;
  width: 0.45rem;
}

.news-hero__link::after,
.news-story__link::after,
.news-card__link::after,
.news-hero__feature-link::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

.news-hero__link:hover,
.news-hero__link:focus,
.news-story__link:hover,
.news-story__link:focus,
.news-card__link:hover,
.news-card__link:focus {
  background: rgba(191, 34, 2, 0.08);
  border-color: rgba(191, 34, 2, 0.28);
  color: var(--site-primary);
  transform: translateY(-1px);
}

.news-hero__aside {
  display: grid;
  gap: 1rem;
}

.news-hero__feature-card,
.news-hero__stat,
.news-story,
.news-card,
.news-timeline__item,
.news-signup__content {
  background: #ffffff;
  border: 1px solid rgba(22, 27, 34, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(18, 27, 38, 0.08);
}

.news-hero__feature-card {
  background: linear-gradient(145deg, #171b1f 0%, #232a31 100%);
  color: #ffffff;
  overflow: hidden;
  padding: 1.75rem;
}

.news-hero__feature-card::before {
  background: radial-gradient(circle at top right, rgba(191, 34, 2, 0.35), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.news-hero__feature-card > * {
  position: relative;
  z-index: 1;
}

.news-hero__feature-label {
  color: rgba(255, 255, 255, 0.75);
}

.news-hero__feature-title {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}

.news-hero__feature-text {
  color: rgba(255, 255, 255, 0.8);
  margin: 1rem 0 1.25rem;
}

.news-hero__feature-link {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #111827;
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.45rem;
  padding: 0.75rem 0.95rem;
  text-decoration: none;
}

.news-hero__feature-link:hover,
.news-hero__feature-link:focus {
  background: var(--site-primary);
  color: #ffffff;
}

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

.news-hero__stat {
  min-height: 10rem;
  padding: 1.25rem;
}

.news-hero__stat-value {
  color: var(--site-primary);
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.news-hero__stat-label {
  color: #5f6874;
  display: block;
  font-size: 0.95rem;
  line-height: 1.6;
}

.news-strips {
  padding: 0 0 1rem;
}

.news-strips__track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.news-strip {
  background: rgba(191, 34, 2, 0.08);
  border: 1px solid rgba(191, 34, 2, 0.12);
  border-radius: 999px;
  color: #5d311c;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.85rem 1.15rem;
}

.news-featured,
.news-latest,
.news-timeline,
.news-signup {
  padding: clamp(2rem, 4vw, 4rem) 0;
}

.news-section-heading {
  margin-bottom: 1.5rem;
}

.news-section-heading--split {
  align-items: end;
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
}

.news-section-heading__title {
  font-size: clamp(1.9rem, 3vw, 3rem);
  max-width: 18ch;
}

.news-section-heading__text {
  margin: 0;
}

.news-featured__grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
}

.news-story {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-story--lead {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.news-story--compact {
  min-height: 100%;
  padding: 1.5rem;
}

.news-story--accent {
  background: linear-gradient(160deg, #fff7f1 0%, #fff 100%);
}

.news-story__media {
  min-height: 100%;
}

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

.news-story__body {
  padding: 1.75rem;
}

.news-story__meta,
.news-card__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.news-story__tag,
.news-card__tag {
  background: rgba(191, 34, 2, 0.08);
  border-radius: 999px;
  color: var(--site-primary);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}

.news-story__date,
.news-card__time {
  color: #727a85;
  font-size: 0.9rem;
  font-weight: 600;
}

.news-story__title,
.news-card__title,
.news-timeline__title {
  color: #151515;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
}

.news-story__text,
.news-card__text,
.news-timeline__text {
  margin: 1rem 0 0;
}

.news-story__text--last {
  margin-top: 0.6rem;
}

.news-story__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
  margin-top: 1.4rem;
}

.news-story__link--ghost {
  background: transparent;
  color: #6f7782;
}

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

.news-card {
  overflow: hidden;
}

.news-card__image {
  aspect-ratio: 1.28;
  display: block;
  object-fit: cover;
  width: 100%;
}

.news-card__body {
  padding: 1.35rem;
}

.news-card__title {
  font-size: 1.3rem;
}

.news-card__dot {
  background: rgba(84, 92, 102, 0.35);
  border-radius: 50%;
  height: 0.28rem;
  width: 0.28rem;
}

.news-timeline__list {
  display: grid;
  gap: 1rem;
}

.news-timeline__item {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 1.5rem;
}

.news-timeline__marker {
  background: linear-gradient(180deg, var(--site-primary) 0%, #ffb598 100%);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(191, 34, 2, 0.08);
  display: block;
  height: 0.95rem;
  margin-top: 0.55rem;
  width: 0.95rem;
}

.news-timeline__label {
  margin-bottom: 0.55rem;
}

.news-signup__grid {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.news-signup__content {
  background: linear-gradient(150deg, #1a1e24 0%, #101215 100%);
  color: #ffffff;
  padding: clamp(1.8rem, 4vw, 3rem);
}

.news-signup__eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.news-signup__title {
  color: #ffffff;
  font-size: clamp(1.9rem, 3vw, 3rem);
  max-width: 14ch;
}

.news-signup__text {
  color: rgba(255, 255, 255, 0.8);
  margin: 1.1rem 0 0;
  max-width: 48ch;
}

.news-signup__card {
  margin: 0;
}

[data-bs-theme="dark"] .news-hero__content,
[data-bs-theme="dark"] .news-story,
[data-bs-theme="dark"] .news-card,
[data-bs-theme="dark"] .news-timeline__item {
  background: #16191d;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

[data-bs-theme="dark"] .news-hero__title,
[data-bs-theme="dark"] .news-section-heading__title,
[data-bs-theme="dark"] .news-signup__title,
[data-bs-theme="dark"] .news-story__title,
[data-bs-theme="dark"] .news-card__title,
[data-bs-theme="dark"] .news-timeline__title,
[data-bs-theme="dark"] .news-hero__link,
[data-bs-theme="dark"] .news-story__link,
[data-bs-theme="dark"] .news-card__link {
  color: #f1f3f6;
}

[data-bs-theme="dark"] .news-hero__text,
[data-bs-theme="dark"] .news-section-heading__text,
[data-bs-theme="dark"] .news-story__text,
[data-bs-theme="dark"] .news-card__text,
[data-bs-theme="dark"] .news-timeline__text,
[data-bs-theme="dark"] .news-hero__stat-label {
  color: #c1c7cf;
}

[data-bs-theme="dark"] .news-strip,
[data-bs-theme="dark"] .news-story__tag,
[data-bs-theme="dark"] .news-card__tag {
  background: rgba(191, 34, 2, 0.16);
}

@media (max-width: 1199.98px) {
  .news-hero__shell,
  .news-featured__grid,
  .news-signup__grid {
    grid-template-columns: 1fr;
  }

  .news-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .news-story--lead,
  .news-card-grid,
  .news-section-heading--split {
    grid-template-columns: 1fr;
  }

  .news-story__image {
    aspect-ratio: 1.25;
  }
}

@media (max-width: 767.98px) {
  .news-hero {
    padding-top: 2.5rem;
  }

  .news-hero__content,
  .news-hero__feature-card,
  .news-story__body,
  .news-story--compact,
  .news-card__body,
  .news-timeline__item,
  .news-signup__content {
    padding: 1.25rem;
  }

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

  .news-hero__button {
    min-width: 0;
    width: 100%;
  }
}

.news-workflow {
  padding: 0 0 clamp(2rem, 4vw, 4rem);
}

.news-workflow__grid,
.news-article__layout,
.news-studio-hero__shell,
.news-studio__layout {
  display: grid;
  gap: 1.25rem;
}

.news-workflow__grid,
.news-studio-hero__shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.news-workflow__content,
.news-workflow__step,
.news-article__content-shell,
.news-article__panel,
.news-studio__auth-card,
.news-studio__toolbar,
.news-studio__sidebar,
.news-studio__editor,
.news-studio__preview-shell,
.news-studio-hero__card {
  background: #ffffff;
  border: 1px solid rgba(22, 27, 34, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(18, 27, 38, 0.08);
}

.news-workflow__content,
.news-studio__auth-card,
.news-studio-hero__card,
.news-studio__toolbar,
.news-studio__sidebar,
.news-studio__editor,
.news-studio__preview-shell {
  padding: 1.5rem;
}

.news-workflow__text,
.news-workflow__step-text,
.news-article__summary,
.news-article__aside-copy,
.news-state__text,
.news-studio-hero__text,
.news-studio__toolbar-note,
.news-studio__empty,
.news-studio__preview-link,
.news-studio__status {
  color: #55606d;
  font-size: 1rem;
  line-height: 1.75;
}

.news-workflow__button {
  margin-top: 1rem;
}

.news-workflow__steps {
  display: grid;
  gap: 1rem;
}

.news-workflow__step {
  min-height: 100%;
  padding: 1.25rem;
}

.news-workflow__number {
  color: var(--site-primary);
  display: block;
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 0.65rem;
}

.news-workflow__step-title,
.news-studio-hero__card-title,
.news-studio__sidebar-title,
.news-studio__preview-title,
.news-state__title {
  color: #151515;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
}

.news-studio-hero {
  padding: clamp(3rem, 6vw, 5rem) 0 1.5rem;
}

.news-studio-hero__title {
  color: #151515;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  max-width: 13ch;
}

.news-studio-hero__steps {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
}

.news-studio-hero__steps li + li {
  margin-top: 0.55rem;
}

.news-studio__toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.news-studio__toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.news-studio__auth-card {
  margin: 0 auto;
  max-width: 42rem;
}

.news-studio__auth-form {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.news-studio__import-label {
  margin-bottom: 0;
}

.news-studio__layout {
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 0.95fr) minmax(320px, 0.7fr);
}

.news-studio__sidebar-header,
.news-studio__preview-header {
  margin-bottom: 1rem;
}

.news-studio__sidebar-label {
  color: var(--site-primary);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

.news-studio__article-list {
  display: grid;
  gap: 0.75rem;
}

.news-studio__article-button {
  background: #f8f7f3;
  border: 1px solid rgba(22, 27, 34, 0.08);
  border-radius: 18px;
  display: grid;
  gap: 0.3rem;
  padding: 1rem;
  text-align: left;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.news-studio__article-button:hover,
.news-studio__article-button:focus,
.news-studio__article-button.is-active {
  border-color: rgba(191, 34, 2, 0.32);
  transform: translateY(-1px);
}

.news-studio__article-category,
.news-studio__article-date {
  color: #6a727d;
  font-size: 0.88rem;
  font-weight: 600;
}

.news-studio__article-title {
  color: #161b22;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

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

.news-studio__field {
  display: grid;
  gap: 0.55rem;
}

.news-studio__field--full,
.news-studio__field--body {
  grid-column: 1 / -1;
}

.news-studio__field-label {
  color: #161b22;
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 600;
}

.news-studio__input {
  background: #fcfbf7;
  border: 1px solid rgba(22, 27, 34, 0.12);
  border-radius: 16px;
  color: #161b22;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  width: 100%;
}

.news-studio__textarea {
  min-height: 8rem;
  resize: vertical;
}

.news-studio__textarea--body {
  min-height: 20rem;
}

.news-studio__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.news-studio__status {
  margin: 1rem 0 0;
}

.news-studio__status[data-state="success"] {
  color: #0f766e;
}

.news-studio__status[data-state="error"] {
  color: #b91c1c;
}

.news-studio__preview-link {
  margin: 1rem 0;
  word-break: break-word;
}

.news-studio__preview-meta {
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
}

.news-studio__preview-content h2,
.news-article__content h2 {
  color: #151515;
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 1.75rem 0 0.8rem;
}

.news-studio__preview-content p,
.news-studio__preview-content ul,
.news-studio__preview-content blockquote,
.news-article__content p,
.news-article__content ul,
.news-article__content blockquote {
  color: #55606d;
  font-size: 1rem;
  line-height: 1.85;
}

.news-studio__preview-content ul,
.news-article__content ul {
  padding-left: 1.2rem;
}

.news-studio__preview-content blockquote,
.news-article__content blockquote {
  border-left: 3px solid rgba(191, 34, 2, 0.32);
  margin: 1.25rem 0;
  padding-left: 1rem;
}

.news-article-hero {
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
}

.news-back-link {
  align-items: center;
  border: 1px solid rgba(22, 27, 34, 0.14);
  border-radius: 999px;
  color: #606973;
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 600;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.7rem 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.news-back-link::before {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}

.news-back-link:hover,
.news-back-link:focus {
  background: rgba(191, 34, 2, 0.08);
  border-color: rgba(191, 34, 2, 0.24);
  color: var(--site-primary);
  transform: translateY(-1px);
}

.news-article-hero__grid,
.news-article__layout {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
}

.news-article-hero__content,
.news-article-hero__media {
  background: #ffffff;
  border: 1px solid rgba(22, 27, 34, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(18, 27, 38, 0.08);
}

.news-article-hero__content {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.news-article__eyebrow,
.news-article__aside-label {
  color: var(--site-primary);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.news-article__title {
  color: #151515;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  max-width: 14ch;
}

.news-article__summary {
  margin: 1rem 0 0;
  max-width: 58ch;
}

.news-article__meta {
  color: #6a727d;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  font-size: 0.92rem;
  font-weight: 600;
  margin-top: 1.4rem;
}

.news-article__cta {
  margin-top: 1.5rem;
}

.news-article__image {
  aspect-ratio: 1.04;
  border-radius: 28px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news-article {
  padding: 0 0 clamp(2rem, 4vw, 4rem);
}

.news-article__content-shell,
.news-article__panel {
  padding: 1.5rem;
}

.news-article__content p:first-child {
  margin-top: 0;
}

.news-article__highlights-list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-article__highlights-list li {
  border-left: 2px solid rgba(191, 34, 2, 0.28);
  color: #55606d;
  padding-left: 0.85rem;
}

.news-related {
  padding: 0 0 clamp(2rem, 4vw, 4rem);
}

.news-state {
  border-radius: 24px;
  padding: 1.35rem;
}

.news-state--empty {
  background: rgba(191, 34, 2, 0.05);
}

.news-state--error {
  background: rgba(185, 28, 28, 0.08);
}

.news-state__title {
  margin-bottom: 0.5rem;
}

[data-bs-theme="dark"] .news-workflow__content,
[data-bs-theme="dark"] .news-workflow__step,
[data-bs-theme="dark"] .news-article__content-shell,
[data-bs-theme="dark"] .news-article__panel,
[data-bs-theme="dark"] .news-article-hero__content,
[data-bs-theme="dark"] .news-article-hero__media,
[data-bs-theme="dark"] .news-studio__toolbar,
[data-bs-theme="dark"] .news-studio__sidebar,
[data-bs-theme="dark"] .news-studio__editor,
[data-bs-theme="dark"] .news-studio__preview-shell,
[data-bs-theme="dark"] .news-studio-hero__card {
  background: #16191d;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

[data-bs-theme="dark"] .news-workflow__step-title,
[data-bs-theme="dark"] .news-studio-hero__title,
[data-bs-theme="dark"] .news-studio-hero__card-title,
[data-bs-theme="dark"] .news-studio__sidebar-title,
[data-bs-theme="dark"] .news-studio__preview-title,
[data-bs-theme="dark"] .news-article__title,
[data-bs-theme="dark"] .news-state__title {
  color: #f1f3f6;
}

[data-bs-theme="dark"] .news-workflow__text,
[data-bs-theme="dark"] .news-workflow__step-text,
[data-bs-theme="dark"] .news-article__summary,
[data-bs-theme="dark"] .news-article__aside-copy,
[data-bs-theme="dark"] .news-studio-hero__text,
[data-bs-theme="dark"] .news-studio__toolbar-note,
[data-bs-theme="dark"] .news-studio__preview-link,
[data-bs-theme="dark"] .news-studio__empty,
[data-bs-theme="dark"] .news-state__text,
[data-bs-theme="dark"] .news-studio__status,
[data-bs-theme="dark"] .news-studio__preview-content p,
[data-bs-theme="dark"] .news-studio__preview-content ul,
[data-bs-theme="dark"] .news-article__content p,
[data-bs-theme="dark"] .news-article__content ul,
[data-bs-theme="dark"] .news-studio__article-category,
[data-bs-theme="dark"] .news-studio__article-date,
[data-bs-theme="dark"] .news-article__meta {
  color: #c1c7cf;
}

[data-bs-theme="dark"] .news-studio__input,
[data-bs-theme="dark"] .news-studio__article-button {
  background: #0f1215;
  border-color: rgba(255, 255, 255, 0.08);
  color: #f1f3f6;
}

[data-bs-theme="dark"] .news-studio__article-title,
[data-bs-theme="dark"] .news-back-link {
  color: #f1f3f6;
}

@media (max-width: 1199.98px) {
  .news-workflow__grid,
  .news-studio-hero__shell,
  .news-studio__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .news-article-hero__grid,
  .news-article__layout,
  .news-studio__form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .news-workflow__content,
  .news-studio-hero__card,
  .news-studio__toolbar,
  .news-studio__sidebar,
  .news-studio__editor,
  .news-studio__preview-shell,
  .news-article__content-shell,
  .news-article__panel {
    padding: 1.25rem;
  }

  .news-studio__toolbar {
    align-items: stretch;
  }

  .news-studio__toolbar-actions,
  .news-studio__actions {
    display: grid;
    width: 100%;
  }
}

/* Newsroom glow-up: image-led listing page using verified project assets. */
body[data-news-view="listing"] main {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 34%),
    radial-gradient(circle at 12% 5%, rgba(191, 34, 2, 0.12), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(30, 107, 72, 0.1), transparent 30%),
    #f4f4f1;
}

body[data-news-view="listing"] .news-hero {
  padding: clamp(2.6rem, 5vw, 4.75rem) 0 clamp(2.5rem, 5vw, 4rem);
}

body[data-news-view="listing"] .news-hero__shell {
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(24rem, 1.15fr);
}

body[data-news-view="listing"] .news-hero__content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}

body[data-news-view="listing"] .news-hero__content::after {
  display: none;
}

body[data-news-view="listing"] .news-hero__title {
  font-size: clamp(2.45rem, 3.9vw, 4.35rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
  max-width: 15.5ch;
}

body[data-news-view="listing"] .news-hero__text {
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  max-width: 46rem;
}

body[data-news-view="listing"] .news-hero__aside {
  gap: 1rem;
  grid-template-rows: auto auto;
}

body[data-news-view="listing"] .news-hero__feature-card {
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  position: relative;
}

body[data-news-view="listing"] .news-hero__feature-card::before {
  display: none;
}

.news-hero__feature-image {
  display: block;
  aspect-ratio: 16 / 9.5;
  height: auto;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.news-hero__feature-body {
  background: #ffffff;
  border-top: 1px solid rgba(22, 27, 34, 0.1);
  max-width: none;
  padding: clamp(1.25rem, 2.3vw, 2rem);
  position: static;
}

body[data-news-view="listing"] .news-hero__feature-text {
  color: #4f5a69;
  max-width: 36rem;
}

body[data-news-view="listing"] .news-hero__feature-title {
  color: #111827;
  font-size: clamp(1.35rem, 1.75vw, 1.95rem);
  line-height: 1.14;
  max-width: 24ch;
  text-shadow: none;
}

body[data-news-view="listing"] .news-hero__feature-text,
body[data-news-view="listing"] .news-hero__feature-label,
body[data-news-view="listing"] .news-hero__feature-link {
  text-shadow: none;
}

body[data-news-view="listing"] .news-hero__feature-label {
  color: var(--site-primary);
}

body[data-news-view="listing"] .news-hero__feature-link {
  background: #111827;
  border: 1px solid #111827;
  color: #ffffff;
}

body[data-news-view="listing"] .news-hero__feature-link:hover,
body[data-news-view="listing"] .news-hero__feature-link:focus {
  background: var(--site-primary);
  border-color: var(--site-primary);
  color: #ffffff;
}

body[data-news-view="listing"] .news-hero__stats {
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-news-view="listing"] .news-hero__stat {
  background: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 0;
  border-top: 1px solid rgba(22, 27, 34, 0.12);
  box-shadow: none;
  min-height: 0;
  padding: 1rem;
}

body[data-news-view="listing"] .news-hero__stat + .news-hero__stat {
  border-left: 1px solid rgba(22, 27, 34, 0.12);
}

body[data-news-view="listing"] .news-strips {
  padding: 0 0 clamp(2rem, 4vw, 3rem);
}

body[data-news-view="listing"] .news-strips__track {
  border-block: 1px solid rgba(22, 27, 34, 0.12);
  gap: 0;
  justify-content: space-between;
  padding: 0.85rem 0;
}

body[data-news-view="listing"] .news-strip {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #5d6775;
  padding: 0.45rem 0.7rem;
}

body[data-news-view="listing"] .news-featured,
body[data-news-view="listing"] .news-latest {
  padding: clamp(2.5rem, 5vw, 5rem) 0;
}

body[data-news-view="listing"] .news-section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

body[data-news-view="listing"] .news-section-heading__title {
  font-size: clamp(1.85rem, 3vw, 3.15rem);
  line-height: 1.05;
  max-width: 20ch;
}

body[data-news-view="listing"] .news-featured__grid {
  align-items: stretch;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.55fr) minmax(20rem, 0.7fr);
}

body[data-news-view="listing"] .news-story,
body[data-news-view="listing"] .news-card,
body[data-news-view="listing"] .news-workflow__content,
body[data-news-view="listing"] .news-workflow__step {
  border-radius: 8px;
  box-shadow: none;
}

body[data-news-view="listing"] .news-story {
  border-color: rgba(22, 27, 34, 0.1);
}

body[data-news-view="listing"] .news-story--lead {
  grid-row: span 2;
  min-height: 34rem;
}

body[data-news-view="listing"] .news-story--lead .news-story__image {
  min-height: 100%;
}

body[data-news-view="listing"] .news-story--compact {
  background: transparent;
  border-color: rgba(22, 27, 34, 0.12);
  border-radius: 0;
  border-width: 0 0 1px;
  padding: 1.35rem 0;
}

body[data-news-view="listing"] .news-story--accent {
  background: transparent;
}

body[data-news-view="listing"] .news-card-grid {
  gap: 1rem;
}

body[data-news-view="listing"] .news-card {
  background: #ffffff;
  border-color: rgba(22, 27, 34, 0.1);
  transition: border-color 0.22s ease, transform 0.22s ease;
}

body[data-news-view="listing"] .news-card:hover,
body[data-news-view="listing"] .news-card:focus-within {
  border-color: rgba(191, 34, 2, 0.35);
  transform: translateY(-4px);
}

body[data-news-view="listing"] .news-card__image {
  aspect-ratio: 16 / 10.5;
}

body[data-news-view="listing"] .news-workflow {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

body[data-news-view="listing"] .news-workflow__content,
body[data-news-view="listing"] .news-workflow__step {
  background: transparent;
  border-color: rgba(22, 27, 34, 0.12);
}

body[data-news-view="listing"] .news-workflow__step {
  border-width: 0 0 1px;
  padding-inline: 0;
}

body[data-news-view="listing"] .news-signup__grid {
  gap: 1rem;
}

body[data-news-view="listing"] .news-signup__content,
body[data-news-view="listing"] .news-signup__card {
  border-radius: 8px;
}

[data-bs-theme="dark"] body[data-news-view="listing"] main {
  background:
    radial-gradient(circle at 12% 5%, rgba(255, 121, 93, 0.14), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(50, 138, 94, 0.12), transparent 30%),
    #101319;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__content,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-story--compact,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-workflow__content,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-workflow__step {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__stat,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-story {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__stat + .news-hero__stat,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-strips__track {
  border-color: rgba(255, 255, 255, 0.13);
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-strip {
  color: #cbd2dc;
}

/* Final listing dark-mode polish. Keep this after the glow-up rules. */
[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__title,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-section-heading__title,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-story__title,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__title,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-workflow__step-title,
[data-bs-theme="dark"] body[data-news-view="listing"] .newsletter-card__title {
  color: #f8fafc;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__text,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-section-heading__text,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-story__text,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__text,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-workflow__text,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-workflow__step-text,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-signup__text,
[data-bs-theme="dark"] body[data-news-view="listing"] .newsletter-card__note,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__stat-label {
  color: #cbd5e1;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__stat,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-story,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__feature-card,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-signup__card,
[data-bs-theme="dark"] body[data-news-view="listing"] .newsletter-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__feature-body {
  background: #151a22;
  border-color: rgba(255, 255, 255, 0.12);
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__feature-title {
  color: #f8fafc;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__feature-text {
  color: #cbd5e1;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__feature-link {
  background: #f8fafc;
  border-color: #f8fafc;
  color: #111827;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__feature-link:hover,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__feature-link:focus {
  background: #ff8b73;
  border-color: #ff8b73;
  color: #111827;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-story--compact,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-workflow__content,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-workflow__step {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.13);
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-story__tag,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__tag,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__eyebrow,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-section-heading__eyebrow,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-signup__eyebrow {
  color: #ff8b73;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-story__tag,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__tag {
  background: rgba(255, 139, 115, 0.14);
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-story__date,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__time,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__dot {
  color: #aeb8c6;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__link,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-story__link,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__link {
  border-color: rgba(255, 255, 255, 0.18);
  color: #f8fafc;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__link:hover,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-hero__link:focus,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-story__link:hover,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-story__link:focus,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__link:hover,
[data-bs-theme="dark"] body[data-news-view="listing"] .news-card__link:focus {
  background: rgba(255, 139, 115, 0.14);
  border-color: rgba(255, 139, 115, 0.36);
  color: #ff8b73;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .newsletter-card__input {
  background: #111827;
  border-color: rgba(255, 255, 255, 0.14);
  color: #f8fafc;
}

[data-bs-theme="dark"] body[data-news-view="listing"] .newsletter-card__input::placeholder {
  color: #8f9baa;
}

@media (max-width: 1199.98px) {
  body[data-news-view="listing"] .news-hero__shell,
  body[data-news-view="listing"] .news-featured__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body[data-news-view="listing"] .news-hero__stats,
  body[data-news-view="listing"] .news-card-grid {
    grid-template-columns: 1fr;
  }

  body[data-news-view="listing"] .news-hero__stat + .news-hero__stat {
    border-left: 0;
  }

  body[data-news-view="listing"] .news-story--lead {
    min-height: 0;
  }
}

/* Article reading view: text-first, no oversized image template. */
body[data-news-view="article"] main {
  background: #f7f7f4;
}

body[data-news-view="article"] .news-article-hero {
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(1rem, 2vw, 1.75rem);
}

body[data-news-view="article"] .news-article-hero__grid {
  border-top: 1px solid rgba(22, 27, 34, 0.14);
  display: grid;
  gap: clamp(1.5rem, 3vw, 3rem);
  grid-template-columns: minmax(0, 0.66fr) minmax(18rem, 0.34fr);
  max-width: none;
  padding-top: clamp(1.4rem, 3vw, 2.3rem);
}

body[data-news-view="article"] .news-article-hero__content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

body[data-news-view="article"] .news-article-hero__media {
  align-self: start;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  display: block;
  overflow: hidden;
}

body[data-news-view="article"] .news-article__title {
  font-size: clamp(2rem, 3.25vw, 3.65rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  max-width: 19ch;
}

body[data-news-view="article"] .news-article__summary {
  color: #475569;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.72;
  max-width: 50rem;
}

body[data-news-view="article"] .news-article__meta {
  border-top: 1px solid rgba(22, 27, 34, 0.12);
  color: #64748b;
  margin-top: 1.4rem;
  padding: 0.8rem 0 0;
}

body[data-news-view="article"] .news-article__cta {
  align-self: start;
  justify-self: end;
  margin-top: 1rem;
}

body[data-news-view="article"] .news-article__image {
  aspect-ratio: 4 / 3.15;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

body[data-news-view="article"] .news-back-link {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

[data-bs-theme="dark"] body[data-news-view="article"] .news-back-link,
[data-bs-theme="dark"] body[data-news-view="article"] .news-card__link,
[data-bs-theme="dark"] body[data-news-view="article"] .news-story__link {
  border-color: rgba(255, 255, 255, 0.18);
  color: #f8fafc;
}

[data-bs-theme="dark"] body[data-news-view="article"] .news-back-link:hover,
[data-bs-theme="dark"] body[data-news-view="article"] .news-back-link:focus,
[data-bs-theme="dark"] body[data-news-view="article"] .news-card__link:hover,
[data-bs-theme="dark"] body[data-news-view="article"] .news-card__link:focus,
[data-bs-theme="dark"] body[data-news-view="article"] .news-story__link:hover,
[data-bs-theme="dark"] body[data-news-view="article"] .news-story__link:focus {
  background: rgba(255, 139, 115, 0.14);
  border-color: rgba(255, 139, 115, 0.36);
  color: #ff8b73;
}

body[data-news-view="article"] .news-article__eyebrow {
  background: rgba(191, 34, 2, 0.08);
  border-radius: 999px;
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.7rem;
}

body[data-news-view="article"] .news-article__layout {
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 0.72fr) minmax(18rem, 0.28fr);
}

body[data-news-view="article"] .news-article__content-shell,
body[data-news-view="article"] .news-article__panel {
  background: transparent;
  border-color: rgba(22, 27, 34, 0.12);
  border-radius: 0;
  box-shadow: none;
}

body[data-news-view="article"] .news-article__content-shell {
  border-width: 0;
  padding: 0;
}

body[data-news-view="article"] .news-article__panel {
  border-width: 1px 0 0;
  padding: 1.25rem 0;
}

body[data-news-view="article"] .news-article__content h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-top: 2.2rem;
}

body[data-news-view="article"] .news-article__content p,
body[data-news-view="article"] .news-article__content ul,
body[data-news-view="article"] .news-article__content blockquote {
  color: #334155;
  font-size: 1.05rem;
}

body[data-news-view="article"] .news-related {
  padding: clamp(1rem, 3vw, 2rem) 0 clamp(3rem, 6vw, 5rem);
}

body[data-news-view="article"] .news-related .news-section-heading__title {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 1.06;
  max-width: 18ch;
}

body[data-news-view="article"] .news-card-grid {
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-related-card {
  border-top: 1px solid rgba(22, 27, 34, 0.12);
  padding: 1.25rem 1.4rem 1.35rem 0;
}

.news-related-card + .news-related-card {
  border-left: 1px solid rgba(22, 27, 34, 0.12);
  padding-left: 1.4rem;
}

.news-related-card__title {
  color: #151515;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0;
}

.news-related-card__text {
  color: #55606d;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0.85rem 0 0;
}

[data-bs-theme="dark"] body[data-news-view="article"] main {
  background: #101319;
}

[data-bs-theme="dark"] body[data-news-view="article"] .news-article-hero__content,
[data-bs-theme="dark"] body[data-news-view="article"] .news-article__content-shell,
[data-bs-theme="dark"] body[data-news-view="article"] .news-article__panel {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.13);
}

[data-bs-theme="dark"] body[data-news-view="article"] .news-article-hero__grid,
[data-bs-theme="dark"] body[data-news-view="article"] .news-article__meta {
  border-color: rgba(255, 255, 255, 0.13);
}

[data-bs-theme="dark"] body[data-news-view="article"] .news-article__eyebrow {
  background: rgba(255, 139, 115, 0.14);
  color: #ff8b73;
}

[data-bs-theme="dark"] body[data-news-view="article"] .news-article__title,
[data-bs-theme="dark"] body[data-news-view="article"] .news-article__content h2,
[data-bs-theme="dark"] body[data-news-view="article"] .news-related-card__title,
[data-bs-theme="dark"] body[data-news-view="article"] .news-related .news-section-heading__title {
  color: #f8fafc;
}

[data-bs-theme="dark"] body[data-news-view="article"] .news-article__summary,
[data-bs-theme="dark"] body[data-news-view="article"] .news-article__content p,
[data-bs-theme="dark"] body[data-news-view="article"] .news-article__content ul,
[data-bs-theme="dark"] body[data-news-view="article"] .news-article__aside-copy,
[data-bs-theme="dark"] body[data-news-view="article"] .news-related-card__text {
  color: #cbd5e1;
}

[data-bs-theme="dark"] body[data-news-view="article"] .news-article__meta,
[data-bs-theme="dark"] body[data-news-view="article"] .news-related-card,
[data-bs-theme="dark"] body[data-news-view="article"] .news-related-card + .news-related-card {
  border-color: rgba(255, 255, 255, 0.13);
}

@media (max-width: 991.98px) {
  body[data-news-view="article"] .news-article-hero__grid,
  body[data-news-view="article"] .news-article__layout,
  body[data-news-view="article"] .news-card-grid {
    grid-template-columns: 1fr;
  }

  body[data-news-view="article"] .news-article__cta {
    justify-self: start;
  }

  .news-related-card + .news-related-card {
    border-left: 0;
    padding-left: 0;
  }
}
