.prose {
    line-height: 1.6; 
}

.prose h1,
.prose h2,
.prose h3 {
    color: #333; 
    margin-top: 1.5em; 
    margin-bottom: 0.5em; 
}

.prose p {
    margin-bottom: 1em; 
}

.prose a {
    color: #007bff; 
    text-decoration: underline; 
}

.prose a:hover {
    color: #0056b3; 
}

.prose img {
    max-width: 100%; 
    height: auto; 
    margin: 10px 0; 
}

.prose blockquote {
    border-left: 4px solid #ccc; 
    padding-left: 10px; 
    color: #555; 
    margin: 1em 0;
}

.prose ul,
.prose ol {
    margin-left: 20px; 
    margin-bottom: 1em; 
}

.prose li {
    margin-bottom: 0.5em; 
}
