.custom-text p {
  margin-bottom: 1rem;
}

.custom-text a {
  text-decoration: underline;
}

/* Rich ballot text (intro and allocation notes). Tailwind's preflight strips
   list and paragraph styling, so the editor's output gets it back here. */
.ballot-rich-text p {
  margin-bottom: 0.75em;
}

.ballot-rich-text p:last-child {
  margin-bottom: 0;
}

.ballot-rich-text ul,
.ballot-rich-text ol {
  padding-left: 1.25rem;
  margin-bottom: 0.75em;
}

.ballot-rich-text ul {
  list-style: disc;
}

.ballot-rich-text ol {
  list-style: decimal;
}
