#tinymce [class]:not([class*="button"]):not([class^="mce-"])::after {
  content: " [" attr(class) "]";
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}

#tinymce .mce-item-table th,
#tinymce .mce-item-table td {
  padding: 0.5em;
}

#tinymce .kicker-format,
#ctrl_headlineStyle_chzn_o_1,
.tox .tox-collection__item[title="Dachzeile"] .tox-collection__item-label {
  font-size: 20.9px;
  font-weight: 400;
  color: #0086db;
}

#tinymce .kicker-format::after {
  content: " [Dachzeile]";
}

#tinymce .h1-format,
#ctrl_headlineStyle_chzn_o_2,
.tox .tox-collection__item[title="H1 Format"] .tox-collection__item-label {
  font-size: 28px;
  font-weight: 600;
}

#tinymce .h2-format,
#ctrl_headlineStyle_chzn_o_3,
.tox .tox-collection__item[title="H2 Format"] .tox-collection__item-label {
  font-size: 21px;
  font-weight: 600;
}

#tinymce .h3-format,
#ctrl_headlineStyle_chzn_o_4,
.tox .tox-collection__item[title="H3 Format"] .tox-collection__item-label {
  font-size: 16.38px;
  font-weight: 600;
}

#tinymce .quote,
.tox .tox-collection__item[title="Zitat"] .tox-collection__item-label {
  font-size: 16.8px;
  font-style: italic;
  font-weight: 400;
}

#tinymce .quote::after {
  content: " [Zitat]";
}

#tinymce .bigger,
.tox .tox-collection__item[title="Größerer Text"] .tox-collection__item-label {
  font-size: 16.8px;
  font-weight: 400;
}

#tinymce .bigger::after {
  content: " [größer]";
}

#tinymce .smaller,
.tox .tox-collection__item[title="Kleinerer Text"] .tox-collection__item-label {
  font-size: 11.2px;
  font-weight: 400;
}

#tinymce .smaller::after {
  content: " [kleiner]";
}

#tinymce .green::after {
  content: " [grün]";
}

#tinymce .paragraph::after {
  content: " [Absatz]";
}

.tox .tox-collection__item[title="Grüner Text"] .tox-collection__item-label,
#tinymce .green {
  color: #94c11f;
}

#ctrl_headlineStyle_chzn .chzn-results li {
  line-height: 24px;
  padding-block: 4px;
}

#ctrl_headlineStyle_chzn .chzn-results li.highlighted {
  color: #fff;
}

#tinymce a.button {
  appearance: button;
  color: black;
  text-decoration: none;
  padding: 0.2rem 0.6rem;
  border: 1px solid grey;
  background: #ddd;
  cursor: pointer;
}
