.news-content {
    font-size: 1rem;
    line-height: 1.7;
    color: #4B5563;
    margin-top: 2rem;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6 {
    color: #1D3354;
    font-weight: bold;
}

.news-content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.news-content h2 {
    font-size: 1.75rem;
    margin-bottom: 0.9rem;
}

.news-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

.news-content h4 {
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
}

.news-content h5 {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}

.news-content h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.news-content p {
    margin-bottom: 1rem;
}

.news-content a {
    color: #2C968B;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.news-content a:hover {
    color: #1C6F66;
}

.news-content img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.news-content blockquote {
    background-color: #f3f4f6;
    padding: 1rem;
    border-left: 4px solid #2C968B;
    font-style: italic;
    margin: 1.5rem 0;
}
