.editor,
.mce-content-body {
  color: black;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-align: justify;
  word-break: break-all;
}
.editor *,
.mce-content-body * {
  color: black;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  text-align: justify;
}
.editor ul li,
.mce-content-body ul li {
  list-style: disc;
}
.editor a:hover,
.mce-content-body a:hover {
  color: #70458C;
  text-decoration: underline;
}
