.editor,
.mce-content-body {
  color: black !important;
  font-size: 14px !important;
  line-height: 22px;
  text-decoration: none;
  text-align: justify;
}
.editor *,
.mce-content-body * {
  color: black !important;
  font-size: 14px !important;
  line-height: 22px;
  text-decoration: none;
  text-align: justify;
}
.editor ul li,
.mce-content-body ul li {
  list-style: disc !important;
}
.editor a:hover,
.mce-content-body a:hover {
  color: #70458C !important;
  text-decoration: underline !important;
}
.editor img,
.mce-content-body img {
  max-width: 100%;
}
