/**
 * Content pill — accent-secondary stadium chip, left-aligned body text. Pattern: content-pill
 */

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

.wp-site-blocks .bnb-content-pill .bnb-content-pill__text,
.editor-styles-wrapper .bnb-content-pill .bnb-content-pill__text,
.wp-site-blocks .bnb-content-pill p.bnb-content-pill__text,
.editor-styles-wrapper .bnb-content-pill p.bnb-content-pill__text {
	margin: 0 !important;
	width: 100%;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #464646 !important;
	line-height: 1.45 !important;
	text-align: left !important;
}
