/* Article / news single — extras on top of news-template.css + mp-blog */

.at-article__author {
	display: flex;
	max-width: 1000px;
	margin: 40px 0 0;
}

.at-article__author-link {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.at-article__author-link:hover .at-article__author-name {
	color: var(--main-green);
}

.at-article__author-photo {
	flex: none;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
}

.at-article__author-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.at-article__author-name,
.at-article__author-role {
	margin: 0;
	padding: 0;
}

.at-article__author-name {
	font-weight: 500;
	padding-bottom: 4px;
}

.at-article__disclaimer {
	max-width: 1000px;
	margin: 40px 0 0;
	padding: 24px 28px;
	border-radius: 30px;
	background: #f6e6ea;
	line-height: 1.45;
}

.at-related {
	margin-top: 20px;
}

.at-related .mp-blog__head {
	margin-bottom: 30px;
}

.sp-content__tags {
	margin-bottom: 24px;
}

.sp-content__body {
	max-width: 1000px;
}

@media (max-width: 767px) {
	.at-article__disclaimer {
		padding: 20px;
		border-radius: 20px;
	}
}
