/**
 * CKEditor
 */

.cke_combo_text, .cke_combopanel {
	width: auto !important;
}

.ck-editor {
	--ck-style-panel-columns: 4;
	--ck-style-panel-button-width: 160px;
	--ck-style-panel-button-height: 130px;
}

.ck-content {
	margin: 0 !important;
}

.ck-content.ck-editor__editable {
	max-height: calc(clamp(350px, 65vh, 65vh));
}

/* Style-Dropdown optisch anpassen */
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-button__label {
	height: 40px !important;
	white-space: normal !important;
	text-overflow: unset !important;
}

/* Stil-Auswahl: Deaktivierte Elemente nicht ausgrauen, sondern gar nicht anzeigen lassen */
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled {
	display: none;
}
