/* Keep one editorial category per card. Skip Featured even when it is first. */
.rt-post .wp-block-post-terms > a[class*="category-"]:not(.category-featured) ~ a[class*="category-"] {
    display: none !important;
}

/* Hide the Featured badge without changing taxonomy data or featured selection. */
.wp-block-post-terms > a.category-featured,
.wp-block-post-terms > a[href$="/category/featured/"],
.wp-block-post-terms > a[href$="/tag/featured/"] {
    display: none !important;
}
