.blog-card img,
.blog-post-image {
  width: 100%;
  border-radius: 0.55rem;
  margin-bottom: 0.7rem;
}

.blog-card .meta,
.blog-post-meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.blog-post-shell {
  max-width: 900px;
}

.blog-post-shell h1 {
  margin-top: 0;
}
