.block-featured-comment {
    background: var(--wp--preset--color--quaternary);
	border: 1px solid #000;
    padding: 24px 24px 16px;
}

.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;
}

.block-featured-comment .block-featured-comment__quote {
    margin-block: 16px;
}

.block-featured-comment .block-featured-comment__author {
    font-size: var(--wp--preset--font-size--tiny);
    font-weight: 600;
}
