/* Styles for CKEditor-generated HTML content.
 * Tailwind's preflight resets browser defaults (bold, italic, lists, headings, etc.).
 * This file restores them inside .ck-content wrappers. */

.ck-content strong,
.ck-content b {
    font-weight: bold;
}

.ck-content em,
.ck-content i {
    font-style: italic;
}

.ck-content u {
    text-decoration: underline;
}

.ck-content s,
.ck-content del,
.ck-content strike {
    text-decoration: line-through;
}

.ck-content h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0.67em 0;
}

.ck-content h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.75em 0;
}

.ck-content h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 0.83em 0;
}

.ck-content h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1.12em 0;
}

.ck-content h5 {
    font-size: 0.83em;
    font-weight: bold;
    margin: 1.5em 0;
}

.ck-content h6 {
    font-size: 0.75em;
    font-weight: bold;
    margin: 1.67em 0;
}

.ck-content ul {
    list-style-type: disc;
    padding-left: 2em;
    margin: 1em 0;
}

.ck-content ol {
    list-style-type: decimal;
    padding-left: 2em;
    margin: 1em 0;
}

.ck-content li {
    display: list-item;
}

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

.ck-content a {
    text-decoration: underline;
}

.ck-content blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    margin: 1em 0;
    font-style: italic;
}

.ck-content sub {
    vertical-align: sub;
    font-size: smaller;
}

.ck-content sup {
    vertical-align: super;
    font-size: smaller;
}
