.block-featured-comment {
    /* display: grid;
    grid-template-columns: 125px 1fr;
    column-gap: 40px;
    align-items: center;
    justify-content: center; */
    background: var(--wp--preset--color--quaternary);
    padding: 16px;
	border-radius: var(--wp--custom--border-radius--tiny);
}

/* .block-featured-comment::before {
    background: url(comment-heart.png) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    width: 62.5px;
    height: 62.5px;
    margin: 0;
} */

.block-featured-comment .block-featured-comment__quote {
    margin-block: 0 16px;
    line-height: var(--wp--custom--line-height--medium);
    font-size: var(--wp--preset--font-size--large);
    font-family: var(--wp--preset--font-family--system-serif);
}

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

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

@media only screen and (max-width: 600px) {

	.block-featured-comment {
        /* grid-template-columns: 1fr;
        row-gap: 16px; */
    }

    .block-featured-comment .block-featured-comment__lower {
        flex-direction: column;
        row-gap: 16px;
        align-items: flex-start;
    }

}

@media only screen and (min-width: 601px) {

	/* .block-featured-comment::before {
	    width: 125px;
    	height: 125px;
	} */

	.block-featured-comment {
		padding: 32px 32px 24px;
	}

}
