﻿<style >
.anvu-news-page {
    background: #f8f9fb;
}

.anvu-news-kicker {
    display: inline-block;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: .75rem;
}
.mb-lg-5{padding-bottom:10px !important}
.anvu-news-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    font-size: 20px
}

.anvu-news-desc {
    color: #6b7280;
    font-size: 1rem;
    max-width: 640px;
}

.anvu-news-feature,
.anvu-news-card,
.anvu-news-sidebar .card {
    border-radius: 1.25rem;
}

.anvu-news-thumb {
    display: block;
    overflow: hidden;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

    .anvu-news-thumb img,
    .anvu-news-feature img {
        transition: transform .45s ease;
    }

.anvu-news-card:hover img,
.anvu-news-feature:hover img {
    transform: scale(1.04);
}

.anvu-feature-title,
.anvu-news-card-title {
    line-height: 1.35;
    font-weight: 700;
}

.anvu-feature-title {
    font-size: 1.55rem;
}

.anvu-news-card-title {
    font-size: 1.08rem;
    min-height: 58px;
}

    .anvu-news-card-title a,
    .anvu-feature-title a,
    .anvu-popular-title {
        transition: color .25s ease;
    }

        .anvu-news-card-title a:hover,
        .anvu-feature-title a:hover,
        .anvu-popular-item:hover .anvu-popular-title {
            color: #0d6efd !important;
        }

.anvu-news-meta,
.anvu-news-date {
    font-size: .92rem;
    color: #6c757d;
}

.anvu-news-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

    .anvu-news-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
    }

.anvu-popular-title {
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.45;
}

.pagination .page-link {
    color: #111827;
    min-width: 46px;
    text-align: center;
    box-shadow: none !important;
}

.pagination .page-item.active .page-link {
    background: #111827;
    color: #fff;
}

@media (max-width: 991.98px) {
    .anvu-news-sidebar {
        position: static !important;
    }
}

</style >
