@import url('quill.snow.css');

/* Quill 에디터 HTML 본문 표시 — 관리자 미리보기와 동일한 행간·목록·들여쓰기 */
.quill-content-wrap .ql-editor {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 0;
    cursor: inherit;
}

.quill-content-wrap .ql-editor > * {
    cursor: inherit;
}

.quill-content-wrap .ql-editor img,
.quill-content-wrap .ql-editor iframe,
.quill-content-wrap .ql-editor video {
    max-width: 100%;
}

.quill-content-wrap .ql-editor table {
    max-width: 100%;
}
