@charset "utf-8";

/* CMS EDITOR */
.single-sec__body h1{
    font-size:2.5em;
    font-weight:bold;
}
.single-sec__body h2{
    font-size:2.2em;
    font-weight:bold;
}
.single-sec__body h3{
    font-size:1.8em;
    font-weight:bold;
}
.single-sec__body h4{
    font-size:1.4em;
    font-weight:bold;
}
.single-sec__body h5{
    font-size:1.2em;
    font-weight:bold;
}
.single-sec__body h6{
    font-size:1em;
    font-weight:bold;
}

.single-sec__body ul{
    list-style:disc;
}
.single-sec__body ol{
    list-style:decimal;
}
.single-sec__body li{
    margin-left:1.5em;
}
.single-sec__body li:not(:last-of-type){
    margin-bottom:0.3em;
}

.single-sec__body figcaption{
    font-size:0.9em;
}