.news-feed {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 760px;
    padding: 10px 2% 24px;
    width: 100%;
}

.news-feed-header {
    border-bottom: 3px solid #085e64;
    margin-bottom: 12px;
    padding: 3px 0 9px;
}

.news-feed-title {
    color: #1e2324;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.news-feed-subtitle {
    color: #6e7778;
    font-size: 13px;
    line-height: 1.4;
    margin: 5px 0 0;
}

.news-lead,
.news-feed-item {
    color: #1e2324;
    text-decoration: none;
}

.news-lead {
    border: 1px solid #d8d8d8;
    display: block;
    margin-bottom: 9px;
}

.news-lead-image {
    background: #eaeaea;
    display: block;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.news-lead-body {
    display: block;
    padding: 13px 12px 14px;
}

.news-lead-title {
    color: #064b50;
    display: block;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.28;
}

.news-feed-date {
    color: #7b8586;
    display: block;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 7px;
}

.news-feed-list {
    border-top: 1px solid #d8d8d8;
}

.news-feed-item {
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    display: grid;
    gap: 11px;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 76px;
    padding: 10px 0;
}

.news-feed-thumb,
.news-feed-thumb-empty {
    background: #eaeaea;
    display: block;
    height: 76px;
    object-fit: cover;
    width: 112px;
}

.news-feed-thumb-empty {
    align-items: center;
    color: #085e64;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
}

.news-feed-item-title {
    color: #1e2324;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.32;
}

.news-lead:hover .news-lead-title,
.news-feed-item:hover .news-feed-item-title,
.news-lead:focus .news-lead-title,
.news-feed-item:focus .news-feed-item-title {
    color: #e39706;
}

.listing-stream {
    border-top: 1px solid #d8d8d8;
    box-sizing: border-box;
    color: #6e7778;
    margin: 4px auto 12px;
    min-height: 58px;
    padding: 17px 10px 9px;
    text-align: center;
    width: 98%;
}

.listing-stream-status {
    font-size: 13px;
    line-height: 20px;
}

.listing-stream-retry {
    background: #085e64;
    border: 0;
    color: #fff;
    cursor: pointer;
    font: 700 14px roboto, sans-serif;
    margin-top: 8px;
    padding: 10px 18px;
}

.listing-stream-noscript {
    padding: 12px;
    text-align: center;
}

@media (max-width: 420px) {
    .news-feed-title { font-size: 22px; }
    .news-lead-title { font-size: 19px; }
    .news-feed-item {
        gap: 9px;
        grid-template-columns: 90px minmax(0, 1fr);
    }
    .news-feed-thumb,
    .news-feed-thumb-empty {
        height: 68px;
        width: 90px;
    }
    .news-feed-item-title { font-size: 15px; }
}
