/**
 * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * What you're currently looking at is the source code of a legally protected, proprietary software.
 * CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
 * all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
 *
 * Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-track-changes-preview {
	max-height: 80vh;
	max-width: 80vw;
	overflow-x: hidden;

	/* Allow the contents to be selected (and e.g. copied) by the user. */
	user-select: text;
}

.ck.ck-content.ck-track-changes-preview__root-container[data-ck-root-name] {
	margin: 0;
	border: none;
}
