.we_news_container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

.we_news_item.published.not-read {
    background-color: #F6F6F6;
}

.we_news_item a {
    color: inherit !important;
    text-decoration: none !important;
}

.we_news_item .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.we_news_item .categories .category-badge {
    padding: 0.2rem 0.5rem;
    color: #414042;
    border: 1px solid #414042;
    background-color: #FFF;
    border-radius: 4px;
    font-size: 0.8rem;
}

.we_news_item .content .title {
    font-size: 22px;
    font-weight: normal;
}

.we_news_card {
    border-bottom: 1px solid #EFEFEF;
    border-radius: 1px;
    background-color: #FFF;
}

.we_news_card .featured {
    margin-right: 1rem;
}

.we_news_card .featured img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

@media (min-width: 600px) {
    .we_news_card .featured img {
        width: 100px;
        height: 100px;
    }
}

.we_news_stats {
    gap: 1rem 5rem;
}

.we_news_grid_col {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    border: 1px solid #CCC;
}

.we_news_grid_col .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.we_news_grid_col .content .actions {
    margin-top: auto;
}

.we_news_grid_col .featured img,
.we_news_blog_header .featured img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.we_news_blog_header .featured img {
    border-radius: 3px;
    box-shadow: 0 0 3px #0009;
}

@media (max-width: 768px) {
    .we_news_item-header {
        flex-wrap: wrap-reverse;
        row-gap: 1rem;
    }
}

#page-local-wenews-view-news-index #page-header > div > div {
    flex-wrap: wrap;
}

#page-local-wenews-view-news-index .header-action {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}


