.wp-polls {
  display: flex;
  justify-content: center;
}

.wp-polls .text-linear-gradient  {
  background: linear-gradient(to right, red 55% 55%, orange 20% 75%, green 20% 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.wp-polls input[type='radio'] {
  display: none;
}

.wp-polls input[type='button'] {
  height: 50px;
  width: 150px;
  background: #e82a2a;
  color: #fff;
}

.wp-polls label:hover,
.wp-polls label:hover + label,
.wp-polls input[type='radio']:checked + label {
  border-bottom:solid;
  border-color:black;
  border-width:3px;
}

.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
  display: inline;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.wp-polls-loading {
  display: none;
  text-align: center;
  height: 16px;
  line-height: 16px;
}

.wp-polls label {
  font-size: 30px;
  padding: 0 2px;
  cursor: pointer;
}

@media (min-width: 500px) {
  .wp-polls label {
    font-size: 30px;
    padding: 0px 6px;
    cursor: pointer;
  }
}

.wp-polls .float_left {
  float:left;
  font-size: 15px;
}
.wp-polls .float_right {
  float:right;
  font-size: 15px;
}
