/* Blog-specific touches. The feed reuses the shared /articles + topic
   card styles, and the single post reuses the /article detail styles;
   only the small date labels are unique to the blog. */

.blog-card-date {
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: #8a8168;
  font-variant-numeric: tabular-nums;
}

/* Date beside the topic pill in a post's hero. Kept legible over both
   the topic-tinted and cover-image heroes (the hero overlay is dark). */
.article-detail-date {
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  opacity: 0.85;
  font-variant-numeric: tabular-nums;
}
