.news-intro {
    padding-bottom: 28px;
}

.news-intro .page-title-row {
    align-items: flex-end;
}

.news-intro h1,
.news-article-header h1 {
    margin: 0;
    color: #17212f;
}

.news-intro p {
    margin: 10px 0 0;
    color: #718096;
    font-size: 14px;
}

.news-total {
    color: #8a94a3;
    font-size: 14px;
    white-space: nowrap;
}

.news-directory {
    padding: 28px 0 72px;
    background: #f6f8fb;
}

.news-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.news-tabs a {
    min-width: 108px;
    padding: 10px 18px;
    border: 1px solid #dfe4eb;
    border-radius: 6px;
    background: #fff;
    color: #5c6878;
    font-size: 14px;
    text-align: center;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.news-tabs a:hover,
.news-tabs a.active {
    border-color: #ff5738;
    background: #fff8f5;
    color: #f04b2f;
}

.news-list {
    overflow: hidden;
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    background: #fff;
}

.news-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 26px;
    border-bottom: 1px solid #edf0f4;
}

.news-list-item:last-child {
    border-bottom: 0;
}

.news-list-copy {
    min-width: 0;
}

.news-list-meta,
.news-article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #8b95a3;
    font-size: 13px;
}

.news-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid #ff9a83;
    border-radius: 4px;
    color: #f45135;
    background: #fff8f5;
    font-size: 12px;
    line-height: 1;
}

.news-list-item h2 {
    margin: 9px 0 7px;
    font-size: 18px;
    line-height: 1.45;
}

.news-list-item h2 a {
    color: #1d2735;
}

.news-list-item h2 a:hover {
    color: #f45135;
}

.news-list-item p {
    overflow: hidden;
    max-width: 820px;
    margin: 0;
    color: #758195;
    font-size: 14px;
    line-height: 1.7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-link {
    flex: 0 0 auto;
    padding: 8px 15px;
    border: 1px solid #ff8067;
    border-radius: 5px;
    color: #f45135;
    font-size: 13px;
    white-space: nowrap;
}

.news-list-link:hover {
    background: #fff4f0;
}

.news-empty {
    padding: 70px 20px;
    color: #8792a0;
    text-align: center;
}

.news-pagination {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.news-pagination a,
.news-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 9px;
    border: 1px solid #dfe4eb;
    border-radius: 5px;
    background: #fff;
    color: #657184;
    font-size: 13px;
}

.news-pagination span.active {
    border-color: #ff5738;
    background: #ff5738;
    color: #fff;
}

.news-pagination .is-disabled {
    color: #b0b7c0;
    background: #f8f9fb;
    cursor: default;
}

.news-article-wrap {
    padding: 30px 0 72px;
    background: #f6f8fb;
}

.news-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.news-article-card,
.news-related {
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    background: #fff;
}

.news-article-card {
    padding: 34px 42px 48px;
}

.news-article-header h1 {
    margin-top: 14px;
    font-size: 30px;
    line-height: 1.45;
}

.news-article-meta {
    margin-top: 14px;
}

.news-game-card {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0 32px;
    padding: 14px;
    border: 1px solid #edf0f4;
    border-radius: 8px;
    color: #273448;
}

.news-game-card:hover {
    border-color: #ff9a83;
}

.news-game-card img {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
}

.news-game-card span:nth-child(2) {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.news-game-card small {
    overflow: hidden;
    color: #8993a1;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-game-card > span:last-child {
    color: #f45135;
    font-size: 20px;
}

.news-article-content {
    color: #3d4858;
    font-size: 16px;
    line-height: 2;
    overflow-wrap: anywhere;
}

.news-article-content p {
    margin: 0 0 1.1em;
}

.news-article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px auto;
}

.news-article-content h2,
.news-article-content h3 {
    margin: 1.4em 0 .6em;
    color: #202b3b;
    line-height: 1.5;
}

.news-article-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid #edf0f4;
}

.news-article-nav a,
.news-article-nav > span {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding: 13px 15px;
    border: 1px solid #e4e8ee;
    border-radius: 6px;
    color: #3e4b5d;
}

.news-article-nav a:hover {
    border-color: #ff9a83;
    color: #f45135;
}

.news-article-nav small {
    color: #f45135;
    font-size: 12px;
}

.news-article-nav span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-article-nav .is-disabled {
    color: #a4acb7;
    background: #fafbfc;
}

.news-related {
    padding: 22px;
}

.news-related h2 {
    margin: 0 0 14px;
    padding-left: 10px;
    border-left: 3px solid #ff5738;
    color: #202b3b;
    font-size: 20px;
}

.news-related a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 0;
    border-bottom: 1px solid #edf0f4;
    color: #4d5a6b;
    font-size: 14px;
    line-height: 1.5;
}

.news-related a:last-child {
    border-bottom: 0;
}

.news-related a:hover {
    color: #f45135;
}

.news-related small {
    flex: 0 0 auto;
    color: #9aa3af;
}

@media (max-width: 800px) {
    .news-intro {
        padding-bottom: 18px;
    }

    .news-intro .page-title-row {
        align-items: flex-start;
        gap: 8px;
    }

    .news-intro p {
        max-width: 280px;
        line-height: 1.7;
    }

    .news-tabs {
        gap: 7px;
    }

    .news-tabs a {
        min-width: 0;
        flex: 1;
        padding: 9px 7px;
    }

    .news-list-item {
        align-items: flex-start;
        gap: 12px;
        padding: 17px 15px;
    }

    .news-list-item h2 {
        margin-top: 8px;
        font-size: 16px;
    }

    .news-list-item p {
        font-size: 13px;
    }

    .news-list-link {
        padding: 7px 9px;
        font-size: 12px;
    }

    .news-article-layout {
        display: block;
    }

    .news-article-card {
        padding: 24px 17px 34px;
    }

    .news-article-header h1 {
        font-size: 24px;
    }

    .news-article-content {
        font-size: 15px;
        line-height: 1.9;
    }

    .news-related {
        margin-top: 18px;
    }

    .news-article-nav {
        grid-template-columns: 1fr;
    }
}
