.block-featured-comment {
    background: var(--wp--preset--color--background);
    border-inline-width: 32px;
    border-block-width: 24px;
    border-style: solid;
    border-color: var(--wp--preset--color--tertiary);
    padding: 24px;
}

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

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

@media only screen and (max-width: 700px) {
    .block-featured-comment {
        border-width: 24px;
    }
}
