.author-page {
	padding: 40px 0 80px;
}

.author-page__hero {
	display: flex;
	align-items: flex-start;
	gap: 48px;
}

.author-page__hero-image {
	flex: 0 0 260px;
}

.author-page__hero-image img {
	display: block;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	object-fit: cover;
}

.author-page__hero-content {
	flex: 1 1 auto;
}

.author-page__hero-content h1 {
	margin: 0;
	font-size: 52px;
	line-height: 1.08;
	color: #1e5c97;
}

.author-page__badge {
	display: inline-flex;
	align-items: center;
	margin-top: 16px;
	padding: 8px 18px;
	border-radius: 999px;
	background: #e8f4ff;
	color: #028fde;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.author-page__intro,
.author-page__bio {
	margin-top: 28px;
	max-width: 980px;
}

.author-page__intro,
.author-page__bio p {
	font-size: 20px;
	line-height: 1.65;
	color: #4e4e4e;
}

.author-page__bio > * + * {
	margin-top: 18px;
}

.author-page__quote {
	margin: 34px 0 0;
	padding: 26px 28px;
	border-left: 4px solid #58d45e;
	background: #f5f7fa;
	font-size: 16px;
	line-height: 1.7;
	color: #4e4e4e;
}

.author-page__quote-label {
	font-weight: 700;
	font-style: italic;
}

.author-page__quote-text {
	font-style: italic;
}

.author-page__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.author-page__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid #d8e4ee;
	border-radius: 6px;
	background: #fff;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.author-page__social-link:hover {
	border-color: #028fde;
	color: #028fde;
}

.author-articles {
	padding: 10px 0 80px;
}

.author-articles h2 {
	margin-bottom: 32px;
}

@media screen and (max-width: 939px) {
	.author-page__hero {
		gap: 32px;
	}

	.author-page__hero-content h1 {
		font-size: 42px;
	}

	.author-page__intro,
	.author-page__bio p {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.author-page {
		padding: 40px 0 60px;
	}

	.author-page__hero {
		flex-direction: column;
	}

	.author-page__hero-image,
	.author-page__hero-image img {
		width: 220px;
		height: 220px;
	}

	.author-page__hero-content h1 {
		font-size: 34px;
	}

	.author-page__intro,
	.author-page__bio p {
		font-size: 16px;
		line-height: 1.6;
	}

	.author-page__quote {
		padding: 20px;
	}

	.author-articles {
		padding: 0 0 60px;
	}
}
