/* static/css/ckeditor-styles.css */

/* Styles that will appear in the editor AND on the frontend */
.ck-content .lead-paragraph {
    font-size: 1.25em;
    line-height: 1.6;
    color: #2d3748;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.ck-content .info-box {
    background-color: #e6fffa;
    border-left: 4px solid #38b2ac;
    padding: 1.5em;
    margin: 1.5em 0;
    border-radius: 0 4px 4px 0;
}

.ck-content .warning-box {
    background-color: #fed7d7;
    border-left: 4px solid #e53e3e;
    padding: 1.5em;
    margin: 1.5em 0;
    border-radius: 0 4px 4px 0;
}

.ck-content .side-quote {
    border-left: 4px solid #c19a6b;
    padding-left: 1.5em;
    margin: 1.5em 0;
    font-style: italic;
    color: #4a5568;
    background-color: #f5f0e6;
    padding: 1.5em;
}

.ck-content .text-highlight {
    background-color: #fef3c7;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-weight: 600;
}

.ck-content .text-small {
    font-size: 0.875em;
    color: #718096;
}

.ck-content .article-heading {
    color: #800020;
    border-bottom: 2px solid #c19a6b;
    padding-bottom: 0.5em;
    margin-top: 2em;
}

.ck-content .section-heading {
    color: #8a9a5b;
    margin-top: 1.5em;
}

/* Frontend-only styles (won't affect editor) */
.blog-content .lead-paragraph {
    font-size: 1.25em;
    line-height: 1.6;
    color: #2d3748;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.blog-content .info-box {
    background-color: #e6fffa;
    border-left: 4px solid #38b2ac;
    padding: 1.5em;
    margin: 1.5em 0;
    border-radius: 0 4px 4px 0;
}

.blog-content .warning-box {
    background-color: #fed7d7;
    border-left: 4px solid #e53e3e;
    padding: 1.5em;
    margin: 1.5em 0;
    border-radius: 0 4px 4px 0;
}

.blog-content .side-quote {
    border-left: 4px solid #c19a6b;
    padding-left: 1.5em;
    margin: 1.5em 0;
    font-style: italic;
    color: #4a5568;
    background-color: #f5f0e6;
    padding: 1.5em;
}

.blog-content .text-highlight {
    background-color: #fef3c7;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    font-weight: 600;
}

.blog-content .text-small {
    font-size: 0.875em;
    color: #718096;
}

.blog-content .article-heading {
    color: #800020;
    border-bottom: 2px solid #c19a6b;
    padding-bottom: 0.5em;
    margin-top: 2em;
}

.blog-content .section-heading {
    color: #8a9a5b;
    margin-top: 1.5em;
}