/* Custom Lexxy editor styles */

:where(.lexxy-content) {
  ul {
    list-style-type: disc;
    padding-inline-start: 2ch;
  }

  ol {
    list-style-type: decimal;
    padding-inline-start: 2ch;
  }

  ul ul {
    list-style-type: circle;
  }

  ul ul ul {
    list-style-type: square;
  }

  ol ol {
    list-style-type: lower-alpha;
  }

  ol ol ol {
    list-style-type: lower-roman;
  }
}
