.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;
  }
}
