.rich-text,
.ql-editor,
.note-editor .note-editable {
    line-height: 1.65;
    color: #0f172a;
    font-size: 14px;
    font-family: "Pretendard", system-ui, -apple-system, sans-serif;
}

.rich-text p,
.ql-editor p,
.note-editor .note-editable p {
    margin: 0.35rem 0;
}

.rich-text ul,
.rich-text ol,
.ql-editor ul,
.ql-editor ol,
.note-editor .note-editable ul,
.note-editor .note-editable ol {
    padding-left: 1.25rem;
    margin: 0.35rem 0;
    list-style-position: outside;
}

.rich-text li,
.ql-editor li,
.note-editor .note-editable li {
    margin: 0.2rem 0;
}

.rich-text ul,
.ql-editor ul,
.note-editor .note-editable ul {
    list-style-type: disc;
}

.rich-text ul ul,
.ql-editor ul ul,
.note-editor .note-editable ul ul {
    list-style-type: circle;
}

.rich-text ul ul ul,
.ql-editor ul ul ul,
.note-editor .note-editable ul ul ul {
    list-style-type: square;
}

.rich-text ol,
.ql-editor ol,
.note-editor .note-editable ol {
    list-style-type: decimal;
}

.rich-text ol ol,
.ql-editor ol ol,
.note-editor .note-editable ol ol {
    list-style-type: lower-alpha;
}

.rich-text ol ol ol,
.ql-editor ol ol ol,
.note-editor .note-editable ol ol ol {
    list-style-type: lower-roman;
}

/* indent 대응 (기존 Quill 데이터 포함) */
.ql-indent-1,
.ql-editor .ql-indent-1,
.rich-text .ql-indent-1,
.note-editor .note-editable .ql-indent-1 {
    margin-left: 1.5rem;
}

.ql-indent-2,
.ql-editor .ql-indent-2,
.rich-text .ql-indent-2,
.note-editor .note-editable .ql-indent-2 {
    margin-left: 3rem;
}

.ql-indent-3,
.ql-editor .ql-indent-3,
.rich-text .ql-indent-3,
.note-editor .note-editable .ql-indent-3 {
    margin-left: 4.5rem;
}

.ql-indent-4,
.ql-editor .ql-indent-4,
.rich-text .ql-indent-4,
.note-editor .note-editable .ql-indent-4 {
    margin-left: 6rem;
}

.ql-indent-5,
.ql-editor .ql-indent-5,
.rich-text .ql-indent-5,
.note-editor .note-editable .ql-indent-5 {
    margin-left: 7.5rem;
}

.ql-snow .ql-editor {
    padding: 0.75rem 0.9rem;
    border: none;
}
