/* 视频标签聚合页：延续视频页面的深色基调，并按设计稿使用可换行标签胶囊。 */
body.hg-video-tags-page .hg-video-tags {
    min-height: 28rem;
}

body.hg-video-tags-page .hg-video-tags__section {
    width: 100%;
}

body.hg-video-tags-page .hg-video-tags__header {
    margin: 0 0 1.5rem;
}

body.hg-video-tags-page .hg-video-tags__title {
    margin: 0;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.35;
}

body.hg-video-tags-page .hg-video-tags__description {
    margin: 0.5rem 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    line-height: 1.75;
}

body.hg-video-tags-page .hg-video-tags__cloud {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 0.625rem;
}

body.hg-video-tags-page .hg-video-tags__item {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.5rem 0.875rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

body.hg-video-tags-page .hg-video-tags__item:hover,
body.hg-video-tags-page .hg-video-tags__item:focus-visible {
    border-color: rgba(254, 46, 98, 0.55);
    background: rgba(254, 46, 98, 0.12);
    color: #fe2e62;
    outline: none;
}

body.hg-video-tags-page .hg-video-tags .page-nav {
    margin: 2rem 0 0;
}

body.hg-video-tags-page .hg-video-tags__recommendations {
    margin-top: 3rem;
}

@media (max-width: 767.98px) {
    body.hg-video-tags-page .archive-nav-breadcrumb-wrap {
        margin: 0.75rem 0 1rem;
    }

    body.hg-video-tags-page .hg-video-tags {
        min-height: 20rem;
    }

    body.hg-video-tags-page .hg-video-tags__header {
        margin-bottom: 1rem;
    }

    body.hg-video-tags-page .hg-video-tags__title {
        font-size: 1.375rem;
    }

    body.hg-video-tags-page .hg-video-tags__description {
        margin-top: 0.375rem;
        font-size: 0.8125rem;
    }

    body.hg-video-tags-page .hg-video-tags__cloud {
        gap: 0.625rem 0.5rem;
    }

    body.hg-video-tags-page .hg-video-tags__item {
        min-height: 2.125rem;
        padding: 0.375rem 0.75rem;
        border-radius: 0.375rem;
        font-size: 0.8125rem;
    }

    body.hg-video-tags-page .hg-video-tags__recommendations {
        margin-top: 2rem;
    }
}
