.block-author-box,
.block-author-box.has-background {
	padding: 16px;
}
.block-author-box__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--custom--typography--heading--font-size);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-transform: var(--wp--custom--typography--heading--text-transform);
}

.block-author-box__content p {
	font-style: italic;
}

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

.block-author-box__photo img {
	border-radius: 50%;
}

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