.block-featured-comment.has-background {
    border: 2px solid 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: 120px;
    height: 20px;
    margin: 0 auto;
}

.block-featured-comment .block-featured-comment__quote {
    margin-block: 16px;
    font-family: var(--wp--custom--typography--heading--font-family);
    letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
    font-size: var(--wp--preset--font-size--x-large);
    font-weight: 700;
    line-height: 1.4;
}

.block-featured-comment .block-featured-comment__author {
    margin-block: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: .1em;
    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--foreground);
    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;
}