/**
 * Vote multiple EU/EPOLL : badge vert « Vote enregistré ! (x/max) ».
 */

body.mase-epoll-multichoice-active .it_epoll_grid .it_epoll_already_voted,
body.mase-epoll-multichoice-active .it_epoll_list .it_epoll_list_style_already_voted {
	border-top: 1px solid #8bc34a !important;
	border-bottom: 1px solid #8bc34a !important;
	padding: 8px 15px !important;
	margin: 5px 0 !important;
	color: #2e7d32 !important;
	line-height: 1.3 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	display: block !important;
	background: linear-gradient(15deg, #e8f5e9, #f1f8e9) !important;
	border-radius: 4px !important;
	text-align: center !important;
}

body.mase-epoll-multichoice-active .it_epoll_list .it_epoll_list_style_already_voted {
	display: inline-block !important;
}

/* Plafond atteint sur candidats non votés (style neutre, distinct du vert « vote enregistré »). */
body.mase-epoll-multichoice-active .it_epoll_grid .mase-epoll-max-reached,
body.mase-epoll-multichoice-active .it_epoll_list .mase-epoll-max-reached {
	border-top: 1px solid #ffb74d !important;
	border-bottom: 1px solid #ffb74d !important;
	padding: 8px 15px !important;
	margin: 5px 0 !important;
	color: #e65100 !important;
	line-height: 1.3 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	display: block !important;
	background: linear-gradient(15deg, #fff3e0, #ffe0b2) !important;
	border-radius: 4px !important;
	text-align: center !important;
}

body.mase-epoll-multichoice-active .it_epoll_list .mase-epoll-max-reached {
	display: inline-block !important;
}
