/**
 * Author landing pages — Stage 1 §7 E-E-A-T bios.
 */
.insly-geo-author-page {
	max-width: 760px;
	margin: 2rem auto 3rem;
	padding: 0 1.25rem;
}

.insly-geo-author-page__header {
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e7eb;
}

.insly-geo-author-page__name {
	margin: 0 0 0.35rem;
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1.2;
	color: #1a1a1a;
}

.insly-geo-author-page__title {
	margin: 0;
	font-size: 1.0625rem;
	color: #008769;
	font-weight: 600;
}

.insly-geo-author-page__bio {
	margin-bottom: 1.25rem;
	font-size: 1.0625rem;
	line-height: 1.65;
	color: #333;
}

.insly-geo-author-page__bio p {
	margin: 0;
}

.insly-geo-author-page__linkedin {
	margin: 0 0 2rem;
}

.insly-geo-author-page__linkedin a {
	color: #0077b5;
	font-weight: 600;
	text-decoration: none;
}

.insly-geo-author-page__linkedin a:hover,
.insly-geo-author-page__linkedin a:focus {
	text-decoration: underline;
}

.insly-geo-author-page__posts-heading {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	color: #1a1a1a;
}

.insly-geo-author-page__posts-list {
	margin: 0;
	padding-left: 1.25rem;
}

.insly-geo-author-page__posts-list li {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}

.insly-geo-author-page__posts-list a {
	color: #008769;
	text-decoration: none;
}

.insly-geo-author-page__posts-list a:hover,
.insly-geo-author-page__posts-list a:focus {
	text-decoration: underline;
}
