.news-content p {
    margin-bottom: 1.5em;
    line-height: 1.8;
}
.news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 2rem auto;
    display: block;
}
.news-content h2, .news-content h3 {
    color: #111827;
    font-weight: 700;
    margin-top: 2.5em;
    margin-bottom: 1em;
}
.news-content h2 {
    font-size: 1.5rem;
}
.news-content h3 {
    font-size: 1.25rem;
}
.news-content ul, .news-content ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}
.news-content ul {
    list-style-type: disc;
}
.news-content ol {
    list-style-type: decimal;
}
.news-content a {
    color: #4f46e5;
    text-decoration: underline;
}
.news-content a:hover {
    color: #4338ca;
}
.news-content blockquote {
    border-left: 4px solid #e5e7eb;
    padding-left: 1em;
    font-style: italic;
    color: #6b7280;
    margin: 1.5em 0;
}