.news-channel-page {
    padding: 44px 0 80px;
}

.news-channel-breadcrumb {
    color: #8b939b;
    font-size: 13px;
}

.news-channel-breadcrumb ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.news-channel-breadcrumb li:not(:last-child)::after {
    margin-left: 6px;
    content: "/";
    color: #b5bbc0;
}

.news-channel-breadcrumb a:hover,
.news-channel-breadcrumb a:focus {
    color: #e60012;
}

.news-channel-heading {
    margin-top: 20px;
    padding-bottom: 16px;
    border-bottom: 3px solid #e20c16;
}

.news-channel-heading h1 {
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}

.news-channel-layout {
    margin-top: 16px;
}

.news-channel-results {
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(20, 55, 73, .06);
}

.news-channel-results {
    min-width: 0;
    padding: 18px 32px 32px;
}

.news-channel-results__item {
    min-width: 0;
    border-bottom: 1px solid #edf0f2;
}

.news-channel-results__item > a {
    display: flex;
    align-items: center;
    min-height: 54px;
    color: #333333;
    font-size: 16px;
}

.news-channel-results__item > a::before {
    flex: 0 0 auto;
    width: 4px;
    height: 4px;
    margin-right: 13px;
    content: "";
    background: #333333;
    border-radius: 50%;
}

.news-channel-results__item > a:hover,
.news-channel-results__item > a:focus {
    color: #e60012;
}

.news-channel-results__title {
    min-width: 0;
    overflow: hidden;
    flex: 1 1 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-channel-results time {
    flex: 0 0 112px;
    margin-left: 20px;
    color: #959595;
    font-size: 15px;
    text-align: right;
}

.news-channel-empty {
    padding: 18px 0;
    color: #9aa1a7;
    font-size: 14px;
    text-align: center;
}

.news-channel-empty--main {
    padding: 80px 0;
}

.news-channel-load {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 92px;
    padding-top: 38px;
}

.news-channel-load__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    color: #7f888f;
    font-size: 14px;
    background: #f6f7f8;
    border: 1px solid #e2e5e7;
    border-radius: 6px;
    transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.news-channel-load__button:hover,
.news-channel-load__button:focus {
    color: #e60012;
    background: #fff7f8;
    border-color: #ef9ba2;
}

.news-channel-load__button[aria-disabled="true"] {
    color: #aeb4b8;
    pointer-events: none;
}

.news-channel-load__status {
    min-height: 20px;
    margin-top: 8px;
    color: #9aa1a7;
    font-size: 13px;
}

@media (max-width: 900px) {
    .news-channel-page {
        padding-top: 26px;
    }

}

@media (max-width: 600px) {
    .news-channel-page {
        padding: 22px 0 34px;
    }

    .news-channel-heading {
        margin-top: 14px;
        padding-bottom: 11px;
    }

    .news-channel-heading h1 {
        font-size: 24px;
    }

    .news-channel-layout {
        margin-top: 14px;
    }

    .news-channel-results {
        padding: 6px 16px 18px;
    }

    .news-channel-results__item > a {
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: 0;
        padding: 13px 0;
    }

    .news-channel-results__item > a::before {
        margin-top: 8px;
    }

    .news-channel-results__title {
        flex-basis: calc(100% - 17px);
        white-space: normal;
    }

    .news-channel-results time {
        flex-basis: 100%;
        margin: 5px 0 0 17px;
        text-align: left;
    }
}
