@tailwind base;
@tailwind components;
@tailwind utilities;

/* Restore list styles for Quill editor content */
.ql-editor ul,
.ql-editor ol {
    list-style: revert !important;
    margin: revert !important;
    padding-left: 1.5em !important;
}

.ql-editor ul {
    list-style-type: disc !important;
}

.ql-editor ol {
    list-style-type: decimal !important;
}

.ql-editor li {
    display: list-item !important;
}
