/* =author box */

.block-author-box {
	position: relative;
}

.block-author-box p {
	margin-top: 0;
}

.block-author-box .avatar {
	border-radius: 50%;
}

.block-author-box__title {
	font-size: var(--wp--preset--font-size--x-large);
	font-family: var(--wp--preset--font-family--playfair-display);
	font-weight: 800;
}

.block-author-box__content {
	font-size: 16px;
	margin-bottom: 13px;
}

.block-author-box__content > *:last-child {
	margin-bottom: 0;
}

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

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

	.block-author-box .avatar {
		margin: 0 auto 14px;
	}

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

	.block-author-box__content {
		margin-bottom: 7px;
	}

}

@media only screen and (min-width: 768px) {

	.block-author-box {
		padding-left: calc(111px + 32px);
	}

	.block-author-box .avatar {
		position: absolute;
		left: 0;
	}

	.block-author-box__title {
		margin-bottom: 11px;
	}

}
