/* CKEditor content styles for frontend */
.sub_title ol,
.sub_title ul {
    margin: 1em 0;
    padding-left: 2em;
}

.sub_title ol li,
.sub_title ul li {
    margin: 0.5em 0;
    line-height: 1.6;
}

.sub_title p {
    /* margin: 1em 0; */
    line-height: 1.6;
}

.sub_title strong {
    font-weight: bold;
}

.sub_title em {
    font-style: italic;
}

.sub_title h2,
.sub_title h3,
.sub_title h4 {
    margin: 1em 0 0.5em 0;
    font-weight: bold;
}

/* Support for CKEditor font colors and sizes */
.sub_title span[style*="color"],
.sub_title span[style*="background-color"],
.sub_title span[style*="font-size"] {
    display: inline;
}

/* Funfact section text styling */
.funfact-block-one .inner-box p span[style*="color"],
.funfact-block-one .inner-box p span[style*="font-size"],
.funfact-block-one .inner-box p strong {
    display: inline;
}
