.ck.ck-editor__main > .ck-editor__editable {
  min-height: 300px;
}

.ck.ck-button {
  cursor: pointer;
}

.ck.ck-button.ck-disabled {
  cursor: default;
  opacity: 0.3;
}

.ck.ck-style-panel .ck-style-panel__style-group:first-child > .ck-label {
  display: none;
}

.text-blank {
  color: #000000;
}

.text-red {
  color: #b50000;
}

.text-blue {
  color: #001dbb;
}

.text-orange {
  color: #9d3400;
}

.text-green {
  color: #00574f;
}

.text-purple {
  color: #8b01a3;
}

.text-grey {
  color: #535353;
}

.bg-yellow {
  background-color: #fffd84;
}

.bg-red {
  background-color: rgba(255, 62, 62, 0.13);
}

.bg-blue {
  background-color: rgba(58, 179, 255, 0.13);
}

.ck-h1, .ck.ck-list__item .ck-h1 {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2.25rem;
}

.ck-h2, .ck.ck-list__item .ck-h2 {
  display: block;
  font-weight: bold;
  font-size: 1.6875rem;
}

.ck-h3, .ck.ck-list__item .ck-h3 {
  display: block;
  font-weight: bold;
  font-size: 1.3125rem;
}

.text-tiny, .ck.ck-list__item .ck-button.text-tiny {
  font-size: 0.75em;
}

.text-small, .ck.ck-list__item .ck-button.text-small {
  font-size: 0.85em;
}

.text-base, .ck.ck-list__item .ck-button.text-base {
  font-size: 1rem;
}

.text-big, .ck.ck-list__item .ck-button.text-big {
  font-size: 1.25em;
}

.text-huge, .ck.ck-list__item .ck-button.text-huge {
  font-size: 1.5em;
}

.ck-list-custom + .ck-dropdown__panel .ck-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 13rem;
}
.ck-list-custom + .ck-dropdown__panel .ck-list li {
  display: inline-block;
  min-width: 0;
}

.mark-yellow {
  color: #fffd84;
}

.mark-blue {
  color: rgba(58, 179, 255, 0.13);
}

.mark-red {
  color: rgba(255, 62, 62, 0.13);
}/*# sourceMappingURL=ckeditor5-custom_forCSP.css.map */