.social-shares-block:not(:empty)
{
	margin-top: 15px;
	min-height: 24px;
}
.social-shares-block:empty
{
	display: none;
}
.instagram-link
{
	color: inherit;
	display: inline-flex;
	align-items: center;
}
.instagram-link:before
{
	content: '';
	display: inline-block;
	background: url("/gooru/images/instagram.svg");
	background-size: cover;
	vertical-align: middle;
	margin-right: 4px;
	width: 20px;
	height: 20px;
}