/* Start custom CSS for text-editor, class: .elementor-element-4a8a9f6 *//* Основные стили */
body {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 20px;
}

/* Заголовки */
h2.wp-block-heading {
    font-size: 26px;
    color: #222;
    border-left: 5px solid #5c85d6;
    padding-left: 10px;
    margin-bottom: 15px;
}

h3.wp-block-heading {
    font-size: 22px;
    color: #444;
    border-bottom: 2px solid #5c85d6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* Абзацы */
p {
    margin-bottom: 15px;
    color: #555;
}

/* Списки */
ul.wp-block-list, ol.wp-block-list {
    padding-left: 20px;
    margin-bottom: 15px;
}

ul.wp-block-list li, ol.wp-block-list li {
    margin-bottom: 5px;
}

/* Акцент на важное */
strong {
    color: #5c85d6;
}

/* Ссылки */
a {
    color: #d9534f;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

a:hover {
    color: #3a5da8;
    text-decoration: underline;
}


.button:hover {
    background-color: #3a5da8;
}

/* Блоки цитат */
blockquote {
    border-left: 5px solid #5c85d6;
    padding-left: 15px;
    font-style: italic;
    color: #666;
    margin: 20px 0;
}/* End custom CSS */