.sidebar-post-author__title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-top: calc((26px - 20px) * -1);
}
.sidebar-post-author__body {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 15px;
}
.sidebar-post-author__img {
	flex: 0 0 70px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.sidebar-post-author__img img {
	display: block;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sidebar-post-author__content {
	flex: 1 1 auto;
	min-width: 0;
}
.sidebar-post-author__content-name {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-top: -2px;
}
.sidebar-post-author__content-name a {
	color: var(--color-black);
	text-decoration: none;
}
.sidebar-post-author__content-name a:hover, 
.sidebar-post-author__content-name a:active {
	color: var(--color-red);
	text-decoration: none;
}
.sidebar-post-author__content-description {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-gray-11);
	margin-top: 4px;
}