.featured-news-widget {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.featured-news-item {
  border-bottom: 1px solid var(--color-border, #333);
  padding-bottom: 0.8rem;
}

.news-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.news-title a {
  color: var(--color-text, #fff);
  text-decoration: none;
}

.news-title a:hover {
  color: var(--color-accent-hover, #26ff8a);
}
