/* Стили для изображений в CKEditor */
.image-left {
    float: left;
    margin: 0 15px 15px 0;
}

.image-right {
    float: right;
    margin: 0 0 15px 15px;
}

.image-center {
    display: block;
    margin: 15px auto;
}

/* Стили для предпросмотра изображений */
img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Стили для таблиц */
table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}

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

table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* Стили для заголовков */
h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
    font-weight: bold;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }

/* Стили для списков */
ul, ol {
    margin: 15px 0;
    padding-left: 30px;
}

li {
    margin: 5px 0;
}

/* Стили для ссылок */
a {
    color: #0869C8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
