.block-reader-favorites__item {
	border: 4px solid var(--wp--preset--color--septenary);
	padding: 60px 12px 12px;
	text-align: center;
	margin-top: 70px;
	position: relative;
	--wp--style--block-gap: 8px;
}

.block-reader-favorites__image {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: calc( 50% - 50px);
}

.block-reader-favorites__stars,
.editor-styles-wrapper img.block-reader-favorites__stars {
	display: block;
	margin: 0 auto 8px;
}

.block-reader-favorites__title {
	font-size: var(--wp--preset--font-size--large);
	font-family: var(--wp--custom--typography--heading--font-family);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 800;
}

.block-reader-favorites__quote {
	font-size: var(--wp--preset--font-size--small);
	font-style: italic;
}

@media only screen and (min-width: 768px) {
	.block-reader-favorites {
		display: flex;
		gap: 24px;
	}
}
