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

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

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

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

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

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

.block-featured-comment .block-featured-comment__author {
    font-size: var(--wp--preset--font-size--small);
    color: var(--wp--custom--color--neutral-700);
}
