/* Lopatka author + reading time */
.solcar-author {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
}

.solcar-author-ava {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 10px;
	object-fit: cover;
	display: block;
}

.solcar-author-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.solcar-author-name {
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
}

.solcar-author-name a {
	color: inherit;
	text-decoration: none;
}

.solcar-author-name a:hover {
	text-decoration: underline;
}

.solcar-author-meta {
	font-size: 14px;
	line-height: 1.3;
	color: #9aa0a6;
}
