.poll-question {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
line-height: 1.5rem;
}

.wp-polls .widget-title {
	margin-bottom: 15px;
}

.wp-polls-ul li {
  list-style-type: none;
}

.wp-polls .pollbar {
  background-image: none !important;
  border: none !important;
  background-color: #e50046;
	position: absolute;
left: 0;
top: 0;
height: 100% !important;
z-index: 0;
margin: 0 !important;
}

.wp-polls-ans input[type='checkbox'],
.wp-polls-ans input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
  color: #2563eb;
//  background-color: #ee5c86;
background-color: #637b89;
  border: none;
  margin-right: 5px;
  z-index: 1;
	position: relative;
}

.wp-polls-ans input[type='radio'] {
  border-radius: 100%;
}


.wp-polls-ans ul li {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  flex-direction: column-reverse;
  margin-bottom: 5px;
}

.wp-polls-form .wp-polls-ans ul li {
	flex-direction: row;
}

.wp-polls-ans ul li small {
  display: inline-block;
  margin-left: 1px;
  margin-right: 0px;
  opacity: 0.8;
}

.wp-polls input[type="button"][name="vote"] {
  margin-top: 1rem;
}

.wp-polls-form .wp-polls-ans ul li label {
    width: 100%;
    color: white;
    padding: 7px 7px;
    cursor: pointer;
	font-size: 0.85rem;
display: flex;
    align-items: center;
position: relative;
}

.wp-polls-form .wp-polls-ans ul li label input + span {
	z-index: 1;
	position: relative;
}



.wp-polls-ans input[type='checkbox']:checked + span,
.wp-polls-ans input[type='radio']:checked + span {
	font-weight: bold;
}

.wp-polls-form .wp-polls-ans ul li label .bg {
//    background-color: #e50046;
background-color: #023047;
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.wp-polls-ans input[type='checkbox']:checked ~ .bg,
.wp-polls-ans input[type='radio']:checked ~ .bg {
	background-color: #e50046;
}

.wp-polls-form .wp-polls-ans ul li label:hover .bg {
//    background-color: #d11415;
	background-color: #e50046;
}

.wp-polls-form .wp-polls-ans ul li label:hover input[type='checkbox'],
.wp-polls-form .wp-polls-ans ul li label:hover input[type='radio'] {
	background-color: #ef698f;
}


.wp-polls-ans input[type='radio']:checked {
  border: none;
  background-color: white !important;
  //background-color: #e50046;
  //border: 1px solid #e50046;
  // background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.wp-polls-ans input[type='checkbox']:checked {
  border: none;
  background-color: white !important;
  //background-color: #e50046;
  //border: 1px solid #e50046;
  // background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.wp-polls-results ul li {
	background-color: #023047;
	width: 100%;
	height: 100%;
color: white;
    padding: 7px 7px;
position: relative;
}


.wp-polls-results ul li .poll-answer {
	font-size: 0.85rem;
position: relative;
    z-index: 1;
}

.wp-polls-results .return-to-voting {
	    margin-top: 20px;
    display: block;
}