.lesson-content .ql-editor img {
    width: revert-layer;
    height: revert-layer;
}
.lesson-content .ql-editor {
  line-height: 2.0; !important;
} 
.lesson-content .ql-editor {
   font-size: 20px !important;
}
.lesson-content h1.tw-text-3xl.tw-font-bold,
.lesson-content h2.tw-text-3xl.tw-font-bold,
.lesson-content h3.tw-text-3xl.tw-font-bold,
.lesson-content h4.tw-text-3xl.tw-font-bold,
.lesson-content h5.tw-text-3xl.tw-font-bold,
.lesson-content h6.tw-text-3xl.tw-font-bold {
  color: #eea24f !important;
}
ul {
  list-style-position: outside !important;
  padding-left: 1.2em !important;
  margin-left: 0 !important;
}

ul li {
  padding-left: 0 !important;
  text-indent: 0 !important;
}

/* Kommentar-Toolbar Icons */
.ql-toolbar button {
  color: #F5C27A !important;
  opacity: 1 !important;
}

.ql-toolbar button svg,
.ql-toolbar button svg path,
.ql-toolbar button svg line,
.ql-toolbar button svg polyline {
  stroke: currentColor !important;
}

.ql-toolbar button:hover,
.ql-toolbar button.ql-active {
  color: #FFDFA8 !important;
}

/* Veröffentlichen-Button nur im deaktivierten Zustand */
.tw-text-end button:disabled,
.tw-text-end [type="submit"]:disabled {
  background: #F5C27A !important;
  color: #5A0F2E !important;
  border: 1px solid #F5C27A !important;
  opacity: 0.55 !important;
}

