.more-page {
    background: #060611;
}

.more-hero {
    width: 1160px;
    padding-top: 43px;
    padding-bottom: 43px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    display: flex;
}

.more-breadcrumb {
    align-self: stretch;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.more-breadcrumb-link {
    color: #F160B1;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    text-decoration: none;
}

.more-breadcrumb-sep {
    color: #696379;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.more-breadcrumb-current {
    color: #AEA7BC;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.more-page-title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-family: PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 36px;
}

@media (max-width: 767px) {
    .more-page.page-shell {
        padding: 12px 16px;
        gap: 18px;
    }

    .more-hero {
        width: 100%;
        padding: 0;
        gap: 18px;
    }

    .more-breadcrumb {
        width: 100%;
    }

    .more-hero .card-grid {
        width: 100%;
    }

    .more-hero .section-empty {
        grid-column: 1 / -1;
    }

    .more-hero .pagination {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .more-hero .poster-card-title {
        font-family: "Noto Sans SC", "PingFang SC", sans-serif;
        font-weight: 700;
    }
}
