

/* Start:/local/templates/aspro_next/components/bitrix/news/author/bitrix/news.list/.default/style.css?17768586122112*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.author-list {
	margin-bottom: 30px;
	margin-top: 32px;
}
.author-list .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.author-list [class*="col-"] {
	padding: 0 15px;
	margin-bottom: 30px;
	display: flex;
}
.author-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 30px 20px;
	text-align: center;
	transition: box-shadow 0.3s ease, transform 0.2s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.author-card:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}
.author-card__photo-wrap {
	margin-bottom: 20px;
}
.author-card__photo-link {
	display: block;
	text-decoration: none;
}
.author-card__photo {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #f0f0f0;
}
.author-card__photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #DC2F2F;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.author-card__info {
	flex-grow: 1;
	margin-bottom: 15px;
}
.author-card__name {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 1.3;
}
.author-card__name:hover {
	color: #DC2F2F;
}
.author-card__desc {
	font-size: 14px;
	color: #777;
	line-height: 1.5;
	max-height: 63px;
	overflow: hidden;
}
.author-card__articles-count {
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
	padding: 5px 12px;
	background: #f5f5f5;
	border-radius: 20px;
}
.author-card__link {
	display: inline-block;
	padding: 8px 24px;
	border: 1px solid #DC2F2F;
	border-radius: 4px;
	color: #DC2F2F;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.author-card__link:hover {
	background: #DC2F2F;
	color: #fff;
}
.author-list__pager {
	margin: 20px 0;
}
.author-list__pager--top {
	margin-bottom: 30px;
}

/* End */
/* /local/templates/aspro_next/components/bitrix/news/author/bitrix/news.list/.default/style.css?17768586122112 */
