.block-featured-comment {
    border: 2px solid var(--wp--preset--color--septenary);
    padding: 32px;
}

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

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

.block-featured-comment .block-featured-comment__author {
    margin-block: 16px;
    font-size: var(--wp--preset--font-size--min);
    color: var(--wp--preset--color--foreground);
    text-transform: uppercase;
}

.block-featured-comment .wp-block-buttons a.wp-element-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: var(--wp--preset--color--tertiary);
    color: var(--wp--preset--color--background);
}

.block-featured-comment .wp-block-buttons a.wp-element-button::before {
    background: url(chat-icon.svg) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
}