.tag-list-page {
    background: linear-gradient(90deg, #0E0813 0%, #07060E 100%);
}

.tag-list-hero {
    width: 1160px;
    padding-top: 30px;
    padding-bottom: 42px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
    display: flex;
}

.tag-list-breadcrumb {
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.tag-list-breadcrumb-link {
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.tag-list-breadcrumb-sep {
    color: #615975;
    font-size: 14px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.tag-list-breadcrumb-current {
    color: #F12B9E;
    font-size: 14px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.tag-list-heading {
    width: 1160px;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.tag-list-heading-main {
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}

.tag-list-title {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 28px;
}

.tag-list-count {
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.tag-list-hero .card-grid {
    width: 1160px;
    gap: 20px 16px;
}

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

.tag-list-hero .pagination {
    width: 1160px;
}

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

    .tag-list-hero,
    .tag-list-heading,
    .tag-list-hero .card-grid,
    .tag-list-hero .pagination {
        width: 100%;
    }

    .tag-list-hero {
        padding: 0;
        gap: 16px;
    }

    .tag-list-heading-main {
        flex-wrap: wrap;
        gap: 6px 10px;
    }
}
