@media (max-width: 1919px) and (min-width: 1400px) {
    .news-content-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    
    .news-layout {
        grid-template-columns: 1fr 320px;
        gap: 35px;
    }
    
    .featured-news-card {
        gap: 40px;
        padding: 35px;
    }
    
    .featured-news-thumbnail {
        width: 400px;
        height: 300px;
    }
    
    .featured-news-title {
        font-size: 1.75rem;
    }
    
    .featured-news-excerpt {
        font-size: 1rem;
    }
    
    .featured-news-btn {
        font-size: 1rem;
        padding: 12px 32px;
    }
    
    .news-list-section {
        padding-bottom: 50px;
    }
    
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .news-thumbnail {
        margin-bottom: 18px;
    }
    
    .news-banner {
        top: 35px;
        right: 35px;
    }
    
    .news-card {
        padding: 20px;
    }
    
    .news-title {
        font-size: 1.25rem;
    }
    
    .news-excerpt {
        font-size: 0.9375rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-title {
        font-size: 1.5rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-excerpt {
        font-size: 0.9375rem;
    }
    
    body.mic-toolbox-fonts-simple .news-title {
        font-size: 1.125rem;
    }
    
    body.mic-toolbox-fonts-simple .news-excerpt {
        font-size: 0.875rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .news-content-section {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    .news-layout {
        grid-template-columns: 1fr 300px;
        gap: 30px;
    }
    
    .featured-news-card {
        gap: 35px;
        padding: 30px;
    }
    
    .featured-news-thumbnail {
        width: 350px;
        height: 270px;
    }
    
    .featured-news-title {
        font-size: 1.5rem;
    }
    
    .featured-news-date {
        font-size: 0.9375rem;
    }
    
    .featured-news-excerpt {
        font-size: 0.9375rem;
    }
    
    .featured-news-btn {
        font-size: 0.9375rem;
        padding: 10px 28px;
    }
    
    .news-list-section {
        padding-bottom: 40px;
    }
    
    .news-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .news-thumbnail {
        margin-bottom: 16px;
    }
    
    .news-banner {
        top: 33px;
        right: 33px;
    }
    
    .news-card {
        padding: 18px;
    }
    
    .news-title {
        font-size: 1.125rem;
    }
    
    .news-date {
        font-size: 0.8125rem;
    }
    
    .news-excerpt {
        font-size: 0.875rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-title {
        font-size: 1.25rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-excerpt {
        font-size: 0.875rem;
    }
    
    body.mic-toolbox-fonts-simple .news-title {
        font-size: 1rem;
    }
    
    body.mic-toolbox-fonts-simple .news-excerpt {
        font-size: 0.8125rem;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .news-content-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .news-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .news-sidebar {
        order: 0;
    }
    
    .news-main {
        order: 1;
    }
    
    .featured-news-card {
        flex-direction: column;
        gap: 25px;
        padding: 25px;
    }
    
    .featured-news-thumbnail {
        width: 100%;
        height: 300px;
    }
    
    .featured-news-title {
        font-size: 1.5rem;
    }
    
    .featured-news-excerpt {
        font-size: 0.9375rem;
    }
    
    .featured-news-btn {
        font-size: 0.9375rem;
        padding: 10px 28px;
    }
    
    .news-list-section {
        padding-bottom: 40px;
    }
    
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .news-thumbnail {
        margin-bottom: 16px;
    }
    
    .news-banner {
        top: 33px;
        right: 33px;
    }
    
    .news-card {
        padding: 18px;
    }
    
    .news-title {
        font-size: 1.125rem;
    }
    
    .news-excerpt {
        font-size: 0.875rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-title {
        font-size: 1.25rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-excerpt {
        font-size: 0.875rem;
    }
    
    body.mic-toolbox-fonts-simple .news-title {
        font-size: 1rem;
    }
    
    body.mic-toolbox-fonts-simple .news-excerpt {
        font-size: 0.8125rem;
    }
}

@media (max-width: 991px) {
    .news-content-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .news-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .news-sidebar {
        order: 0;
    }
    
    .news-main {
        order: 1;
    }
    
    .featured-news-card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    
    .featured-news-thumbnail {
        width: 100%;
        height: 250px;
    }
    
    .featured-news-title {
        font-size: 1.375rem;
    }
    
    .featured-news-excerpt {
        font-size: 0.9375rem;
    }
    
    .featured-news-btn {
        font-size: 0.9375rem;
        padding: 10px 28px;
    }
    
    .news-list-section {
        padding-bottom: 40px;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .news-thumbnail {
        margin-bottom: 18px;
    }
    
    .news-banner {
        top: 35px;
        right: 35px;
    }
    
    .news-card {
        padding: 20px;
    }
    
    .news-title {
        font-size: 1.25rem;
    }
    
    .news-excerpt {
        font-size: 0.9375rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-title {
        font-size: 1.25rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-excerpt {
        font-size: 0.875rem;
    }
    
    body.mic-toolbox-fonts-simple .news-title {
        font-size: 1.125rem;
    }
    
    body.mic-toolbox-fonts-simple .news-excerpt {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .news-content-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .news-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .news-sidebar {
        order: 0;
    }
    
    .news-main {
        order: 1;
    }
    
    .featured-news-card {
        padding: 18px;
        gap: 18px;
    }
    
    .featured-news-thumbnail {
        height: 200px;
    }
    
    .featured-news-title {
        font-size: 1.125rem;
    }
    
    .featured-news-date {
        font-size: 0.875rem;
    }
    
    .featured-news-excerpt {
        font-size: 0.875rem;
    }
    
    .featured-news-btn {
        font-size: 0.875rem;
        padding: 8px 24px;
    }
    
    .news-list-section {
        padding-bottom: 30px;
    }
    
    .news-grid {
        gap: 20px;
    }
    
    .news-thumbnail {
        margin-bottom: 16px;
    }
    
    .news-banner {
        top: 33px;
        right: 33px;
    }
    
    .news-card {
        padding: 18px;
    }
    
    .news-title {
        font-size: 1.125rem;
    }
    
    .news-date {
        font-size: 0.75rem;
    }
    
    .news-excerpt {
        font-size: 0.875rem;
        -webkit-line-clamp: 4;
    }
    
    .news-pagination .page-link {
        min-width: 35px;
        height: 35px;
        padding: 6px 10px;
        font-size: 0.875rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-title {
        font-size: 1rem;
    }
    
    body.mic-toolbox-fonts-simple .featured-news-excerpt {
        font-size: 0.8125rem;
    }
    
    body.mic-toolbox-fonts-simple .news-title {
        font-size: 1rem;
    }
    
    body.mic-toolbox-fonts-simple .news-excerpt {
        font-size: 0.8125rem;
    }
}

/* Sidebar Responsive Styles */
@media (max-width: 1919px) and (min-width: 1400px) {
    .sidebar-search,
    .sidebar-popular {
        padding: 22px 18px;
    }
    
    .search-input {
        height: 48px;
        padding: 12px 48px 12px 18px;
        font-size: 0.9375rem;
    }
    
    .search-btn {
        width: 38px;
        height: 38px;
    }
    
    .search-btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .sidebar-search,
    .sidebar-popular {
        padding: 20px 16px;
    }
    
    .search-input {
        height: 46px;
        padding: 11px 46px 11px 16px;
        font-size: 0.875rem;
    }
    
    .search-btn {
        width: 36px;
        height: 36px;
    }
    
    .search-btn svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .search-input {
        height: 46px;
        padding: 11px 46px 11px 16px;
    }
    
    .search-btn {
        width: 36px;
        height: 36px;
    }
    
    .search-btn svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 991px) {
    .search-input {
        height: 44px;
        padding: 10px 44px 10px 16px;
        font-size: 0.9375rem;
    }
    
    .search-btn {
        width: 34px;
        height: 34px;
    }
    
    .search-btn svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 767px) {
    .sidebar-search,
    .sidebar-popular {
        padding: 18px 15px;
    }
    
    .sidebar-title {
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
    
    .popular-news-thumbnail {
        width: 70px;
        height: 70px;
    }
    
    .popular-news-title {
        font-size: 0.9375rem;
    }
    
    .search-input {
        height: 42px;
        padding: 9px 42px 9px 15px;
        font-size: 0.875rem;
    }
    
    .search-btn {
        width: 32px;
        height: 32px;
    }
    
    .search-btn svg {
        width: 16px;
        height: 16px;
    }
}
