.tag-list-page {
    background: transparent;
}

.tag-list-hero {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.tag-list-channel {
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
    display: flex;
}

.tag-list-channel-label {
    color: #FADC44;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.tag-list-channel-title {
    color: white;
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 40px;
    word-wrap: break-word;
}

.tag-list-channel-desc {
    color: #A3A3A3;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.tag-list-hero .card-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    justify-content: stretch;
    align-items: stretch;
    gap: 14px 16px;
}

.tag-list-hero .poster-card {
    width: 100%;
    min-width: 0;
    border-radius: 14px;
}

.tag-list-hero .poster-cover {
    height: auto;
    aspect-ratio: 3 / 4;
}

.tag-list-hero .poster-card-tag {
    color: #8A8A8A;
}

.tag-list-hero .poster-card-heat {
    color: #808080;
}

.tag-list-hero .poster-card-subtitle {
    color: #A3A3A3;
}

.tag-list-hero .section-empty {
    grid-column: 1 / -1;
    width: 100%;
}

@media (max-width: 767px) {
    .tag-list-page.page-shell {
        width: 100%;
        max-width: 100%;
        padding: 12px 16px;
        gap: 18px;
        align-items: stretch;
        box-sizing: border-box;
    }

    .tag-list-hero {
        width: 100%;
        padding: 0;
        gap: 18px;
        align-items: stretch;
    }

    .tag-list-channel {
        width: 100%;
        gap: 6px;
    }

    .tag-list-channel-label {
        display: none;
    }

    .tag-list-channel-title {
        font-size: 18px;
        line-height: 24px;
    }

    .tag-list-channel-desc {
        color: #8A8A8A;
    }

    .tag-list-hero .card-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 7px;
    }

    .tag-list-hero .poster-card {
        width: 100%;
        border-radius: 6px;
    }

    .tag-list-hero .poster-cover {
        height: 0;
        padding-bottom: 133.33%;
    }

    .tag-list-hero .poster-cover-img {
        position: absolute;
        inset: 0;
    }

    .tag-list-hero .poster-card-title {
        font-family: "Noto Sans SC", "PingFang SC", sans-serif;
        font-weight: 700;
        word-wrap: break-word;
    }

    .tag-list-hero .poster-card-subtitle,
    .tag-list-hero .poster-card-tag {
        color: #A3A3A3;
    }

    .tag-list-hero .poster-card-heat {
        color: #D4D4D4;
    }

    .tag-list-hero .pagination {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .tag-list-hero .pagination-btn,
    .tag-list-hero .pagination-ellipsis {
        font-size: 14px;
        font-family: "Noto Sans SC", "PingFang SC", sans-serif;
    }
}
