.news-intro {
  padding: 32px 0 16px;
  background: radial-gradient(circle at 50% 0%, var(--lighter-background), var(--background) 70%);
}

.digest-updated {
  color: var(--light-foreground);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.news-feeds {
  padding: 16px 0 80px;
}

.digest-list {
  list-style: none;
  max-width: 720px;
  margin: 0 auto;
}

.digest-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.digest-item:first-child {
  padding-top: 0;
}

.digest-title {
  color: var(--foreground);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
}

.digest-title:hover {
  color: var(--accent);
}

.digest-summary {
  color: var(--light-foreground);
  font-size: 0.9rem;
  line-height: 1.5;
}

.digest-meta {
  font-size: 0.75rem;
  color: var(--muted);
}

.digest-status {
  list-style: none;
  color: var(--light-foreground);
  font-size: 0.9rem;
  padding: 12px 0;
  text-align: center;
}

.digest-error {
  color: var(--red);
}
