.cpoll-form p {
  display: flex;
  /* padding: 0; */
  margin: 20px 0;
}
.cpoll-form h3 {
  margin-top: 0;
}

.cpolls-results {
  padding-top: 10px;
}
.cpoll-result-row {
  margin-bottom: 10px;
}
.cpoll-bar {
  border-radius: 4px;
}
.cpoll-form button {
  margin-top: 27px;
}
.cpoll-btn {
  display: flex;
  gap: 15px;
}
#add-answer {
  display: block;
  margin-top: 15px;
}

/* Admin & Reset Votes Styles */
#cp-inline-notice .notice {
  margin-bottom: 0;
}
.cpoll-reset-votes {
  color: #d63636;
  font-weight: 600;
}
.cp_answer_row {
  margin: 13px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  transition: border-color 0.3s ease;
}
.cp_answer_row.invalid {
  border: 2px solid #d63638;
}
