.poll-share {
	direction: ltr;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.poll-share__hint {
	margin: 10px 0 0;
	padding: 0;
	font-family: Roboto, sans-serif, Arial;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 400;
	color: #8a8a8a;
	text-align: center;
}

.poll-share ul,
.poll-share ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.poll-share ul {
	display: flex;
	align-items: center;
	gap: 6px;
}

.poll-share .share-messenger {
	display: none;
}

.poll-share a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	transition: opacity 0.2s ease;
}

.poll-share a:hover,
.poll-share a:focus {
	opacity: 0.7;
}

.poll-share img {
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	display: block;
}

@media (max-width: 768px) {
	.poll-share .share-messenger {
		display: inline-flex;
	}

	.poll-share a {
		width: 26px;
		height: 26px;
		flex-basis: 26px;
	}

	.poll-share img {
		width: 20px !important;
		height: 20px !important;
		max-width: 20px !important;
		max-height: 20px !important;
	}
}
