﻿ 
.anvu-news-detail-wrap {
    background: #f8f9fb;
}

.anvu-news-breadcrumb .breadcrumb-item,
.anvu-news-breadcrumb .breadcrumb-item a {
    font-size: .95rem;
    color: #6b7280;
}

    .anvu-news-breadcrumb .breadcrumb-item.active {
        color: #111827;
    }

.anvu-news-article,
.anvu-news-sidebar .card {
    border-radius: 1.25rem;
}

.anvu-news-title {
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.02em;
}

.anvu-news-meta {
    color: #6b7280;
    font-size: .96rem;
}

.anvu-news-intro {
    font-size: 1.18rem;
    line-height: 1.8;
    color: #374151;
    font-weight: 500;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-left: 4px solid #111827;
    border-radius: 1rem;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.04);
}

.anvu-news-content {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 .75rem 2rem rgba(0,0,0,.05);
}

    .anvu-news-content p,
    .anvu-news-content li {
        font-size: 1.06rem;
        line-height: 1.9;
        color: #374151;
    }

    .anvu-news-content h2 {
        font-size: 1.55rem;
        line-height: 1.35;
        font-weight: 800;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #111827;
    }

    .anvu-news-content ul {
        padding-left: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .anvu-news-content blockquote {
        margin: 1.75rem 0;
        padding: 1.25rem 1.5rem;
        background: #f3f4f6;
        border-left: 4px solid #111827;
        border-radius: 1rem;
        font-size: 1.08rem;
        line-height: 1.8;
        color: #111827;
        font-style: italic;
    }

.anvu-news-figure figcaption {
    font-size: .92rem;
    color: #6b7280;
}

.anvu-block-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
}

.anvu-related-card,
.anvu-related-thumb,
.anvu-news-cover {
    border-radius: 1.25rem;
}

.anvu-related-thumb {
    display: block;
    overflow: hidden;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

    .anvu-related-thumb img {
        transition: transform .4s ease;
    }

.anvu-related-card:hover img {
    transform: scale(1.05);
}

.anvu-related-title {
    font-size: 1.1rem;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: .75rem;
}

    .anvu-related-title a,
    .anvu-popular-title {
        transition: color .25s ease;
    }

        .anvu-related-title a:hover,
        .anvu-popular-item:hover .anvu-popular-title {
            color: #0d6efd !important;
        }

.anvu-author-avatar {
    width: 88px;
    min-width: 88px;
}

.anvu-news-side-list .list-group-item {
    padding-left: 7px;
    padding-right: 7px;
    border-left: 0;
    border-right: 0; color:#fff
}
     .anvu-popular-title {
        font-size: .98rem;
        line-height: 1.45;
        font-weight: 600;
    }

@media (max-width: 991.98px) {
    .anvu-news-content {
        padding: 1.25rem;
    }

    .anvu-news-sidebar {
        position: static !important;
    }

    .anvu-news-title {
        font-size: 2rem;
    }
}

.list-group-item.active {
    border-color:  #fff !important
}
