.prose { max-width: 44rem; margin: 0 auto; }
.prose h1 { font-size: 2rem; line-height: 1.2; margin-bottom: 1.5rem; }
.prose h2 { font-size: 1.5rem; line-height: 1.3; margin-top: 2.5rem; margin-bottom: 1rem; }
.prose h3 { font-size: 1.25rem; line-height: 1.4; margin-top: 2rem; margin-bottom: 0.75rem; }
.prose h4 { font-size: 1.0625rem; line-height: 1.4; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.prose p { margin-bottom: 1rem; line-height: 1.7; }
.prose ul, .prose ol { margin-bottom: 1rem; padding-left: 1.5rem; }
.prose li { margin-bottom: 0.35rem; line-height: 1.7; }
.prose blockquote { margin: 1.5rem 0; padding: 1rem 1.5rem; border-left: 3px solid #ddd; color: #555; }
.prose a { color: #e85d04; text-decoration: underline; }
.prose img { max-width: 100%; height: auto; margin: 1rem 0; }
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }
