.news-card { display:flex; gap:16px; margin-bottom:20px; align-items:flex-start; }
.news-thumb img { width:200px; height:120px; object-fit:cover; border-radius:8px; }
.news-content h3 { margin:0 0 6px 0; }
.news-date { color:#888; font-size:0.9rem; margin-bottom:8px; }
.news-content p { color:#444; }

/* Make links in news lists and article bodies visibly underlined */
.article-body a,
.news-content a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

/* Restore paragraph spacing inside article content after the global reset */
.article-body p {
  margin: 0 0 1rem;
}

.article-body p:last-child {
  margin-bottom: 0;
}
