.poll-view.default.form-group {
  margin-bottom: 0;
}
.poll-view > form {
  padding: 1em;
  border-bottom: 1px solid var(--bg-highlight);
}
.poll-view > form h3.poll-question {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0;
}
.poll-view > form .vote-form > label {
  display: none;
}
.poll-view > form .vote-form > .form-actions {
  margin-top: 1em;
}
.poll-view > form .vote-form > .form-actions > button {
  padding: 2px 8px;
  font-size: 0.8em;
}
.poll-view > form .alert {
  margin-top: -1em;
  border: 0;
}



.poll dl,
.poll dd {
  font-size: 14px;
}
.poll .bar {
  background-color: var(--bg-highlight-overlay);
}
.poll .bar .foreground {
  background-color: var(--primary);
}
dt.choice-title.is-current-selection {
  color: var(--primary);
}