/* Assignment editor sizing and readable block spacing for Lexxy. */
lexxy-editor {
  display: block;
  min-height: 18rem;
  line-height: 1.65;
}

lexxy-editor p,
lexxy-editor .lexxy-content > div {
  margin: 0.75rem 0;
}

lexxy-editor h1,
lexxy-editor h2,
lexxy-editor h3,
lexxy-editor h4 {
  margin: 1.35rem 0 0.55rem;
  line-height: 1.3;
  font-weight: 700;
}
