/**
 * Content pill subheading — short accent rules flanking a small, centered accent label, sized to sit between stacked content pills. Pattern: content-pill-subheading
 */

.wp-site-blocks .bnb-content-pill-subheading,
.editor-styles-wrapper .bnb-content-pill-subheading {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 20px 0;
	padding: 0;
	background: transparent;
}

.wp-site-blocks .bnb-content-pill-subheading > .bnb-content-pill-subheading__rule,
.editor-styles-wrapper .bnb-content-pill-subheading > .bnb-content-pill-subheading__rule {
	flex: 1 1 0;
	min-width: 20px;
	max-width: 80px;
	height: 1.5px;
	margin: 0;
	border: none;
	border-top: none;
	background-color: var(--wp--preset--color--accent, #ecc4c0);
	opacity: 1 !important;
}

.wp-site-blocks .bnb-content-pill-subheading .bnb-content-pill-subheading__text,
.editor-styles-wrapper .bnb-content-pill-subheading .bnb-content-pill-subheading__text,
.wp-site-blocks .bnb-content-pill-subheading p.bnb-content-pill-subheading__text,
.editor-styles-wrapper .bnb-content-pill-subheading p.bnb-content-pill-subheading__text {
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	letter-spacing: 0.5px;
	color: var(--wp--preset--color--accent, #ecc4c0) !important;
	line-height: 1.2 !important;
	text-align: center !important;
	white-space: nowrap;
}
