.today-update-page {
    background: #060611;
}

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

.today-update-channel {
    width: 1160px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
    display: flex;
}

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

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

.today-update-channel-desc {
    color: #9994AD;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

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

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

    .today-update-channel {
        width: 100%;
        gap: 6px;
    }

    .today-update-channel-title {
        font-size: 18px;
        line-height: 24px;
    }

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

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

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

