/* KCD Portal 2.1.1 */

/* Category and title stay together with normal inline spacing. */
.headline-list .headline-title {
    display: block !important;
    min-width: 0 !important;
    white-space: normal !important;
    line-height: 1.15 !important;
}

.headline-list .headline-category,
.headline-list .headline-post-title {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.headline-list .headline-category {
    margin-right: 3px !important;
}

/* Entire row remains the anchor jump target. */
.headline-list .headline-row {
    cursor: pointer !important;
}

/* Smaller meta line. */
article.news-card.news-card-v210 .news-meta-bottom {
    font-size: 0.75rem !important;
    line-height: 1.3 !important;
}

/* Use the site's regular link color instead of the custom override. */
article.news-card.news-card-v210 .news-meta-bottom a {
    color: var(--gold, #b99755) !important;
}

article.news-card.news-card-v210 .news-meta-bottom a:hover,
article.news-card.news-card-v210 .news-meta-bottom a:focus {
    color: var(--gold2, #f0cf83) !important;
}
