.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 span, .ck-area a{
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
}
.ck-area img{
    max-width: 100% !important;
    height: 100% !important;
    width: initial;
}
.ck-area iframe{
    width: 100% !important;
    height: 350px !important;
}

.ck-area a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.ck-area a:hover{
    color: #0056b3;
    text-decoration: underline;
}
