.block-featured-comment {
	border: 1px solid var(--wp--preset--color--foreground);
	box-shadow: var(--wp--custom--box-shadow--2);
    padding: 32px 32px 20px;
}

.block-featured-comment::before {
    background: url(stars-image.png) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    width: 158px;
    height: 27px;
    margin: 0 auto;
}

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

.block-featured-comment .block-featured-comment__lower {
    display: flex;
    column-gap: 16px;
    justify-content: space-between;
    align-items: center;
}


.block-featured-comment .wp-block-buttons {
    margin-top: 0;
}


@media only screen and (max-width: 600px) {
    .block-featured-comment .block-featured-comment__lower {
        flex-direction: column;
        row-gap: 16px;
        align-items: flex-start;
    }
}
