.block-author-box,
.block-author-box.has-background {
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 48px;
	margin-bottom: 48px;
}
.block-author-box__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	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__photo {
	margin-bottom: 16px;
	position: relative;
}

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

.block-author-box__photo::after {
	background: var(--wp--preset--color--background) url(../../assets/images/favicon.png) no-repeat center;
	background-size: 58px;
	border-radius: 50%;
	content: '';
	display: block;
	width: 96px;
	height: 96px;
	position: absolute;
	bottom: 0;
	right: 0;
}

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