/* Lexxy editor overrides for full-height layout and Tailwind preflight fixes */
lexxy-editor { display: flex; flex-direction: column; height: 100%; }
lexxy-editor .lexxy { display: flex; flex-direction: column; flex: 1; min-height: 0; }
lexxy-editor [contenteditable] { flex: 1; overflow-y: auto; }
lexxy-editor [contenteditable] ul { list-style-type: disc; padding-left: 1.5em; }
lexxy-editor [contenteditable] ol { list-style-type: decimal; padding-left: 1.5em; }
lexxy-editor [contenteditable] li { display: list-item; }
