/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-color-base-background: hsl(0, 0%, 98%);
	--ck-color-base-border: hsl(0, 0%, 77%);
	--ck-color-base-action: hsl(104, 44%, 48%);
	--ck-color-base-focus: hsl(209, 92%, 66%);
	--ck-color-base-text: hsl(0, 0%, 20%);
	--ck-color-base-active: hsl(104, 44%, 46%);
	--ck-color-base-active-focus: hsl(104, 44%, 41%);
	--ck-color-base-error: hsl(0, 88%, 56%);
	--ck-color-focus-border: hsla(209, 92%, 86%, .8);
	--ck-color-focus-outer-shadow: hsla(209, 88%, 77%, .5);
	--ck-color-focus-inner-shadow: hsla(209, 92%, 86%, .5);
	--ck-color-focus-disabled-shadow: hsla(209, 92%, 86%, .3);
	--ck-color-shadow-inner: hsla(0, 0%, 0%, .1);
	--ck-color-shadow-outer: hsla(0, 0%, 0%, .1);
	--ck-color-button-default-background: transparent;
	--ck-color-button-default-hover-background: hsl(0, 0%, 90%);
	--ck-color-button-default-active-background: hsl(0, 0%, 85%);
	--ck-color-button-default-disabled-background: transparent;
	--ck-color-button-on-background: hsl(0, 0%, 87%);
	--ck-color-button-on-hover-background: hsl(0, 0%, 77%);
	--ck-color-button-on-active-background: hsl(0, 0%, 72%);
	--ck-color-button-on-disabled-background: hsl(0, 0%, 87%);
	--ck-color-button-on-color: var(--ck-color-base-text);
	--ck-color-button-action-background: var(--ck-color-base-action);
	--ck-color-button-action-hover-background: hsl(104, 44%, 43%);
	--ck-color-button-action-active-background: hsl(104, 44%, 41%);
	--ck-color-button-action-disabled-background: hsl(104, 44%, 68%);
	--ck-color-button-action-text: var(--ck-color-base-background);
	--ck-color-button-save: hsl(120, 100%, 27%);
	--ck-color-button-cancel: hsl(0, 86%, 52%);
	--ck-color-button-disabled-background: var(--ck-color-button-default-disabled-background);
	--ck-color-button-disabled-color: hsl(0, 0%, 55%);
	--ck-color-button-cke-on-background: var(--ck-color-button-on-background);
	--ck-color-button-cke-on-hover-background: var(--ck-color-button-on-hover-background);
	--ck-color-button-cke-on-active-background: var(--ck-color-button-on-active-background);
	--ck-color-button-cke-on-disabled-background: var(--ck-color-button-on-disabled-background);
	--ck-color-button-cke-on-color: var(--ck-color-button-on-color);
	--ck-color-button-cke-off-background: var(--ck-color-button-default-background);
	--ck-color-button-cke-off-hover-background: var(--ck-color-button-default-hover-background);
	--ck-color-button-cke-off-active-background: var(--ck-color-button-default-active-background);
	--ck-color-button-cke-off-disabled-background: var(--ck-color-button-default-disabled-background);
	--ck-color-button-cke-off-color: var(--ck-color-base-text);
	--ck-color-dropdown-panel-background: var(--ck-color-base-background);
	--ck-color-dropdown-panel-border: var(--ck-color-base-border);
	--ck-color-input-background: var(--ck-color-base-background);
	--ck-color-input-border: var(--ck-color-base-border);
	--ck-color-input-error-border: var(--ck-color-base-error);
	--ck-color-input-text: var(--ck-color-base-text);
	--ck-color-input-disabled-background: hsl(0, 0%, 95%);
	--ck-color-input-disabled-border: var(--ck-color-base-border);
	--ck-color-input-disabled-text: hsl(0, 0%, 58%);
	--ck-color-labeled-field-label-background: var(--ck-color-base-background);
	--ck-color-list-background: var(--ck-color-base-background);
	--ck-color-list-button-on-background: var(--ck-color-button-on-background);
	--ck-color-list-button-on-background-focus: var(--ck-color-focus-outer-shadow);
	--ck-color-list-button-hover-background: var(--ck-color-button-default-hover-background);
	--ck-color-list-item-on-background: hsl(0, 0%, 87%);
	--ck-color-list-item-on-background-focus: hsl(0, 0%, 77%);
	--ck-color-list-item-hover-background: hsl(0, 0%, 90%);
	--ck-color-panel-background: var(--ck-color-base-background);
	--ck-color-panel-border: var(--ck-color-base-border);
	--ck-color-powered-by-background: transparent;
	--ck-color-powered-by-color: var(--ck-color-base-text);
	--ck-color-powered-by-hover-background: hsl(0, 0%, 90%);
	--ck-color-switch-button-off-background: hsl(0, 0%, 69%);
	--ck-color-switch-button-off-hover-background: hsl(0, 0%, 64%);
	--ck-color-switch-button-on-background: var(--ck-color-base-action);
	--ck-color-switch-button-on-hover-background: hsl(104, 44%, 43%);
	--ck-color-switch-button-inner-background: var(--ck-color-base-background);
	--ck-color-switch-button-inner-shadow: var(--ck-color-shadow-inner);
	--ck-color-toolbar-background: var(--ck-color-base-background);
	--ck-color-toolbar-border: var(--ck-color-base-border);
	--ck-color-tooltip-background: var(--ck-color-base-text);
	--ck-color-tooltip-text: var(--ck-color-base-background);
	--ck-color-text: var(--ck-color-base-text);
	--ck-color-mention-background: hsla(208, 100%, 97%, .3);
	--ck-color-mention-text: hsl(208, 98%, 53%);
	--ck-color-table-caption-background: hsl(0, 0%, 97%);
	--ck-color-table-caption-text: var(--ck-color-base-text);
	--ck-color-table-header-background: hsl(0, 0%, 97%);
	--ck-color-table-header-background-rtl: hsl(0, 0%, 97%);
	--ck-color-table-body-even-row-background: hsl(0, 0%, 97%);
	--ck-color-table-body-even-row-background-rtl: hsl(0, 0%, 97%);
	--ck-color-table-border: hsl(0, 0%, 87%);
	--ck-color-image-caption-background: hsl(0, 0%, 97%);
	--ck-color-image-caption-text: var(--ck-color-base-text);
	--ck-color-code-block-background: hsl(0, 0%, 98%);
	--ck-color-code-block-text: var(--ck-color-base-text);
	--ck-color-horizontal-line: hsl(0, 0%, 77%);
	--ck-color-link-default: hsl(209, 100%, 50%);
	--ck-color-link-selected-background: hsla(209, 100%, 50%, 0.1);
	--ck-color-link-decorated: hsl(209, 100%, 45%);
	--ck-highlight-marker-yellow: hsl(60, 100%, 75%);
	--ck-highlight-marker-green: hsl(120, 100%, 75%);
	--ck-highlight-marker-pink: hsl(300, 100%, 75%);
	--ck-highlight-marker-blue: hsl(240, 100%, 75%);
	--ck-highlight-pen-red: hsl(0, 100%, 50%);
	--ck-highlight-pen-green: hsl(120, 100%, 50%);
	--ck-font-size-base: 1em;
	--ck-font-face: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ck-font-size-tiny: .7em;
	--ck-font-size-small: .85em;
	--ck-font-size-big: 1.4em;
	--ck-font-size-huge: 1.8em;
	--ck-line-height-base: 1.6;
	--ck-border-radius: 4px;
	--ck-z-modal: calc(var(--ck-z-default) + 999);
	--ck-z-default: 1;
	--ck-spacing-unit: .6em;
	--ck-widget-outline-offset: -2px;
	--ck-webkit-user-select: none
}
.ck-content {
	font-size: var(--ck-font-size-base);
	line-height: var(--ck-line-height-base);
	font-family: var(--ck-font-face)
}
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
	line-height: 1.2
}
.ck-content h2 {
	font-size: 2em
}
.ck-content h3 {
	font-size: 1.5em
}
.ck-content h4 {
	font-size: 1.3em
}
.ck-content h5 {
	font-size: 1.1em
}
.ck-content h6 {
	font-size: 1em
}
.ck-content blockquote {
	overflow: hidden;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-left: 0;
	margin-right: 0;
	font-style: italic;
	border-left: solid 5px var(--ck-color-base-border);
	border-right: solid 5px var(--ck-color-base-border)
}
.ck-content blockquote:first-child {
	margin-top: 0
}
.ck-content blockquote:last-child {
	margin-bottom: 0
}
.ck-content[dir=rtl] blockquote {
	border-right: solid 5px var(--ck-color-base-border);
	border-left: none
}
.ck-content ol,
.ck-content ul {
	list-style-position: outside;
	padding-left: 3em
}
.ck-content ol[dir=rtl],
.ck-content ul[dir=rtl] {
	padding-right: 3em
}
.ck-content ol {
	list-style-type: decimal
}
.ck-content ol ol {
	list-style-type: lower-latin
}
.ck-content ol ol ol {
	list-style-type: lower-roman
}
.ck-content ol ol ol ol {
	list-style-type: upper-latin
}
.ck-content ol ol ol ol ol {
	list-style-type: upper-roman
}
.ck-content ul {
	list-style-type: disc
}
.ck-content ul ul {
	list-style-type: circle
}
.ck-content ul ul ul {
	list-style-type: square
}
.ck-content ul ul ul ul {
	list-style-type: square
}
.ck-content a {
	text-decoration: underline;
	color: var(--ck-color-link-default)
}
.ck-content a:not(.ck-link-selected) {
	text-decoration: underline
}
.ck-content a.ck-link-selected {
	background-color: var(--ck-color-link-selected-background)
}
.ck-content a[data-link-decorators] {
	text-decoration: none
}
.ck-content a[data-link-decorators] span {
	text-decoration: underline;
	color: var(--ck-color-link-decorated)
}
.ck-content a[href^="mailto:"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0e0"
}
.ck-content a[href^="tel:"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095"
}
.ck-content a[href$=".pdf"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1c1"
}
.ck-content pre {
	padding: 1em;
	color: var(--ck-color-code-block-text);
	background: var(--ck-color-code-block-background);
	border: 1px solid var(--ck-color-base-border);
	border-radius: var(--ck-border-radius);
	white-space: pre-wrap;
	word-wrap: break-word
}
.ck-content hr {
	border-width: 1px 0 0;
	border-style: solid;
	border-color: var(--ck-color-horizontal-line);
	margin: 1.5em 0
}
.ck-content.ck-read-only hr {
	margin: 0;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: var(--ck-color-horizontal-line)
}
.ck-content figure {
	margin: 1em 0
}
.ck-content figure>figcaption {
	display: table-caption;
	caption-side: bottom;
	word-break: break-word;
	color: var(--ck-color-image-caption-text);
	background-color: var(--ck-color-image-caption-background);
	padding: .6em;
	font-size: .75em;
	outline-offset: -1px
}
.ck-content .image {
	display: table;
	clear: both;
	text-align: center;
	margin: 1em auto
}
.ck-content .image>img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-width: 50px
}
.ck-content .image-style-align-left,
.ck-content .image-style-side {
	float: left;
	margin-right: 1.5em
}
.ck-content .image-style-align-right {
	float: right;
	margin-left: 1.5em
}
.ck-content[dir=rtl] .image-style-align-left,
.ck-content[dir=rtl] .image-style-side {
	float: right;
	margin-right: 0;
	margin-left: 1.5em
}
.ck-content[dir=rtl] .image-style-align-right {
	float: left;
	margin-right: 1.5em;
	margin-left: 0
}
.ck-content .image-style-side {
	max-width: 50%
}
.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
	max-width: calc(100% - 1.5em)
}
.ck-content .image-inline {
	display: inline-table;
	max-width: calc(100% - 1.5em);
	margin-left: 1.5em;
	margin-right: 1.5em
}
.ck-content .image-inline>img {
	margin-left: auto;
	margin-right: auto
}
.ck-content p+.image-inline {
	margin-top: 0
}
.ck-content .media {
	clear: both;
	margin: 1em 0
}
.ck-content .table {
	margin: 1em auto;
	display: table
}
.ck-content .table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	border: 1px double var(--ck-color-table-border)
}
.ck-content .table table td,
.ck-content .table table th {
	min-width: 2em;
	padding: .4em;
	border: 1px solid var(--ck-color-table-border)
}
.ck-content .table table th {
	font-weight: 700;
	background: var(--ck-color-table-header-background)
}
.ck-content[dir=rtl] .table table th {
	background: var(--ck-color-table-header-background-rtl)
}
.ck-content .table table>tbody>tr:nth-child(even) {
	background: var(--ck-color-table-body-even-row-background)
}
.ck-content[dir=rtl] .table table>tbody>tr:nth-child(even) {
	background: var(--ck-color-table-body-even-row-background-rtl)
}
.ck-content .table>figcaption {
	display: table-caption;
	caption-side: top;
	word-break: break-word;
	text-align: center;
	color: var(--ck-color-table-caption-text);
	background-color: var(--ck-color-table-caption-background);
	padding: .6em
}
.ck-content .text-tiny {
	font-size: var(--ck-font-size-tiny)
}
.ck-content .text-small {
	font-size: var(--ck-font-size-small)
}
.ck-content .text-big {
	font-size: var(--ck-font-size-big)
}
.ck-content .text-huge {
	font-size: var(--ck-font-size-huge)
}
.ck-content .marker-yellow {
	background-color: var(--ck-highlight-marker-yellow)
}
.ck-content .marker-green {
	background-color: var(--ck-highlight-marker-green)
}
.ck-content .marker-pink {
	background-color: var(--ck-highlight-marker-pink)
}
.ck-content .marker-blue {
	background-color: var(--ck-highlight-marker-blue)
}
.ck-content .pen-red {
	color: var(--ck-highlight-pen-red);
	background-color: transparent
}
.ck-content .pen-green {
	color: var(--ck-highlight-pen-green);
	background-color: transparent
}
.ck-content .page-break {
	position: relative;
	clear: both;
	padding: 1px 0;
	display: flex;
	align-items: center;
	justify-content: center
}
.ck-content .page-break::after {
	content: '';
	position: absolute;
	border-bottom: 2px dashed hsl(0, 0%, 77%);
	width: 100%
}
.ck-content .page-break__label {
	position: relative;
	z-index: 1;
	padding: .3em .6em;
	display: block;
	text-transform: uppercase;
	border: 1px solid hsl(0, 0%, 77%);
	border-radius: 2px;
	background: hsl(0, 0%, 100%);
	font-size: .75em;
	user-select: none;
	-webkit-user-select: var(--ck-webkit-user-select);
	-moz-user-select: none
}
.ck-content .todo-list {
	padding-left: 0
}
.ck-content .todo-list li {
	list-style-type: none
}
.ck-content .todo-list label.todo-list__label {
	display: flex;
	align-items: center
}
.ck-content .todo-list label.todo-list__label>* {
	display: inline-block
}
.ck-content .todo-list .todo-list__label__checkbox {
	width: 1.2em;
	height: 1.2em;
	margin-right: .5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 1px solid var(--ck-color-base-border);
	border-radius: var(--ck-border-radius);
	background-color: var(--ck-color-base-background)
}
.ck-content .todo-list[dir=rtl] .todo-list__label__checkbox {
	margin-right: 0;
	margin-left: .5em
}
.ck-content .todo-list .todo-list__label__checkbox:hover {
	border-color: var(--ck-color-base-action)
}
.ck-content .todo-list .todo-list__label__checkbox:checked {
	background-color: var(--ck-color-base-action);
	border-color: var(--ck-color-base-action)
}
.ck-content .todo-list .todo-list__label__checkbox:checked::before {
	display: block;
	content: "✔";
	color: var(--ck-color-base-background);
	font-size: .9em;
	text-align: center;
	line-height: 1.2em
}
.ck-content .todo-list .todo-list__label__description {
	flex: 1
}
.ck-content .todo-list .todo-list__label--checked .todo-list__label__description {
	text-decoration: line-through
}
.ck-content .mention {
	background: var(--ck-color-mention-background);
	color: var(--ck-color-mention-text)
}
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck-content[dir=rtl] {
	direction: rtl;
	text-align: right
}
.ck-content.ck-placeholder::before {
	-webkit-user-select: var(--ck-webkit-user-select);
	-moz-user-select: none;
	user-select: none;
	pointer-events: none
}
.ck-content a.ck-widget-handler {
	display: none
}
.ck-content .ck-widget.ck-widget_selected {
	outline: 3px solid var(--ck-color-focus-outer-shadow)
}
.ck-content .ck-widget.ck-widget_selected:focus {
	outline: 3px solid var(--ck-color-focus-outer-shadow)
}
.ck-content .ck-widget:not(.ck-widget_selected):focus {
	outline: 2px solid var(--ck-color-focus-outer-shadow)
}
.ck-content .ck-widget.ck-widget_selected .ck-widget__type-around button {
	background: var(--ck-color-focus-outer-shadow)
}
.ck-content .ck-widget .ck-widget__selection-handle {
	-webkit-user-select: var(--ck-webkit-user-select);
	-moz-user-select: none;
	user-select: none
}
.ck-content .ck-widget .ck-widget__selection-handle:focus {
	outline: 2px solid var(--ck-color-focus-outer-shadow)
}
.ck-content .ck-widget_with-selection-handle>.ck-widget__selection-handle {
	display: block
}
.ck-content .ck-widget.image-style-side {
	max-width: 50%
}
.ck-content .ck-widget.image-style-align-left,
.ck-content .ck-widget.image-style-align-right {
	max-width: calc(100% - 1.5em)
}
.ck-content .ck-widget.image-inline {
	max-width: calc(100% - 1.5em)
}
.ck-content span[lang] {
	font-style: italic
}
.ck-content[dir=rtl] .table {
	text-align: right
}
.ck-content .table table[dir=rtl] {
	direction: rtl
}
.ck-content.ck-read-only .page-break {
	padding: 0
}
.ck-content.ck-read-only .page-break::after {
	display: none
}
.ck-content.ck-read-only .page-break__label {
	display: none
}
.ck-content .todo-list {
	-webkit-user-select: var(--ck-webkit-user-select);
	-moz-user-select: none;
	user-select: none
}
.ck-content .todo-list li {
	outline: none
}
.ck-content .todo-list li .todo-list__label__description {
	-webkit-user-select: var(--ck-webkit-user-select);
	-moz-user-select: none;
	user-select: none;
	pointer-events: none
}
.ck-content .todo-list li.ck-widget_selected {
	background: var(--ck-color-focus-disabled-shadow)
}
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck-content .table .ck-widget__type-around__button {
	background-color: var(--ck-color-base-action)
}
.ck-content .table .ck-widget__type-around__button:hover {
	background-color: var(--ck-color-button-action-hover-background)
}
.ck-content .table .ck-widget__type-around__button:active {
	background-color: var(--ck-color-button-action-active-background)
}
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck-content .media .ck-media__wrapper:not(.ck-media__wrapper--empty) {
	position: relative;
	padding-bottom: 75%
}
.ck-content .media .ck-media__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-style: none
}
.ck-content .media .ck-media__wrapper.ck-media__wrapper--empty {
	padding: 1em;
	background: var(--ck-color-base-border)
}
.ck-content .media .ck-media__wrapper.ck-media__wrapper--empty::before {
	content: "Empty media";
	display: block;
	text-align: center
}
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck-content .image.ck-widget {
	outline-offset: var(--ck-widget-outline-offset)
}
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck-content[dir=rtl] .image-style-align-left,
.ck-content[dir=rtl] .image-style-side {
	float: right;
	margin-right: 0;
	margin-left: 1.5em
}
.ck-content[dir=rtl] .image-style-align-right {
	float: left;
	margin-right: 1.5em;
	margin-left: 0
}
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck-content[dir=rtl] .table table th {
	background: var(--ck-color-table-header-background-rtl)
}
.ck-content[dir=rtl] .table table>tbody>tr:nth-child(even) {
	background: var(--ck-color-table-body-even-row-background-rtl)
}
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck-content[dir=rtl] .todo-list .todo-list__label__checkbox {
	margin-right: 0;
	margin-left: .5em
} 