.block-author-box,
.block-author-box.has-background {
	padding: 0;
}
.block-author-box__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--x-large);
	line-height: var(--wp--custom--line-height--tiny);
}

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

.block-author-box__photo img {
	width: 100%;
}

.block-author-box__content {
	padding-top: 16px;
}

.editor-styles-wrapper .block-author-box a {
	pointer-events: none;
}

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

	.block-author-box__photo {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}

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

	.block-author-box ul.social-links {
		justify-content: center;
	}
}

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

	.block-author-box__content {
		padding: 0 40px;
	}
}
