.prose {
color: #374151; font-family: 'Cairo', sans-serif;
line-height: 1.8; font-size: 18px; } .prose h1, .prose h2, .prose h3, .prose h4 {
color: #111827; font-weight: 800; margin-top: 1.5em; margin-bottom: 0.8em; line-height: 1.3;
}
.prose h2 { font-size: 1.8rem; border-bottom: 2px solid #E8F5E9; padding-bottom: 10px; }
.prose h3 { font-size: 1.5rem; } .prose img {
border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); margin: 2rem 0; max-width: 100%; height: auto;
} .prose a {
color: #2A5C43; text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #2A5C43;
}
.prose a:hover {
color: #1A3C2F;
background-color: #E8F5E9; } .prose ul, .prose ol {
margin: 1.5em 0;
padding-right: 1.5em; }
.prose li {
margin-bottom: 0.5em;
}