.weda-RichTextView {
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
}
.weda-RichTextView blockquote {
  margin: 0 0 10px;
  padding: 15px 20px;
  background-color: #f1f2f3;
  border-left: 5px solid #ccc;
  color: #666;
  font-style: italic;
}

.weda-RichTextView pre {
  max-width: 100%;
  max-height: 100%;
  margin: 10px 0;
  padding: 15px;
  overflow: auto;
  background-color: #f1f2f3;
  border-radius: 3px;
  color: #666;
  font-family: monospace;
  font-size: 1em;
  /* font-weight: 400; */
  font-weight: inherit;
  line-height: 1.14285em;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.weda-RichTextView h1 {
  font-size: 2em;
}

.weda-RichTextView h2 {
  font-size: 1.5em;
}

.weda-RichTextView h3 {
  font-size: 1.17em;
}

.weda-RichTextView h4 {
  font-size: 1em;
}

.weda-RichTextView h5 {
  font-size: 0.83em;
}

.weda-RichTextView h6 {
  font-size: 0.67em;
}

.weda-RichTextView ul {
  list-style: disc !important;
  padding: revert !important;
}

.weda-RichTextView ol {
  list-style: decimal !important;
  padding: revert !important;
}

.weda-RichTextView .tableWrapper,
.weda-RichTextView div:has(> table) {
  margin: 20px 0;
  padding: 0;
  overflow-x: auto;
  display: flex;
  justify-content: center;
}
.weda-RichTextView table {
  min-width: fit-content;
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
}
.weda-RichTextView table th,
.weda-RichTextView table td {
  box-sizing: border-box;
  position: relative;
  min-width: 70px;
  padding: 0px 5px;
  border: 1px solid #e1e6f0;
  vertical-align: top;
  background-clip: padding-box;
}
.weda-RichTextView table th {
  font-weight: bold;
  background-color: #f5f7fa;
}
.weda-RichTextView table td {
  background-color: white;
}
.weda-RichTextView table th > p,
.weda-RichTextView table td > p {
  min-height: 1em;
}
.weda-RichTextView img {
  vertical-align: unset;
}
.weda-RichTextView em,
.weda-RichTextView i {
  font-style: italic;
}
