.markdowneditor {
  position: relative;
  line-height: 20px;
}

.markdowneditor .markdowneditor-x-display,
.markdowneditor .markdowneditor-x-preview {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.markdowneditor .markdowneditor-x-display em,
.markdowneditor .markdowneditor-x-preview em {
  font-style: italic !important;
}

.markdowneditor .markdowneditor-x-display ul,
.markdowneditor .markdowneditor-x-preview ul {
  list-style-type: disc !important;
  margin-left: 15px !important;
}

.markdowneditor .markdowneditor-x-display ol,
.markdowneditor .markdowneditor-x-preview ol {
  list-style-type: decimal !important;
  margin-left: 15px !important;
}

.markdowneditor .markdowneditor-x-display ol ul,
.markdowneditor .markdowneditor-x-display ul ul,
.markdowneditor .markdowneditor-x-preview ol ul,
.markdowneditor .markdowneditor-x-preview ul ul {
  list-style-type: circle !important;
  margin-left: 15px !important;
}

.markdowneditor .markdowneditor-x-display ol ol,
.markdowneditor .markdowneditor-x-display ul ol,
.markdowneditor .markdowneditor-x-preview ol ol,
.markdowneditor .markdowneditor-x-preview ul ol {
  list-style-type: lower-latin !important;
  margin-left: 15px !important;
}

.markdowneditor .markdowneditor-x-display h1,
.markdowneditor .markdowneditor-x-preview h1 {
  display: block !important;
  font-weight: 500 !important;
  font-size: 2em !important;
  margin: 0.67em 0 !important;
}

.markdowneditor .markdowneditor-x-display h2,
.markdowneditor .markdowneditor-x-preview h2 {
  display: block !important;
  font-weight: 500 !important;
  font-size: 1.5em !important;
  margin: 0.83em 0 !important;
}

.markdowneditor .markdowneditor-x-display h3,
.markdowneditor .markdowneditor-x-preview h3 {
  display: block !important;
  font-weight: 500 !important;
  font-size: 1.17em !important;
  margin: 1em 0 !important;
}

.markdowneditor .markdowneditor-x-display h4,
.markdowneditor .markdowneditor-x-preview h4 {
  display: block !important;
  font-weight: 500 !important;
  margin: 1.33em 0 !important;
}

.markdowneditor .markdowneditor-x-display h5,
.markdowneditor .markdowneditor-x-preview h5 {
  display: block !important;
  font-weight: 500 !important;
  font-size: 0.83em !important;
  margin: 1.67em 0 !important;
}

.markdowneditor .markdowneditor-x-display h6,
.markdowneditor .markdowneditor-x-preview h6 {
  display: block !important;
  font-weight: 500 !important;
  font-size: 0.67em !important;
  margin: 2.33em 0 !important;
}

.showmore-x-container .markdowneditor-x-display p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
