.block-author-box,
.block-author-box.has-background {
	padding: 24px;
	border: 1px solid var(--wp--preset--color--primary);
}

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

.block-author-box .block-author-box__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	font-size: var(--wp--preset--font-size--huge);
	line-height: var(--wp--custom--line-height--small);
	font-weight: 800;
}

.block-author-box__photo img {
	border: var(--wp--custom--border-width--large) solid var(--wp--preset--color--background);
	box-shadow: var(--wp--custom--box-shadow--2);
}

@media only screen and (max-width: 767px) {
	.block-author-box__photo {
		margin-bottom: 24px;
	}
}

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