.block-author-box {
	border-top: 1px solid var(--wp--preset--color--quinary);
	border-bottom: 1px solid var(--wp--preset--color--quinary);
	padding-block: 16px;
}

.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);
}

.block-author-box {
	display: grid;
	gap: 16px;
}

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