/*
 * /resources/ index page styles
 * Brutalist tokens from styles.css (--ink, --paper, --accent)
 * Per-article card with red left rule, matching the article-list pattern.
 */

.resources-article-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.resources-article-card {
  border-left: 3px solid var(--accent);
  padding-left: 1rem;
}

.resources-article-card h3 {
  margin-top: 0;
}

.resources-article-card .resources-article-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}
