.editor-content ul,
.editor-content ol {
  padding-left: 1.5rem;
  list-style-position: outside;
  margin: 1em 0;
}

.editor-content ul {
  list-style-type: disc;
}

.editor-content ol {
  list-style-type: decimal;
}

.editor-content li {
  margin-bottom: 0.5em;
}
