/* Scoped styles for CKEditor content */
.ck-content {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 20px;
}

.ck-content h1, .ck-content h2, .ck-content h3 {
    color: #2c3e50;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.ck-content h1 {
    font-size: 2.2em;
}

.ck-content h2 {
    font-size: 1.8em;
}

.ck-content h3 {
    font-size: 1.5em;
}

.ck-content p {
    margin-bottom: 1.2em;
}

.ck-content ul, .ck-content ol {
    margin-left: 20px;
    margin-bottom: 1.2em;
}

.ck-content li {
    margin-bottom: 0.5em;
}

.ck-content a {
    color: #3498db;
    text-decoration: none;
}

.ck-content a:hover {
    text-decoration: underline;
}

.ck-content strong {
    font-weight: bold;
}

.ck-content em {
    font-style: italic;
}