﻿ 
.anvu-video-page {
    background: #f8f9fb;
}

.anvu-video-kicker {
    display: inline-block;
    margin-bottom: .75rem;
    font-size: .85rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #6c757d;
}

.anvu-video-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
    font-size:25px
}

.anvu-video-desc {
    color: #6b7280;
    font-size: 1rem;
    max-width: 640px;
}

.anvu-video-feature,
.anvu-video-card,
.anvu-video-sidebar .card {
    border-radius: 1.25rem;
}

.anvu-video-feature-thumb,
.anvu-video-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.anvu-video-feature-thumb {
    height: 100%;
}

.anvu-video-thumb {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

    .anvu-video-feature-thumb img,
    .anvu-video-thumb img {
        transition: transform .45s ease;
    }

.anvu-video-feature:hover img,
.anvu-video-card:hover img {
    transform: scale(1.04);
}

.anvu-video-play,
.anvu-video-play-lg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, .78);
    color: #fff;
    font-size: 1rem;
    backdrop-filter: blur(4px);
    transition: transform .25s ease, background .25s ease;
}

.anvu-video-play-lg {
    width: 72px;
    height: 72px;
    font-size: 1.15rem;
}

.anvu-video-feature:hover .anvu-video-play-lg,
.anvu-video-card:hover .anvu-video-play {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(13, 110, 253, .92);
}

.anvu-video-time {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: rgba(17, 24, 39, .86);
    color: #fff;
    font-size: .8rem;
    line-height: 1;
    padding: .45rem .6rem;
    border-radius: 999px;
    font-weight: 600;
}

.anvu-video-time-sm {
    right: 8px;
    bottom: 8px;
    font-size: .72rem;
    padding: .35rem .5rem;
}

.anvu-video-meta,
.anvu-video-date {
    color: #6c757d;
    font-size: .92rem;
}

.anvu-video-feature-title {
    font-size: 1.55rem;
    line-height: 1.3;
    font-weight: 800;
}

.anvu-video-card-title {
    font-size: 1.08rem;
    line-height: 1.45;
    font-weight: 700;
    min-height: 58px;
    margin-bottom: .75rem;
}

    .anvu-video-feature-title a,
    .anvu-video-card-title a,
    .anvu-video-side-title {
        transition: color .25s ease;
    }

        .anvu-video-feature-title a:hover,
        .anvu-video-card-title a:hover,
        .anvu-video-side-item:hover .anvu-video-side-title {
            color: #0d6efd !important;
        }

.anvu-video-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

    .anvu-video-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 1rem 2rem rgba(0,0,0,.08) !important;
    }

.anvu-video-side-title {
    font-size: .98rem;
    line-height: 1.45;
    font-weight: 600;
}

.anvu-video-playlist .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
}

.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-video-sidebar {
        position: static !important;
    }
}





.anvu-video-detail-wrap {
    background: #f8f9fb;
}

.anvu-video-breadcrumb .breadcrumb-item,
.anvu-video-breadcrumb .breadcrumb-item a {
    font-size: .95rem;
    color: #6b7280;
}

    .anvu-video-breadcrumb .breadcrumb-item.active {
        color: #111827;
    }

.anvu-video-detail-title {
    font-size: clamp(2rem, 3.8vw, 3.1rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111827;
    font-size:25px; text-transform:uppercase
}

.anvu-video-detail-meta {
    color: #6b7280;
    font-size: .96rem;
}

.anvu-video-player-box iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.anvu-video-summary {
    font-size: 1.12rem;
    line-height: 1.85;
    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-video-content {
    background: #fff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 .75rem 2rem rgba(0,0,0,.05);
}

    .anvu-video-content p,
    .anvu-video-content li {
        font-size: 1.05rem;
        line-height: 1.9;
        color: #374151;
    }

    .anvu-video-content h2 {
        font-size: 1.5rem;
        line-height: 1.35;
        font-weight: 800;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #111827;
    }

    .anvu-video-content ul {
        padding-left: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .anvu-video-content blockquote {
        margin: 1.75rem 0;
        padding: 1.25rem 1.5rem;
        background: #f3f4f6;
        border-left: 4px solid #111827;
        border-radius: 1rem;
        font-size: 1.06rem;
        line-height: 1.8;
        color: #111827;
        font-style: italic;
    }

.anvu-video-author .card,
.anvu-video-actions .card,
.anvu-video-detail-sidebar .card,
.anvu-related-video-card {
    border-radius: 1.25rem;
}

.anvu-video-author-avatar {
    width: 88px;
    min-width: 88px;
}

.anvu-block-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
}

.anvu-related-video-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

    .anvu-related-video-thumb img {
        transition: transform .4s ease;
    }

.anvu-related-video-card:hover img {
    transform: scale(1.05);
}

.anvu-related-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(17, 24, 39, .78);
    color: #fff;
    transition: transform .25s ease, background .25s ease;
}

.anvu-related-video-card:hover .anvu-related-video-play {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(13, 110, 253, .92);
}

.anvu-related-video-time,
.anvu-side-video-time {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: rgba(17, 24, 39, .86);
    color: #fff;
    font-size: .8rem;
    line-height: 1;
    padding: .45rem .6rem;
    border-radius: 999px;
    font-weight: 600;
}

.anvu-side-video-time {
    right: 8px;
    bottom: 8px;
    font-size: .72rem;
    padding: .35rem .5rem;
}

.anvu-related-video-title {
    font-size: 1.08rem;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: .75rem;
}

    .anvu-related-video-title a,
    .anvu-video-side-title {
        transition: color .25s ease;
    }

        .anvu-related-video-title a:hover,
        .anvu-video-side-item:hover .anvu-video-side-title {
            color: #0d6efd !important;
        }

.anvu-video-side-title {
    font-size: .98rem;
    line-height: 1.45;
    font-weight: 600;
}

.anvu-video-side-list .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
}

@media (max-width: 991.98px) {
    .anvu-video-detail-sidebar {
        position: static !important;
    }

    .anvu-video-content {
        padding: 1.25rem;
    }

    .anvu-video-detail-title {
        font-size: 2rem;
    }
}

