/**
 * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck-content .line-height-single {
  line-height: 1;
}

.ck-content .line-height-double {
  line-height: 2;
}

:root {
  --ck-content-list-marker-line-height: var(--ck-content-line-height);
}

.ck-content .todo-list li.ck-list-marker-line-height:before {
  line-height: var(--ck-content-list-marker-line-height);
  content: "";
}

.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description {
  width: 0;
  line-height: var(--ck-content-list-marker-line-height);
  position: absolute;
}

.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description input[type="checkbox"] {
  margin: 0;
  position: relative;
}

.ck-editor__editable.ck-content .todo-list li.ck-list-marker-line-height > .todo-list__label.todo-list__label_without-description > span[contenteditable="false"] {
  width: 0;
  display: inline-block;
}
