.ck-area{
    word-break: break-all;
}
.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 a{
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    text-decoration: underline;
    /* cursor: auto; */
}
.ck-area span, .ck-area s{
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    white-space: initial;
}
.ck-area img{
    max-width: 100% !important;
    height: 100% !important;
    width: initial;
}
.ck-area iframe{
    width: 100% !important;
    height: 350px !important;
}