.author-box {
	background: var(--wp--preset--color--quinary);
	padding: 0 16px 36px;
	position: relative;
	text-align: center;
}

.author-box__content > * {
	margin: 0;
}

.author-box__content > * + * {
	margin-top: 16px;
}

.author-box__photo {
	position: relative;
	margin: 0 auto 16px;
	z-index: 2;
}
.author-box__photo img {
	border-radius: 50%;
	z-index: 2;
}

.author-box__photo svg {
	position: absolute;
	fill: var(--wp--preset--color--primary);
	width: 50px;
	height: 50px;
	left: -25px;
	top: 50px;
}

.author-box__title {
	font-size: var(--wp--preset--font-size--huge);
	font-weight: 900;
	line-height: var(--wp--custom--line-height--small);
}

.author-box .socials__title {
	font-weight: 900;
}

.author-box .socials {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.author-box .socials a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
}

.author-box .socials svg {
	fill: var(--wp--preset--color--primary);
}

@media only screen and (max-width: 767px) {
	.author-box {
		margin-left: calc( -1 * var(--wp--custom--layout--padding) );
		margin-right: calc( -1 * var(--wp--custom--layout--padding) );
	}

	.author-box::before {
		content: '';
		display: block;
		width: 100%;
		height: 74px;
		top: 0;
		left: 0;
		position: absolute;
		background: #fff;
		z-index: 1;
	}

	.author-box__photo {
		width: 145px;
		height: 145px;
		margin: 0 auto 16px;
	}
}

@media only screen and (min-width: 768px) {
	.author-box {
		padding: 32px;
		text-align: left;
		border-radius: var(--wp--custom--border-radius--large);
		box-shadow: var(--wp--custom--box-shadow--1);
		display: grid;
		grid-template-columns: 192px 1fr;
		grid-column-gap: 32px;
	}

	.author-box .socials {
		justify-content: flex-start;
	}
}
