/**
 * Content pill heading — same layout as content-pill; accent fill, 30px padding, 26px bold. Pattern: content-pill-heading
 */

.wp-site-blocks .bnb-content-pill-heading,
.editor-styles-wrapper .bnb-content-pill-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0 0 15px;
	padding: 30px;
	background-color: var(--wp--preset--color--accent, #ecc4c0);
	border-radius: 33px;
}

/*
 * Font size and text alignment come from the Paragraph block (Typography + alignment).
 * Do not set font-size/text-align here with !important or the editor controls have no effect.
 */
.wp-site-blocks .bnb-content-pill-heading .bnb-content-pill-heading__text,
.editor-styles-wrapper .bnb-content-pill-heading .bnb-content-pill-heading__text,
.wp-site-blocks .bnb-content-pill-heading p.bnb-content-pill-heading__text,
.editor-styles-wrapper .bnb-content-pill-heading p.bnb-content-pill-heading__text {
	margin: 0 !important;
	width: 100%;
	font-weight: 700 !important;
	color: #464646 !important;
	line-height: 1.2 !important;
}
