#editor{
  line-height: initial;
}

#editor h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

#editor h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

#editor h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

#editor h4 {
  display: block;
  font-size: 16px;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

#editor p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#editor i {
  font-style: italic;
}

#editor strong {
  font-weight: bold;
  vertical-align: initial;
}

#editor u {
  text-decoration: underline;
}

#editor s {
  text-decoration: line-through;
}

#editor ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#editor li {
  display: list-item;
  text-align: match-parent;
}

#editor li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  white-space: pre;
  text-transform: none;
}

#editor ul:not(.ck-list) {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

#editor ol ul, #editor ul:not(.ck-list) ol, #editor ul:not(.ck-list) ul, #editor ol ol {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

#editor ul:not(.ck-list) ul, #editor ol ul {
  list-style-type: circle;
}

#editor ol ol ul, #editor ol ul ul, #editor ul:not(.ck-list) ol ul, #editor ul:not(.ck-list) ul ul {
  list-style-type: square;
}

#editor ul[class="todo-list"] {
  list-style : none !important;
}

#editor blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

#editor code {
  font-family: monospace;
  vertical-align: initial;
  color : inherit;
}

#editor .table {
  width: initial;
  max-width: initial;
}

#editor div[contenteditable=false]{
  border: 0px;
  padding : 0px;
}

#editor div[contenteditable=false] .ck.ck-widget__selection-handle, .ck-widget__resizer{
  display: none;
}

#editor div[contenteditable=false] span[contenteditable=false].ck-widget_selected:hover{
  outline: 0px;
}

#editor div[contenteditable=false] span[contenteditable=false].ck-widget_selected{
  outline: 0px;
}