.ce-toolbar__content {
    max-width: 93%;
}

.ce-block__content {
    max-width: 780px;
}

.admin-form {
    width: 100%;
    min-width: 900px;
    background: #ffffff;
    padding: 20px 30px 34px 30px;
}

.cdx-notifies {
    position: fixed;
    z-index: 2000;
    bottom: 20px;
    left: 320px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.cdx-notify--bounce-in {
    animation-name: bounceIn;
    animation-duration: .6s;
    animation-iteration-count: 1;
}


.cdx-notify {
    position: relative;
    width: 500px;
    margin-top: 15px;
    padding: 13px 16px;
    background: #fff;
    box-shadow: 0 11px 17px 0 rgba(23, 32, 61, .13);
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.4em;
    word-wrap: break-word;
}

/* Разделитель */
.editorjs-delimiter {
	margin: 2em 0;
	text-align: center;
	position: relative;
}

.editorjs-delimiter::after {
	content: "***";
	font-size: 1.5em;
	color: #6c757d;
}

/* Изображения */
.editorjs-image {
	margin: 1.5em 0;
	text-align: center;
}

.editorjs-image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

/* Списки */
.editorjs-list {
	margin: 1em 0;
	padding-left: 2em;
}

ul.editorjs-list li {
	margin-bottom: 0.5em;
}

ol.editorjs-list li {
	margin-bottom: 0.5em;
}

/* Заголовки */
.editorjs-header {
	margin: 1.5em 0 0.5em;
	font-weight: 700;
	line-height: 1.2;
}

h1.editorjs-header,
.codex-editor h1 {
	font-size: 2.5em;
}

h2.editorjs-header,
.codex-editor h2 {
	font-size: 20px;
	font-weight: 700;
}

h3.editorjs-header,
.codex-editor h3 {
	font-size: 18px;
	font-weight: 700;
}

h4.editorjs-header,
.codex-editor h4 {
	font-size: 16px;
	font-weight: 700;
}

h5.editorjs-header,
.codex-editor h5 {
	font-size: 14px;
	font-weight: 700;
}

h6.editorjs-header,
.codex-editor h6 {
	font-size: 14px;
	font-weight: 700;
}

/* Таблица */
.editorjs-table {
	margin: 1.5em 0;
	overflow-x: auto;
}

.editorjs-table table {
	width: 100%;
	border-collapse: collapse;
}

.editorjs-table td {
	border: 1px solid #dee2e6;
	padding: 0.5em;
}

.editorjs-video {
	margin: 1.5em 0;
	text-align: center;
}

.editorjs-video video {
	max-width: 100%;
	height: auto;
}

.editorjs-audio__player {
	width: 100%;
	display: block;
}

.editorjs-audio__download {
	padding: 0.5em 0;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #797979;
}
