.edit-area{
    border: 1px dashed blue;
}

h1, h2, h3, h4{
    word-break: break-word;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

.article__section.no-active{
    border: 2px dashed silver!important;
    opacity: 0.5!important;
    background: linear-gradient(45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%),linear-gradient(-45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%)!important;
    background-size: 1em 1em!important;
    background-color: #fff!important;
}
