.j3d-article-footer {
	display: flex;
	flex-wrap: wrap;
	margin: 36px 0 30px;
	padding: 0;
	/*background: #f0f2fa !important;*/
	border: 1px solid #d5daf0 !important;
	border-radius: 10px !important;
	/*box-shadow: 0 8px 28px rgba(66, 76, 185, 0.14) !important;
	overflow: hidden;*/
	clear: both;
}

.j3d-article-footer__section {
	flex: 1 1 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 24px 26px;
	text-align: center;
}

.j3d-article-footer__section--rating {
	border-right: 1px solid #d5daf0;
}

.j3d-article-footer__label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #424cb9;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.j3d-article-footer__label .fa {
	margin-right: 7px;
	color: #6b76c8;
	font-size: 15px;
}

.j3d-article-footer__content {
	width: 100%;
}

.j3d-article-footer__content .post-ratings {
	width: auto;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
	color: #5a6278;
}

.j3d-article-footer__content .j3d-postratings-stars .j3d-pr-star {
	font-size: 30px;
}

.j3d-article-footer__content .post-ratings-text {
	display: block;
	margin-top: 8px;
	position: static;
	font-size: 12px;
	color: #8a93a8;
}

.j3d-article-footer__content .post-ratings-loading {
	text-align: center;
	font-size: 12px;
	color: #8a93a8;
}

.j3d-article-footer__content .ya-share2 {
	display: inline-block;
}

.j3d-article-footer__content .ya-share2__list {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
}

.j3d-article-footer__content .ya-share2__link {
	border-radius: 6px !important;
}

.blog-content .like-wrap {
	display: none !important;
}

@media (max-width: 767px) {
	.j3d-article-footer__section {
		flex: 1 1 100%;
		padding: 20px 16px;
	}

	.j3d-article-footer__section--rating {
		border-right: none;
		border-bottom: 1px solid #d5daf0;
	}
}