/* Gemensam formatering för säljbeskrivning: CKEditor + fordonsida */

body.cke_editable,
.salj-beskrivning {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #374151;
    word-wrap: break-word;
}

body.cke_editable p,
.salj-beskrivning p {
    margin: 0 0 1em;
}

body.cke_editable p:last-child,
.salj-beskrivning p:last-child {
    margin-bottom: 0;
}

body.cke_editable strong,
body.cke_editable b,
.salj-beskrivning strong,
.salj-beskrivning b {
    font-weight: 700;
}

body.cke_editable em,
body.cke_editable i,
.salj-beskrivning em,
.salj-beskrivning i {
    font-style: italic;
}

body.cke_editable u,
.salj-beskrivning u {
    text-decoration: underline;
}

body.cke_editable s,
body.cke_editable strike,
body.cke_editable del,
.salj-beskrivning s,
.salj-beskrivning strike,
.salj-beskrivning del {
    text-decoration: line-through;
}

body.cke_editable ul,
.salj-beskrivning ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 1em;
    padding-left: 2.5em;
}

body.cke_editable ol,
.salj-beskrivning ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 0 1em;
    padding-left: 2.5em;
}

body.cke_editable li,
.salj-beskrivning li {
    display: list-item;
    margin: 0.15em 0;
}

body.cke_editable ul ul,
.salj-beskrivning ul ul {
    list-style-type: circle;
    margin: 0.25em 0;
}

body.cke_editable h1,
.salj-beskrivning h1 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0.67em 0;
}

body.cke_editable h2,
.salj-beskrivning h2 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0.75em 0;
}

body.cke_editable h3,
.salj-beskrivning h3 {
    font-size: 1.17em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0.8em 0;
}

body.cke_editable h4,
.salj-beskrivning h4 {
    font-size: 1em;
    font-weight: 700;
    margin: 1em 0;
}

body.cke_editable a,
.salj-beskrivning a {
    color: #2563eb;
    text-decoration: underline;
}

body.cke_editable blockquote,
.salj-beskrivning blockquote {
    margin: 1em 0;
    padding-left: 1.25em;
    border-left: 5px solid #ccc;
    font-style: italic;
}

body.cke_editable hr,
.salj-beskrivning hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
}

body.cke_editable pre,
.salj-beskrivning pre {
    white-space: pre-wrap;
    font-family: ui-monospace, Consolas, monospace;
}
