.aside-user__widget {
	margin: 0 0 30px;
	min-height: 118px;
}
.aside-user__image-link {
	font-weight: bold;
}
.aside-user__image {
	width: 55px;
	min-height: 55px;
	max-height: 55px;
	float: left;
	margin: 0 10px 0 0;
	object-fit: cover;
}
.aside-user__function {
	font-size: 14px;
	opacity: 0.75;
	font-weight: bold;
}
.aside-user__desc {
	font-size: 13px;
	line-height: 1.3em;
}
.aside-user__share {
	display: flex;
	min-width: 100%;
	max-width: auto;
	margin: 0 -5px
}
.aside-user__share img {
	width: 12px;
}
.aside-user__share a {
	display: flex;
	width: 20px;
	height: 20px;
	background-color: #4e565d;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	margin: 5px;
	opacity: 0.75;
}
.aside-user__share a:hover {
	opacity: 1;
}

.aside-user__image-link {
	position: relative;
	z-index: 2;
}



.post-user {
	position: relative;
	border-bottom: 2px solid #f2f2f2;
	padding: 0 0 32px;
	margin: 0 0 30px;
	min-height: 102px;
}
.post-user .aside-user__share {
	position: absolute;
	right: -5px;
	top: 0;
	justify-content: flex-end;
	min-width: auto;
}

.post-user .aside-user__desc {
	font-size: 16px;
	line-height: 1.5em;
}
.post-user .aside-user__image {
	width: 70px;
	min-height: 70px;
	max-height: 70px;
}
.post-user .aside-user__image-link {
	display: block;
	float: left;
}
.post-user__header {
	display: flex;
	flex-direction: column;
}
.post-user .aside-user__name {
	display: inline-block;
	font-weight: bold;
}
@media (min-width: 420px) {
	.post-user__header {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.post-user .aside-user__share a {
		margin: 0 5px;
	}
}