.blog-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
}

/* Ensure blog pages clear the fixed header height */
main.blog-container {
  margin-top: 80px;
}

.blog-list-item {
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.blog-list-item h2 {
  margin: 0 0 8px;
}

.post-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.post-meta .tags .tag, .tag {
  display: inline-block;
  margin-right: 8px;
  color: #555;
}

#post-content img {
  max-width: 100%;
  height: auto;
}

#post-content pre {
  background: #f6f8fa;
  padding: 12px;
  overflow: auto;
}
