.feed-block {
    margin-top: 0;
    flex-direction: row;
    align-items: start;
}

.article-title {
    margin-top: 10px;
}

.feed-publication-text-block {
    margin-bottom: 0;
}

.article-text {
    margin-top: 15px;
}
.article-text:first-child {
    margin-top: 0;
}
.article-text:last-child {
    margin-bottom: 0;
}

.s-arc-publications-block-body .feed-publication-tools {
    margin-bottom: 0;
}

.feed-publication-article-block-footer {
    margin-top: 5px;
}
.feed-publication-article-block-footer .feed-publication-footer-panel {
    margin: 0;
}

.feed-publication-author-block, .feed-publication-comments-block, .feed-publication-publications-block {
    margin-top: 10px;
}

.author-block-name {
    font-size: 16px;
}

.author-block-subscribe, .author-block-write, .comments-send-button {
    max-width: 95px;
    min-width: 95px;
    max-height: 25px;
    padding-left: 0;
    padding-right: 0;
}

.author-block-subscribe {
    margin-right: 10px;
}

.comments-block-block-alt {
    filter: blur(5px);
    user-select: none;
    cursor: auto;
}
.comments-block-body-author-image-alt {
    background-color: var(--red);
}
.comments-block-block-alt-message {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.comments-block-body {
    width: calc(100% - 20px);
}
.comments-block-body:hover {
    background-color: var(--background-orange);
}

.comments-empty {
    margin-top: 0;
}

.comments-textarea {
    max-width: 668px;
    min-width: 668px;
    max-height: 50px;
    min-height: 50px;
    margin-top: 5px;
    padding: 10px;
    border: var(--border-classic);
    border-radius: 5px;
    resize: none;
}

.dis-comments-block {
    width: 100%;
    margin-bottom: 2.5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
}
.dis-comments {
    background-color: transparent;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    color: var(--shadow-black);
}
.dis-comments:hover {
    color: var(--orange);
}

/* --- --- editor --- --- */

.e-header {
    margin: 0;
    margin-top: 40px;
    padding: 0;
    font-size: 18px;
}

.e-header:first-child {
    margin-top: 20px;
}

.e-bold {
    font-weight: 900;
}

.e-italic {
    font-style: italic;
}

.e-underline {
    text-decoration: underline;
}

.e-strikeout {
    text-decoration: line-through;
}

.e-quote {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 5px solid;
    border-color: var(--orange);
}

.e-ol, .e-ul {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.e-link {
    color: #3795BD;
}

.e-image {
    margin: 0;
    padding: 0;
    display: block;
}

.e-break {
    width: 100%;
    height: 2.5px;
    margin-top: 15px;
    background-color: var(--black);
}

.e-indention {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
}

.e-link {
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
}

.note-text {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    overflow-wrap: break-word;
}

.e-note {
    margin: 0;
    padding: 0;
}

.e-footnote {
    cursor: pointer;
    position: relative;
}
.e-footnote-span {
    margin-left: 0.5px;
    font-size: 10px;
    font-weight: 900;
    vertical-align: super;
}
.e-footnote-span:hover {
    color: var(--orange);
}

.footnote-block {
    max-width: 230px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    padding: 5px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 110%;
    background-color: #242424E5;
    box-shadow: var(--shadow-black);
    z-index: 2;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25em;
    color: var(--white);
}

/* --- --- editor --- --- */