.sand-editor {
  padding: 1em 0;
  font-size: 16px;
  z-index: 1;
}
.sand-editor ::selection {
  background: #1ba2e333;
  color: inherit;
}
.sand-editor p {
  margin: 0;
}
.sand-editor span[contenteditable='false'] {
  vertical-align: initial !important;
}
.sand-editor blockquote {
  border-left: 3px solid #f2f2f2;
  padding-left: 5px;
}
.sand-editor :not(pre) > code {
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  font-family: monospace;
  font-size: 85%;
  background-color: #eee;
}
