/* Match frontend styles in editor */
body.post-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

body.post-content p {
    margin-bottom: 1.2em;
}

body.post-content h1,
body.post-content h2,
body.post-content h3,
body.post-content h4,
body.post-content h5,
body.post-content h6 {
    margin: 1.5em 0 0.8em 0;
    font-weight: 600;
    line-height: 1.3;
}

body.post-content h1 { font-size: 2em; }
body.post-content h2 { font-size: 1.7em; }
body.post-content h3 { font-size: 1.4em; }
body.post-content h4 { font-size: 1.2em; }
body.post-content h5 { font-size: 1.1em; }
body.post-content h6 { font-size: 1em; }

body.post-content img {
    max-width: 100%;
    height: auto;
}

body.post-content a {
    color: #3498db;
    text-decoration: underline;
}

body.post-content ul,
body.post-content ol {
    margin: 1em 0;
    padding-left: 2em;
}

body.post-content blockquote {
    border-left: 3px solid #3498db;
    padding-left: 1em;
    margin: 1.5em 0;
    color: #555;
    font-style: italic;
}

body.post-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 1.5em 0;
}

body.post-content table,
body.post-content th,
body.post-content td {
    border: 1px solid #ddd;
}

body.post-content th,
body.post-content td {
    padding: 10px;
    text-align: left;
}

body.post-content th {
    background-color: #f5f5f5;
}

body.post-content pre {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    overflow-x: auto;
}

body.post-content code {
    font-family: Consolas, Monaco, "Andale Mono", monospace;
    background: #f5f5f5;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.9em;
}