/* Local baseline for rich-text content formerly loaded from the legacy theme. */
.ql-editor {
  box-sizing: border-box;
  line-height: 1.6;
  min-height: 100%;
  outline: none;
  overflow-wrap: break-word;
  tab-size: 4;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor blockquote,
.ql-editor pre,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3 {
  margin: 0 0 1em;
}

.ql-editor img,
.ql-editor video {
  height: auto;
  max-width: 100%;
}

.ql-editor blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
}
