/* Eyebrows in editable pages have page-local styles, so these selectors
   deliberately outrank their single-class rules without changing card tags. */
.ccc-db-hero .ccc-db-eyebrow,
.ccc-feat .ccc-feat__eyebrow,
.entry-content p.wp-block-kadence-advancedheading[data-kb-block]:has(+ h1),
.entry-content p.wp-block-kadence-advancedheading[data-kb-block]:has(+ h2) {
	display: inline-block;
	max-width: 100%;
	margin: 0 0 12px;
	padding: 7px 14px;
	border-radius: 999px;
	background: #1d706e;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

/* Kadence applies an important margin to Advanced Heading paragraphs. */
.entry-content p.wp-block-kadence-advancedheading[data-kb-block]:has(+ h1),
.entry-content p.wp-block-kadence-advancedheading[data-kb-block]:has(+ h2) {
	margin: 0 0 12px !important;
}
