/* Markdown 预览样式增强 */
.markdown-preview {
  line-height: 1.65;
  font-size: 15px;
  color: #2e2e2e;
}
.markdown-preview h1,
.markdown-preview h2,
.markdown-preview h3,
.markdown-preview h4,
.markdown-preview h5,
.markdown-preview h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1.6em;
  margin-bottom: .6em;
}
.markdown-preview h1 { font-size: 1.9em; border-bottom: 2px solid #eee; padding-bottom: .3em; }
.markdown-preview h2 { font-size: 1.6em; border-bottom: 1px solid #eee; padding-bottom: .25em; }
.markdown-preview h3 { font-size: 1.3em; }
.markdown-preview h4 { font-size: 1.15em; }
.markdown-preview p { margin: 0 0 1em; }
.markdown-preview ul, .markdown-preview ol { padding-left: 1.6em; margin: 0 0 1em; }
.markdown-preview li { margin: .35em 0; }
.markdown-preview blockquote { margin: 1em 0; padding: .6em 1em; background: #f8f9fa; border-left: 4px solid #4a6cf7; color:#444; border-radius:4px; }
.markdown-preview code { padding: 2px 5px; background: #f5f5f5; border-radius: 4px; font-size: 13px; }
.markdown-preview pre code { padding:0; background: transparent; }
.markdown-preview pre { background:#011627; color:#d6deeb; padding:12px 16px; border-radius:8px; overflow:auto; line-height:1.5; font-family:'Fira Code','Consolas',monospace; box-shadow:inset 0 0 4px rgba(0,0,0,0.4); margin:1.2em 0; }
.markdown-preview table { border-collapse: collapse; width:100%; margin:1.2em 0; font-size: 14px; }
.markdown-preview th, .markdown-preview td { border:1px solid #ddd; padding:8px 10px; }
.markdown-preview th { background:#f0f7ff; font-weight:600; }
.markdown-preview tr:nth-child(even) { background:#fafafa; }
.markdown-preview img { max-width:100%; display:block; margin: .8em auto; }
.markdown-preview hr { border:0; border-top:1px solid #e1e4e8; margin:2em 0; }
.markdown-preview a { color:#0a66c2; text-decoration:none; }
.markdown-preview a:hover { text-decoration:underline; }
.markdown-preview strong { font-weight:600; }
.markdown-preview em { color:#444; }
.markdown-preview .task-list-item { list-style: none; }
.markdown-preview .task-list-item input { margin-right:6px; }

.editor-toolbar.fullscreen,
.editor-preview-side,
.EasyMDEContainer .CodeMirror-fullscreen{
    z-index: 999;
}