/* Summernote 커스텀 스타일 - Tailwind preflight 오버라이드 */

/* 헤딩 */
.note-editable h1, .preview-detail-content h1 { font-size: 2em !important; font-weight: bold !important; margin: 0.67em 0 !important; }
.note-editable h2, .preview-detail-content h2 { font-size: 1.5em !important; font-weight: bold !important; margin: 0.83em 0 !important; }
.note-editable h3, .preview-detail-content h3 { font-size: 1.17em !important; font-weight: bold !important; margin: 1em 0 !important; }
.note-editable h4, .preview-detail-content h4 { font-size: 1em !important; font-weight: bold !important; margin: 1.33em 0 !important; }
.note-editable h5, .preview-detail-content h5 { font-size: 0.83em !important; font-weight: bold !important; margin: 1.67em 0 !important; }
.note-editable h6, .preview-detail-content h6 { font-size: 0.67em !important; font-weight: bold !important; margin: 2.33em 0 !important; }

/* 리스트 */
.note-editable ul, .preview-detail-content ul { list-style: disc !important; padding-left: 1.5em !important; margin: 0.5em 0 !important; }
.note-editable ol, .preview-detail-content ol { list-style: decimal !important; padding-left: 1.5em !important; margin: 0.5em 0 !important; }
.note-editable ul li, .note-editable ol li, .preview-detail-content ul li, .preview-detail-content ol li { list-style: inherit !important; }

/* 인용문 */
.note-editable blockquote, .preview-detail-content blockquote { border-left: 4px solid #ccc !important; padding-left: 1em !important; margin: 0.5em 0 !important; color: #666 !important; }
