.block-featured-comment__header {
	display: flex;
	align-items: center;
	gap: 12px;
}

.block-featured-comment__header::before,
.block-featured-comment__header::after {
	background: #000;
	content: '';
	display: block;
	height: 1px;
	flex-basis: 10px;
	flex-grow: 1;
}

.block-featured-comment__inner {
	font-style: italic;
}

.block-featured-comment__footer {
	color: var(--wp--custom--color--neutral-700);
    font-family: var(--wp--custom--typography--interface--font-family);
    letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	text-align: center;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--tiny);
}

.block-featured-comment__footer p {
	margin: 0;
}

.block-featured-comment__footer a {
	color: inherit;
}

@media only screen and (min-width: 760px) {
	.block-featured-comment__footer p {
		display: inline;
	}

	.block-featured-comment__footer p::after {
		content: ' • ';
	}
}