.weda-RichTextView {
  font-size: 14px;
}
.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;
  line-height: 1.14285em;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.weda-RichTextView .tableWrapper {
  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 {
  max-width: 100%;
  height: auto;
  vertical-align: unset;
}
.weda-RichTextView ._img {
  vertical-align: middle;
}
