.entry-content h1 {
    font-size: 18px;
    line-height: 24px
}

.entry-content h2 {
    font-size: 17px;
    line-height: 22px
}

.entry-content h3 {
    font-size: 16px;
    line-height: 21px
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #000;
    font-weight: 700;
    margin: 10px 0
}

.entry-content p {
    line-height: 1.5;
    font-size: 16px;
    margin: 8px 0
}

.entry-content ul,
.entry-content ol {
    list-style-type: inherit
}

.entry-content>* {
    border: revert;
    color: #000;
    font-size: 16px;
    list-style: revert;
    margin: revert;
    outline: revert;
    padding: revert;
    vertical-align: revert
}

.entry-content blockquote {
    overflow: hidden;
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
    font-style: italic !important;
    border-left: solid 5px hsl(0, 0%, 80%) !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.entry-content blockquote>p {
    margin: 0 !important
}

.entry-content[dir=rtl] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%)
}

.ck-hidden {
    display: none !important
}

.entry-content .table {
    display: table;
    margin: .9em auto
}

.entry-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%
}

.entry-content .table table td,
.entry-content .table table th {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: .4em
}

.entry-content .table table th {
    background: #0000000d;
    font-weight: 700
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    height: 100%;
    width: 100%;
    display: table;
    margin: .9em auto
}

.entry-content table td,
.entry-content table th {
    border: 1px solid #bfbfbf;
    min-width: 2em;
    padding: .4em
}

.entry-content table th {
    background: #0000000d;
    font-weight: 700
}

.entry-content[dir=rtl] table th {
    text-align: right
}

.entry-content[dir=ltr] table th {
    text-align: left
}

.entry-content__editable .ck-table-bogus-paragraph {
    display: inline-block;
    width: 100%
}

.entry-content code {
    background-color: #c7c7c74d;
    padding: .15em;
    border-radius: 2px
}

.entry-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow)
}

.entry-content .marker-green {
    background-color: var(--ck-highlight-marker-green)
}

.entry-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink)
}

.entry-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue)
}

.entry-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent
}

.entry-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent
}

.entry-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin: .9em auto;
    min-width: 50px
}

.entry-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    width: 100%
}

.entry-content .image-inline {
    display: inline-flex;
    max-width: 100%;
    align-items: flex-start
}

.entry-content .image-inline picture {
    display: flex
}

.entry-content .image-inline picture,
.entry-content .image-inline img {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 100%
}

.entry-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box
}

.entry-content .image.image_resized img {
    width: 100%
}

.entry-content .image.image_resized>figcaption {
    display: block
}

.entry-content .text-tiny {
    font-size: .7em
}

.entry-content .text-small {
    font-size: .85em
}

.entry-content .text-big {
    font-size: 1.4em
}

.entry-content .text-huge {
    font-size: 1.8em
}

.entry-content .image>figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: var(--ck-color-image-caption-text);
    background-color: var(--ck-color-image-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px
}

.entry-content .image-style-block-align-left,
.entry-content .image-style-block-align-right {
    max-width: calc(100% - var(--ck-image-style-spacing))
}

.entry-content .image-style-align-left,
.entry-content .image-style-align-right {
    clear: none
}

.entry-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%
}

.entry-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing)
}

.entry-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto
}

.entry-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing)
}

.entry-content .image-style-block-align-right {
    margin-right: 0;
    margin-left: auto
}

.entry-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto
}

.entry-content p+.image-style-align-left,
.entry-content p+.image-style-align-right,
.entry-content p+.image-style-side {
    margin-top: 0
}

.entry-content .image-inline.image-style-align-left,
.entry-content .image-inline.image-style-align-right {
    margin-top: var(--ck-inline-image-style-spacing);
    margin-bottom: var(--ck-inline-image-style-spacing)
}

.entry-content .image-inline.image-style-align-left {
    margin-right: var(--ck-inline-image-style-spacing)
}

.entry-content .image-inline.image-style-align-right {
    margin-left: var(--ck-inline-image-style-spacing)
}

.entry-content .todo-list {
    list-style: none
}

.entry-content .todo-list li {
    margin-bottom: 5px
}

.entry-content .todo-list li .todo-list {
    margin-top: 5px
}

.entry-content .todo-list .todo-list__label>input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0
}

.entry-content .todo-list .todo-list__label>input:before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: .25s ease-in-out box-shadow, .25s ease-in-out background, .25s ease-in-out border
}

.entry-content .todo-list .todo-list__label>input:after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: "";
    left: calc(var(--ck-todo-list-checkmark-size) / 3);
    top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
    height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
    transform: rotate(45deg)
}

.entry-content .todo-list .todo-list__label>input[checked]:before {
    background: #26ab33;
    border-color: #26ab33
}

.entry-content .todo-list .todo-list__label>input[checked]:after {
    border-color: #fff
}

.entry-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle
}

.entry-content span[lang] {
    font-style: italic
}

.entry-content .media {
    clear: both;
    margin: .9em 0;
    display: block;
    min-width: 15em
}

.entry-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.entry-content .page-break:after {
    content: "";
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%
}

.entry-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: .75em;
    font-weight: 700;
    color: #333;
    background: #fff;
    box-shadow: 2px 2px 1px #00000026;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.entry-content .table {
    margin: .9em auto;
    display: block
}

.entry-content .responsive-table {
    width: 100%;
    overflow-x: auto
}

.entry-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%
}

.entry-content .table table td,
.entry-content .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid hsl(0, 0%, 75%)
}

.entry-content .table table th {
    font-weight: 700;
    background: #0000000d
}

.entry-content[dir=rtl] .table th {
    text-align: right
}

.entry-content[dir=ltr] .table th {
    text-align: left
}

.entry-content .table .ck-table-resized {
    table-layout: fixed
}

.entry-content .table table {
    overflow: hidden
}

.entry-content .table td,
.entry-content .table th {
    position: relative
}

.entry-content .table>figcaption {
    display: table-caption;
    caption-side: top;
    word-break: break-word;
    text-align: center;
    color: var(--ck-color-table-caption-text);
    background-color: var(--ck-color-table-caption-background);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px
}

.entry-content pre {
    padding: 1em !important;
    color: #353535;
    background: #c7c7c74d;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
    word-wrap: break-word
}

.entry-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0
}

.entry-content hr {
    margin: 15px 0;
    height: 4px;
    background: #dedede;
    border: 0
}

.entry-content ol {
    list-style-type: decimal;
    margin: revert
}

.entry-content ol ol {
    list-style-type: lower-latin
}

.entry-content ol ol ol {
    list-style-type: lower-roman
}

.entry-content ol ol ol ol {
    list-style-type: upper-latin
}

.entry-content ol ol ol ol ol {
    list-style-type: upper-roman
}

.entry-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text)
}

.entry-content iframe {
    width: 100%
}

@media print {
    .entry-content .page-break {
        padding: 0
    }

    .entry-content .page-break:after {
        display: none
    }
}