RichText.less 678 Bytes
.wev-comp-RichText {
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  line-height: 1.6;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wev-comp-RichText span {
  font-family: unset;
  font-size: unset;
}
.wev-comp-RichText ol, .wev-comp-RichText ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.wev-comp-RichText li {
  font-family: initial;
}
.wev-comp-RichText ol li {
  list-style-type: decimal;
}
.wev-comp-RichText ul li {
  list-style-type: disc;
}