/**
 * @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-editor__editable .ck-horizontal-line {
  display: flow-root;
}

.ck-content hr {
  vertical-align: middle;
  background: #dedede;
  border: 0;
  width: 100%;
  height: 4px;
  margin: 15px 0;
  display: inline-block;
}

/*# sourceMappingURL=index.css.map */