/* content-styles.css - 专为 Gutenberg 编辑器设计 */

.editor-styles-wrapper {
    font-family: "Noto Sans SC","PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 18px;
    line-height: 32.4px;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    /*padding: 20px;*/
}

.editor-styles-wrapper p {
    margin-bottom: 1.5em;
}

.editor-styles-wrapper h1 {
    font-size: 36px;
    margin: 1.5em 0 0.8em;
}

.editor-styles-wrapper h2 {
    font-size: 1.8em;
    margin: 1.2em 0 0.6em;
}

.editor-styles-wrapper h3 {
    font-size: 1.4em;
    margin: 1em 0 0.5em;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
    margin: 1em 0;
    padding-left: 2em;
}

.editor-styles-wrapper li {
    margin-bottom: 0.5em;
}

.editor-styles-wrapper blockquote {
    border-left: 4px solid #ccc;
    padding: 1em 1em 1em 1.5em;
    margin: 1em 0;
    font-style: italic;
    color: #666;
}

.editor-styles-wrapper img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    border-radius: 4px;
}

.editor-styles-wrapper a {
    /*color: #0073aa;*/
    text-decoration: none;
}

.editor-styles-wrapper a:hover {
    text-decoration: underline;
}