.ckeditor-style {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.ckeditor-style h1,
.ckeditor-style h2,
.ckeditor-style h3,
.ckeditor-style h4,
.ckeditor-style h5,
.ckeditor-style h6 {
    font-weight: bold;
    margin: 1em 0;
}

.ckeditor-style p {
    margin: 1em 0;
}

.ckeditor-style blockquote {
    margin: 1em 40px;
    padding: 10px 20px;
    border-left: 5px solid #ccc;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
}

.ckeditor-style ul,
.ckeditor-style ol {
    list-style: initial;
    margin-left: 20px;
    padding-left: 20px;
}

.ckeditor-style ul {
    list-style-type: disc;
}

.ckeditor-style ol {
    list-style-type: decimal;
}

.ckeditor-style ul li,
.ckeditor-style ol li {
    margin-bottom: 0.5em;
}

.ckeditor-style table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.ckeditor-style th,
.ckeditor-style td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

.ckeditor-style img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

.ckeditor-style a {
    color: #007bff;
    text-decoration: underline;
}

.ckeditor-style a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.ckeditor-style pre {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 1em 0;
    overflow: auto;
    font-size: 13px;
    line-height: 1.5;
}

.ckeditor-style code {
    background-color: #f5f5f5;
    padding: 2px 4px;
    font-size: 13px;
}

.ckeditor-style hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
}

.ckeditor-style caption {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.ckeditor-style iframe {
    max-width: 100%;
    height: auto;
}

.ckeditor-style .cke_widget_wrapper {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
}

.ckeditor-style .cke_widget_editable {
    padding: 5px;
    border: 1px dashed #ddd;
}

.ckeditor-style .cke_image_resizer {
    cursor: nwse-resize;
}

.ckeditor-style .cke_image_resizer_wrapper {
    position: relative;
}

.ckeditor-style .cke_image_resizer_wrapper img {
    display: block;
}

.ckeditor-style .cke_editable {
    min-height: 300px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
