/* Toast Editor content style (view only) */

.toastui-editor-contents {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    word-break: break-word;
}

.toastui-editor-contents p {
    margin: 10px 0;
}

.toastui-editor-contents h1 {
    font-size: 2em;
    margin: 20px 0 10px;
}

.toastui-editor-contents h2 {
    font-size: 1.6em;
    margin: 18px 0 10px;
}

.toastui-editor-contents h3 {
    font-size: 1.3em;
    margin: 16px 0 8px;
}

.toastui-editor-contents ul,
.toastui-editor-contents ol {
    margin: 10px 0;
    padding-left: 20px;
}

.toastui-editor-contents li {
    margin: 4px 0;
}

.toastui-editor-contents img {
    max-width: 100%;
    height: auto;
}

.toastui-editor-contents table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%;
}

.toastui-editor-contents table th,
.toastui-editor-contents table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.toastui-editor-contents table th {
    background: #f5f5f5;
    font-weight: 600;
}

.toastui-editor-contents blockquote {
    border-left: 4px solid #ddd;
    padding-left: 12px;
    color: #666;
    margin: 10px 0;
}

.toastui-editor-contents pre {
    background: #f7f7f7;
    padding: 10px;
    overflow: auto;
    border-radius: 4px;
}

.toastui-editor-contents code {
    background: #f2f2f2;
    padding: 2px 4px;
    border-radius: 3px;
}