.blog-content h2 { margin-top: 2rem; margin-bottom: 1rem; }
.blog-content h3 { margin-top: 1.5rem; margin-bottom: 0.75rem; }
.blog-content p { line-height: 1.8; margin-bottom: 1.25rem; }
.blog-content ul, .blog-content ol { margin-bottom: 1.25rem; line-height: 1.8; }
.blog-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; }
.blog-content blockquote {
  border-left: 4px solid #dee2e6;
  padding-left: 1rem;
  color: #6c757d;
  margin: 1.5rem 0;
}
.blog-content table { width: 100%; margin-bottom: 1rem; }
.blog-content table th,
.blog-content table td {
  padding: 0.75rem;
  border-bottom: 1px solid #dee2e6;
}
.blog-content table th { text-align: left; font-weight: 600; }
.blog-article h1 { font-size: 2.25rem; font-weight: 700; }
