.poll[data-embed-button=poll] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.poll[data-embed-button=poll] .bar .foreground {
  background-color: #1f5c98;
}
.poll[data-embed-button=poll] .poll-view {
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.poll[data-embed-button=poll] .poll-view input[data-drupal-selector=edit-back] {
  background: #1f5c98;
  width: fit-content;
  color: #fff;
  font-size: 16px;
}
.poll[data-embed-button=poll] .poll-view input[data-drupal-selector=edit-vote] {
  background: #1f5c98;
  width: fit-content;
  color: #fff;
  float: left;
  font-size: 16px;
}
.poll[data-embed-button=poll] .poll-view input[data-drupal-selector=edit-result] {
  background: #f3f3f3;
  width: fit-content;
  color: #222;
  float: left;
  margin-left: 20px;
  font-size: 16px;
}
.poll[data-embed-button=poll] .vote-form .form-item {
  position: relative;
  margin-bottom: 10px;
}
.poll[data-embed-button=poll] .vote-form .form-item .form-radio {
  top: 13px;
  left: 13px;
  position: absolute;
}
.poll[data-embed-button=poll] .vote-form .form-item .form-item__label {
  width: 100%;
  padding: 7px 12px 7px 36px;
  font-size: 17px;
  color: #222;
  line-height: 150%;
  cursor: pointer;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.poll[data-embed-button=poll] .vote-form #edit-vote {
  background: #1f5c98;
  width: fit-content;
  color: #fff;
  float: left;
  font-size: 16px;
}
.poll[data-embed-button=poll] .vote-form #edit-result {
  background: #f3f3f3;
  width: fit-content;
  color: #222;
  float: left;
  margin-left: 20px;
  font-size: 16px;
}

/*# sourceMappingURL=_custom_poll.css.map */
