.lexxy-editor__content ul {
  list-style-type: disc;
  margin-left: 1em;
  margin-right: 1em;
}

.lexxy-editor__content ol {
  list-style-type: decimal;
  margin-left: 1em;
  margin-right: 1em;
}

.lexxy-editor__toolbar-button[name="highlight"] {
  display: none;
}

.lexxy-editor__toolbar-button[name="superscript"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

lexxy-toolbar {
  position: sticky;
  top: 0;
  background-color: cornsilk;
  z-index: 1;
}

.lexxy-code-language-picker {
  display: none;
}

.lexxy-content__superscript {
  font-size: 0.75em;
  vertical-align: super;
}
