.editor-content {
    line-height: 1.6;
}
.editor-content ul {
    list-style-type: disc;
    margin-left: 20px;
}
.editor-content ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.editor-content li {
    margin-bottom: 5px;
}
.editor-content a {
    color: #3498db;
    text-decoration: none;
}
.editor-content a:hover {
    text-decoration: underline;
}
.editor-content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.editor-content table, .editor-content th, .editor-content td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}
.editor-content th {
    background-color: #f2f2f2;
}
.editor-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
.editor-content blockquote {
    border-left: 4px solid #ccc;
    margin: 20px 0;
    padding-left: 15px;
}
.editor-content b, .editor-content strong {
    font-weight: bold;
}
.editor-content i, .editor-content em {
    font-style: italic;
}