/*!
 * idist-jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
 * Author: KimSunWook <ceo@idist.ai> (https://xdsoft.net/)
 * Version: v4.2.85
 * Url: https://github.com/RUNNERS-IM/jodit
 * License(s): MIT
 */
	
[data-jodit-page-break] {
  display: flex;
  height: 24px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
  font-size: 12px;
  page-break-before: always;
  text-transform: uppercase;
}
[data-jodit-page-break]:active {
  border-color: #818181;
}

