.block-author-box__title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: 2rem;
	font-weight: 700;
	line-height: var(--wp--custom--line-height--medium);
}

.block-author-box__photo img {
	border-radius: var(--wp--custom--border-radius--x-large);
}

.block-author-box :is(p.block-author-box__title) + * {  /* spacing between title and content */
	margin-top: 5px;
}

.block-author-box .block-author-box__content p:not(.block-author-box__title) {
	font-size: var(--wp--preset--font-size--small);
}


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

	.block-author-box {
		text-align: center;
	}

	.block-author-box__photo {
		margin-bottom: 8px;
	}

	.block-author-box__photo img {
		margin: 0 auto;
	}

}

@media only screen and (min-width: 768px) {
	.block-author-box {
		display: grid;
		grid-template-columns: 120px 1fr;
		column-gap: 20px;
	}

	.block-author-box.has-background {
		padding: 32px;
	}
}
