.block-featured-comment {
    background: var(--wp--preset--color--tertiary);
	border: 2px solid var(--wp--preset--color--primary);
    padding: 40px 24px;
	text-align: center;
}

.block-featured-comment .is-style-heading::after {
	background: var(--wp--preset--color--primary);
	content: '';
	display: block;
	width: 150px;
	height: 2px;
	margin: 16px auto;
}

.block-featured-comment blockquote.wp-block-quote {
	border: none;
	padding: 0;
}

.wp-element-button svg {
	fill: var(--wp--preset--color--primary);
}

.block-featured-comment__icon,
:where(.editor-styles-wrapper) .block-featured-comment.cwp-inner > .block-featured-comment__icon {
	margin-inline: auto;
}
