/* Blog listing */
.blog-intro {
  text-transform: none;
  color: #495057;
  line-height: 1.8;
}

.blog-post-item h3 a {
  color: #343a40;
  text-decoration: none;
}

.blog-post-item h3 a:hover {
  color: #bd5d38;
}

.blog-post-item .blog-excerpt {
  text-transform: none;
  color: #868e96;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Attribution banner on mirrored posts */
.blog-attribution {
  background-color: #f8f9fa;
  border-left: 4px solid #bd5d38;
  padding: 0.75rem 1rem;
  color: #868e96;
  font-size: 0.9rem;
}

.blog-attribution a {
  color: #bd5d38;
}

/* Post body typography */
.blog-post-content p,
.blog-post-content li {
  text-transform: none;
  color: #495057;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.blog-post-content h3,
.blog-post-content h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.blog-post-content pre {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 1rem;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

.blog-post-content code {
  font-size: 0.875em;
  color: #bd5d38;
}

.blog-post-content pre code {
  color: inherit;
}

.blog-post-content blockquote {
  border-left: 4px solid #dee2e6;
  padding-left: 1rem;
  color: #868e96;
  font-style: italic;
  margin-bottom: 1.5rem;
}

.blog-post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
