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

.block-featured-comment__title {
	text-align: center;
	margin: 0;
}

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

.block-featured-comment .block-featured-comment__author {
    margin-block: 16px;
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--min);
	font-family: var(--wp--custom--typography--interface--font-family);
	font-weight: var(--wp--custom--typography--interface--font-weight);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: var(--wp--custom--typography--interface--text-transform);
}

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