    .news-content {
        color: #333 !important; 
        font-size: 16px;
        line-height: 1.8;
    }
    .news-content p { color: #333 !important; margin-bottom: 15px; }
    .news-content h1, .news-content h2, .news-content h3 { color: #000 !important; }
    .news-content img { max-width: 100%; height: auto; }

    .main_content {
    min-height: 70vh; 
    padding-bottom: 60px;
    overflow: auto;
}

.footer_section {
    margin-top: 20px;
}

.pagination .page-item.active .page-link {
    background-color: #ffbe33; 
    border-color: #ffbe33;
    color: #000;
}

.pagination .page-link {
    color: #222;
}

.pagination .page-link:hover {
    background-color: #e9ecef;
    color: #000;
}

html {
    scroll-behavior: smooth;
}