.more-page {
    background: #0A0A0A;
}

.more-hero {
    width: 100%;
    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: #FADC44;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    text-decoration: none;
}

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

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

.more-hero .section-header {
    width: 100%;
}

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

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

@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%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: stretch;
        gap: 7px;
    }

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

    .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;
    }
}
