

/* Start:/bitrix/templates/aspro_max/components/bitrix/news/author/bitrix/news.detail/.default/style.css?17737501623038*/
.author-detail {
	margin-bottom: 30px;
	margin-top: 32px;
}

/* Header: photo + info */
.author-detail__header {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
}
.author-detail__photo-col {
	flex-shrink: 0;
}
.author-detail__photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #f0f0f0;
}
.author-detail__photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #4a76a8;
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	text-transform: uppercase;
}
.author-detail__info-col {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.author-detail__name {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin: 0 0 12px;
	line-height: 1.2;
}
.author-detail__preview {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}
.author-detail__prop {
	font-size: 14px;
	color: #555;
	margin-bottom: 6px;
}
.author-detail__prop-name {
	font-weight: 600;
	color: #333;
}

/* Detail text */
.author-detail__text {
	padding: 25px 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
}

/* Articles section */
.author-articles {
	margin-top: 10px;
}
.author-articles__title {
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin: 0 0 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #4a76a8;
}
.author-articles__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.author-articles__item {
	display: flex;
	gap: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	transition: box-shadow 0.3s ease;
}
.author-articles__item:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.author-articles__img-link {
	flex-shrink: 0;
}
.author-articles__img {
	width: 200px;
	height: 140px;
	object-fit: cover;
	border-radius: 6px;
}
.author-articles__item-info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.author-articles__date {
	font-size: 13px;
	color: #999;
	margin-bottom: 8px;
}
.author-articles__item-name {
	font-size: 17px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 1.4;
}
.author-articles__item-name:hover {
	color: #4a76a8;
}
.author-articles__item-desc {
	font-size: 14px;
	color: #777;
	line-height: 1.5;
}

/* Share */
.author-detail__share {
	margin-top: 20px;
}

/* Responsive */
@media (max-width: 767px) {
	.author-detail__header {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 20px;
	}
	.author-detail__photo {
		width: 150px;
		height: 150px;
	}
	.author-detail__photo-placeholder {
		width: 150px;
		height: 150px;
		font-size: 48px;
	}
	.author-detail__name {
		font-size: 22px;
	}
	.author-articles__item {
		flex-direction: column;
	}
	.author-articles__img {
		width: 100%;
		height: 180px;
	}
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news/author/bitrix/news.detail/.default/style.css?17737501623038 */
