/*
News cards 2.0.5
Show the complete post content and remove the read-more button.
*/

.news-card .news-body-row {
    display: block !important;
}

.news-card .news-excerpt.news-full-content {
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    overflow: visible !important;
}

.news-card .read-more,
.news-card .more-link {
    display: none !important;
}
