.ql-container {
  height: auto;
}

.ql-editor {
  height: auto;
  padding: 0px;
  font-family: system-ui, '-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', sans-serif;
  color: #3E4657;
}

.ql-bubble .ql-tooltip {
  border-radius: 4px;
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 8px
}

.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px;
}

.ql-editor.ql-blank::before {
  left: 0px;
  right: 0px;
  font-style: normal;
}

.Editor {
  position: relative;
  min-height: 16px;
}

.Editor .ql-editor img {
  max-width: 100%;
}

.Editor-placeholder {
  word-break: break-word;
  font-style: italic;
  visibility: hidden;
  font-size: 14px;
  line-height: 1.4285;
}

.Editor--xs .ql-editor,
.Editor--xs .ql-editor table {
  font-size: 10px;
  line-height: 1.4;
}
.Editor--s .ql-editor,
.Editor--s .ql-editor table {
  font-size: 12px;
  line-height: 1.3333;
}

.Editor--m .ql-editor,
.Editor--m .ql-editor table {
  font-size: 14px;
  line-height: 1.4285;
}

.Editor--l .ql-editor,
.Editor--l .ql-editor table {
  font-size: 16px;
  line-height: 1.5;
}

.Editor--xs .Editor-placeholder {
  font-size: 10px;
  line-height: 1.4;
}

.Editor--s .Editor-placeholder {
  font-size: 12px;
  line-height: 1.3333;
}

.Editor--m .Editor-placeholder {
  font-size: 14px;
  line-height: 1.4285;
}

.Editor--l .Editor-placeholder {
  font-size: 16px;
  line-height: 1.5;
}

.ql-editor table {
  border-collapse: collapse;
  color: #3E4657;
}

.ql-editor table,
.ql-editor td,
.ql-editor th {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.ql-editor td {
  padding: 4px;
}

.ql-editor ol li[data-list='bullet']:before {
  content: '\2022';
}

.Editor--snow .ql-editor.ql-blank::before {
  left: 8px;
}

.Editor--snow .ql-editor {
  overflow: auto;
  height: 100%;
  padding: 8px;
}

.ql-container.ql-snow {
  border: none;
}

.ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #cccc;
}