/*
Category icons and full-width news layout 2.0.7
*/

.news-card-layout,
.news-card-main,
.news-card .news-body-row,
.news-card .news-excerpt,
.news-card .news-full-content {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    grid-template-columns: none !important;
}

.news-card {
    overflow: visible !important;
}

.news-card h3 {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

.news-category-icon {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
    flex: 0 0 24px !important;
    margin: 0 2px 0 0 !important;
}

.news-thumb,
.news-card .wp-post-image {
    display: none !important;
}

.headline-category-icon {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
    flex: 0 0 32px !important;
    margin-right: 8px !important;
}

.news-headlines img.wp-post-image,
.news-headline img.wp-post-image,
.widget_news_headlines img.wp-post-image {
    display: none !important;
}
