/* Blog post typography — matches ahmednadar.com post-body styles */
.blog-post { font-size: 1.05rem; line-height: 1.75; color: #2a2522; padding-bottom: 3rem; }
.blog-post p { margin-bottom: 1rem; }
.blog-post h2 { font-family: 'Nohemi', ui-sans-serif, system-ui, sans-serif; font-size: 1.5rem; font-weight: 700; color: #1f2937; margin-top: 2.5rem; margin-bottom: 1rem; line-height: 1.25; }
.blog-post h3 { font-family: 'Nohemi', ui-sans-serif, system-ui, sans-serif; font-size: 1.25rem; font-weight: 700; color: #1f2937; margin-top: 2rem; margin-bottom: 0.75rem; line-height: 1.3; }
.blog-post h4 { font-weight: 600; color: #1f2937; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.blog-post strong { font-weight: 600; color: #2a2522; }
.blog-post a { color: #c2410c; text-decoration: none; }
.blog-post a:hover { color: #9a3412; text-decoration: underline; }
.blog-post strong a, .blog-post a strong { color: #c2410c; }

/* Lists */
.blog-post ul, .blog-post ol { margin-bottom: 1.5rem; padding-left: 1.5rem; }
.blog-post li { margin-bottom: 0.5rem; line-height: 1.25rem; }
.blog-post ul { list-style-type: disc; }
.blog-post ol { list-style-type: decimal; }

/* Blockquotes */
.blog-post blockquote { border-left: 3px solid #c2410c; padding-left: 1.5rem; margin: 2rem 0; color: #6e6460; font-style: italic; }

/* Code */
.blog-post code { font-size: 0.875rem; background: #f3f4f6; color: #9a3412; padding: 0.15rem 0.4rem; border-radius: 0.25rem; }
.blog-post pre { background: #1f2937; color: #e5e7eb; padding: 1.25rem; border-radius: 0.5rem; overflow-x: auto; margin: 1.5rem 0; }
.blog-post pre code { background: none; color: inherit; padding: 0; font-size: 0.85rem; }

/* Tables */
.blog-post table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.9rem; }
.blog-post th { text-align: left; font-weight: 600; border-bottom: 2px solid #e5e7eb; padding: 0.5rem 1rem; color: #374151; }
.blog-post td { padding: 0.5rem 1rem; border-bottom: 1px solid #e5e7eb; vertical-align: top; }
.blog-post tr:last-child td { border-bottom: none; }
.blog-post tr:hover td { background-color: #f9fafb; }

/* Images */
.blog-post img { max-width: 100%; height: auto; border-radius: 0.75rem; margin: 1.5rem 0; }

/* Horizontal rules */
.blog-post hr { border: none; border-top: 1px solid #e5e7eb; margin: 3rem 0; }
