.ql-toolbar {
  position: sticky !important;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.ql-editor > p,
.ql-editor > ul,
.ql-editor > ol,
.ql-editor > table,
.ql-editor > h1,
.ql-editor > h2,
.ql-editor > h3,
.ql-editor > h4,
.ql-editor > h5,
.ql-editor > h6 {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.ql-editor > *:first-child { margin-top: 0; }

.ql-editor table { border-collapse: separate; }
.ql-editor td { padding-right: 2rem; }
.ql-editor td:last-child { padding-right: 0; }
.ql-editor a { text-decoration: underline; }


.ql-toolbar .ql-align .ql-picker-item[data-value="center"] {
  display: none;
}

.ql-editor > p,
.ql-editor > ul,
.ql-editor > ol,
.ql-editor > table,
.ql-editor > h1,
.ql-editor > h2,
.ql-editor > h3,
.ql-editor > h4,
.ql-editor > h5,
.ql-editor > h6 {
  font-size: revert;
  font-weight: revert;
  line-height: revert;
}

