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

.article-hero,
.article-body img {
  display: block;
  margin: 1rem auto 1.25rem;
  max-width: min(760px, 100%);
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.article-body th,
.article-body td {
  border: 1px solid #d9d9d9;
  padding: 0.6rem 0.75rem;
  vertical-align: top;
}

.article-body th {
  background: #f7f7f7;
}
