.ck-editor__editable {min-height: 300px;}
.ck-powered-by {display:none !important; }


.ck-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    word-break: break-word;
}

.ck-content p {
    margin-top: 0;
    margin-bottom: 1em;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    font-weight: bold;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: .75em;
}

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

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

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

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

.ck-content ul,
.ck-content ol {
    padding-left: 40px;
    margin-bottom: 1em;
}

.ck-content blockquote {
    border-left: 5px solid #ccc;
    padding-left: 15px;
    margin-left: 0;
    color: #666;
}

.ck-content img {
    max-width: 100%;
    height: auto;
}

.ck-content table {
    border-collapse: collapse;
    width: 100%;
}

.ck-content table td,
.ck-content table th {
    border: 1px solid #ddd;
    padding: 8px;
}

