.author-about {
	padding: 2em 0;
}

.author .title {
	margin-bottom: 24px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .16em;
	font-weight: var(--wp--custom--heading--typography--font-weight);
}

.author .author-overview {
	display: grid;
	align-items: center;
	grid-gap: 1rem;
	margin-bottom: 54px;
}

.author .author-overview img {
	width: 150px;
	height: auto;
	border-radius: 50%;
}

.author .author-overview h2.name {
	margin: 0 0 10px;
	font-size: 40px !important;
}

.author h2 {
	font-size: 20px !important;
	margin: 24px 0;
}

.author .summary,
.author .custom-bio {
	margin-bottom: 54px;
}

.author .summary p,
.author .custom-bio p,
.author .custom-bio p a {
	font-size: 20px;
	line-height: 32px;
	font-weight: var(--wp--custom--body--typography--font-weight);
}

.author li {
	font-weight: var(--wp--custom--body--typography--font-weight);
}

@media (min-width: 600px) {
	.author .author-overview {
		grid-template-columns: 146px max-content;
	}
}

@media (min-width: 740px) {
	.author-container {
		padding: 0;
	}
}
