.ck-area{
    word-break: break-all;
}
.ck-area div{
    white-space-collapse:unset !important;
}
.ck-area strong{
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
}
.ck-area em{
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}
.ck-area span, .ck-area s{
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
}
.ck-area img{
    max-width: 100% !important;
/*     height: auto!important; */
    width: initial;
}
.ck-area iframe{
    max-width: 100% !important;
    /* height: 350px !important; */
}
.ck-area a{
    color: blue;
    text-decoration: underline!important;
}
.ck-area a:hover , .ck-area a:focus, .ck-area a:active{
    color: purple;
}
.ck-area ul{
    padding-left: 20px;
}
.ck-area ul ul{
    padding-left: 0;
}
.ck-area ul li {
    list-style: disc;
}
.ck-area ol li {
    list-style: decimal;
}