.news-spotlight__card {
  background: linear-gradient(135deg, rgba(24, 59, 86, 0.04), rgba(199, 102, 59, 0.08));
  border: 1px solid var(--fa-line);
  border-radius: 1.5rem;
  box-shadow: var(--fa-shadow);
  overflow: hidden;
  padding: 1.35rem;
}

.news-spotlight__content,
.news-front__support {
  display: grid;
  gap: 1rem;
}

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

.news-hub-editor-ad,
.news-front__lead-ad {
  background: linear-gradient(135deg, rgba(24, 59, 86, 0.05), rgba(199, 102, 59, 0.12));
  border: 1px dashed rgba(24, 59, 86, 0.2);
  border-radius: 1.35rem;
  padding: 1rem 1.1rem;
}

.news-grid-card--opening {
  height: 100%;
}

.news-front__support-item {
  background: var(--fa-surface);
  border: 1px solid var(--fa-line);
  border-radius: 1.35rem;
  box-shadow: var(--fa-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 0;
  padding: 1rem;
}

.news-front__support-item h2 {
  line-height: 1.15;
  margin: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.news-front__support-item p {
  color: var(--fa-muted);
}

.news-front .col-xl-4,
.news-front .col-xl-8,
.news-spotlight .col-xl-5,
.news-spotlight .col-xl-7 {
  min-width: 0;
}

@media (max-width: 767.98px) {
  .news-spotlight__card,
  .news-front__support-item {
    border-radius: 1.2rem;
    padding: 1rem;
  }

  .news-front__lead-stack > * {
    max-width: 100%;
    min-width: 0;
  }

  .news-front__lead-stack > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }

  .news-front__lead-stack > .row > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .news-hub-head__bar {
    gap: 0.75rem;
    justify-content: flex-start;
  }

  .news-hub-head__bar > * {
    width: 100%;
  }

  .news-front__lead-stack,
  .news-front__support,
  .news-stream__list {
    gap: 0.85rem;
  }

  .news-spotlight__card,
  .news-banner-card,
  .news-front__lead,
  .news-front__rail,
  .news-front__secondary,
  .news-grid-card,
  .news-stream,
  .news-front__support-item {
    padding: 0.9rem !important;
  }

  .news-stream__item,
  .news-stream__item--media,
  .news-mini-stack__item,
  .news-list-card {
    gap: 0.85rem;
  }

  .news-stream__item,
  .news-stream__content {
    width: 100%;
  }

  .news-banner-card img,
  .news-front__lead img,
  .news-front__secondary img,
  .news-grid-card img,
  .news-stream__item--media img {
    margin-inline: auto;
  }
}
