.block-featured-comment {
    background: var(--wp--preset--color--quaternary);
    padding: 24px;
}

.block-featured-comment::before {
    background: url(../svg/five-stars.svg) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    width: 128px;
    height: 24px;
    margin: 0 auto 24px;
}

.block-featured-comment blockquote.wp-block-quote,
.block-featured-comment blockquote.wp-block-quote cite {
	border: none;
	padding: 0;
	margin-top: 8px;
}

.block-featured-comment blockquote.wp-block-quote {
    margin-bottom: 24px;
}
