/**
 * @license Copyright (c) 2003-2024, 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-image-caption-background:hsl(0, 0%, 97%);
	--ck-color-image-caption-text:hsl(0, 0%, 20%);
	--ck-color-image-caption-highlighted-background:hsl(52deg 100% 50%);
}
@media (forced-colors: none){
		.ck.ck-editor__editable .image > figcaption.image__caption_highlighted{
		animation:ck-image-caption-highlight .6s ease-out;
		}
	}
@media (prefers-reduced-motion: reduce){
.ck.ck-editor__editable .image > figcaption.image__caption_highlighted{
		animation:none;
}
	}

@keyframes ck-image-caption-highlight{
	0%{
		background-color:var(--ck-color-image-caption-highlighted-background);
	}

	100%{
		background-color:var(--ck-color-image-caption-background);
	}
}

.ck.ck-image-insert-url{
	width:400px;
	padding:var(--ck-spacing-large) var(--ck-spacing-large) 0;
}

.ck.ck-image-insert-url .ck-image-insert-url__action-row{
		display:grid;
		grid-template-columns:repeat(2, 1fr);
	}

.ck.ck-editor__editable td .image-inline.image_resized img, .ck.ck-editor__editable th .image-inline.image_resized img{
			max-width:100%;
		}

[dir="ltr"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon{
	margin-right:var(--ck-spacing-standard);
}

[dir="rtl"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon{
	margin-left:var(--ck-spacing-standard);
}

.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label{
	width:4em;
}

.ck.ck-image-custom-resize-form{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:flex-start;
}

.ck.ck-image-custom-resize-form .ck-labeled-field-view{
		display:inline-block;
	}

.ck.ck-image-custom-resize-form .ck-label{
		display:none;
	}

@media screen and (max-width: 600px){

.ck.ck-image-custom-resize-form{
		flex-wrap:wrap;
}

		.ck.ck-image-custom-resize-form .ck-labeled-field-view{
			flex-basis:100%;
		}

		.ck.ck-image-custom-resize-form .ck-button{
			flex-basis:50%;
		}
	}

:root{
	--ck-image-style-spacing:1.5em;
	--ck-inline-image-style-spacing:calc(var(--ck-image-style-spacing) / 2);
}

.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover){
				background-color:var(--ck-color-button-on-background);
			}

.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)::after{
					display:none;
				}

.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover){
				background-color:var(--ck-color-button-on-hover-background);
			}

.ck.ck-text-alternative-form{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
}

.ck.ck-text-alternative-form .ck-labeled-field-view{
		display:inline-block;
	}

.ck.ck-text-alternative-form .ck-label{
		display:none;
	}

@media screen and (max-width: 600px){

.ck.ck-text-alternative-form{
		flex-wrap:wrap;
}

		.ck.ck-text-alternative-form .ck-labeled-field-view{
			flex-basis:100%;
		}

		.ck.ck-text-alternative-form .ck-button{
			flex-basis:50%;
		}
	}

.ck-vertical-form .ck-button::after{
		content:"";
		width:0;
		position:absolute;
		right:-1px;
		top:-1px;
		bottom:-1px;
		z-index:1;
	}

.ck-vertical-form .ck-button:focus::after{
		display:none;
	}

@media screen and (max-width: 600px){
			.ck.ck-responsive-form .ck-button::after{
				content:"";
				width:0;
				position:absolute;
				right:-1px;
				top:-1px;
				bottom:-1px;
				z-index:1;
			}

			.ck.ck-responsive-form .ck-button:focus::after{
				display:none;
			}
	}

.ck.ck-editor__editable .image,
	.ck.ck-editor__editable .image-inline{
		position:relative;
	}

.ck.ck-editor__editable .image .ck-progress-bar,
	.ck.ck-editor__editable .image-inline .ck-progress-bar{
		position:absolute;
		top:0;
		left:0;
	}

.ck-image-upload-complete-icon{
	display:block;
	position:absolute;
	top:min(var(--ck-spacing-medium), 6%);
	right:min(var(--ck-spacing-medium), 6%);
	border-radius:50%;
	z-index:1;
}

.ck-image-upload-complete-icon::after{
		content:"";
		position:absolute;
	}

.ck .ck-upload-placeholder-loader{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	top:0;
	left:0;
}

.ck .ck-upload-placeholder-loader::before{
		content:'';
		position:relative;
	}

.ck.ck-editor__editable .image > figcaption.ck-placeholder::before{
		padding-left:inherit;
		padding-right:inherit;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}

.ck.ck-editor__editable .image{
		z-index:1;
	}

.ck.ck-editor__editable .image.ck-widget_selected{
			z-index:2;
		}

.ck.ck-editor__editable .image-inline{
		z-index:1;
	}

.ck.ck-editor__editable .image-inline.ck-widget_selected{
			z-index:2;
		}

.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection{
				display:none;
			}

.ck.ck-editor__editable .image-inline img{
		height:auto;
	}

.ck.ck-editor__editable td .image-inline img, .ck.ck-editor__editable th .image-inline img{
			max-width:none;
		}

.ck.ck-editor__editable img.image_placeholder{
		background-size:100% 100%;
	}