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

.block-author-box__photo {
	margin-bottom: 16px;
}
.block-author-box {
	border: 1px solid var(--wp--preset--color--secondary);
}


.block-author-box .wp-element-button.is-style-default {
	font-weight: 600;
	letter-spacing: var(--wp--custom--letter-spacing--loose);
}

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