lexxy-editor {
  border: none;
  border-radius: 0;
}

lexxy-toolbar {
  display: none !important;
}

lexxy-editor ul,
lexxy-editor ol,
.lexxy-content ul,
.lexxy-content ol {
  padding-inline-start: 1.5rem;
}

lexxy-editor ul,
.lexxy-content ul {
  list-style-type: disc;
}

lexxy-editor ol,
.lexxy-content ol {
  list-style-type: decimal;
}
