
.wp-polls{
	background-color:#eee;
	margin-bottom:25px;
	padding:15px;
}
.wp-polls-ul{
	margin:0;
}
.wp-polls-ul li{
	margin-bottom:6px;
}
.wp-polls input[type=radio], .wp-polls input[type=checkbox]{
	display:none;
	
}
.wp-polls input[type=radio]:checked ~ .fake-radio,
.wp-polls input[type=checkbox]:checked ~ .fake-radio
{
	background: #000;
	background-clip:content-box;
	
}

.wp-polls input[type=radio]:disabled ~ .fake-radio,
.wp-polls input[type=checkbox]:disabled ~ .fake-radio
{
	opacity: 0.3;
	background-clip:content-box;
	
}
.wp-polls label{
	display:flex;
	align-items:center;
	
}

.wp-polls .fake-radio{
	display:block;
	width:18px;
	height:18px;
	border:2px solid #000;
	border-radius:50%;
	margin-right:10px;
	order:-1;
	padding:3px;
	flex: 0 0 18px;
}
.wp-polls .btn{
	padding:5px 15px !important;
	border:2px solid #000 !important;
	display:inline-block !important;
	line-height:2rem;
	text-decoration:none !important;
	vertical-align:top;
	font-size:15px!important;
	text-transform:uppercase!important;
	margin-inline: 5px;
	border-radius: 0px !important;
}

.wp-polls .btn[disabled="disabled"]{
	display: none !important;
}
.pollbar-wrapper{
	background:#fff;

}

.wp-polls .btn-story:hover{
color:#f00 !important;
}
