.article {
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    z-index: 1;
}

.article::after {
    display: block;
    content: '';
    clear: both;
}


.article li::marker {
    color: #CE4141;
}

.article a {
    color: #CE4141;
    text-decoration: none;
    word-break: auto-phrase;
    transition: .4s;
}

.article a:hover {
    opacity: .8;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    font-style: normal;
    margin-top: 1.25em;
    margin-bottom: 0.75em;
}

.article h1:first-child,
.article h2:first-child,
.article h3:first-child,
.article h4:first-child,
.article h5:first-child,
.article h6:first-child {
    margin-top: 0;
}

.article h1::before,
.article h2::before,
.article h3::before,
.article h4::before,
.article h5::before,
.article h6::before {
    display: block;
    content: '';
    clear: both;
}

/* blockquote */
.article blockquote {
    margin: 8px 32px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.10);
    position: relative;
    font-weight: 500;
}

.article blockquote p {
    font-style: italic;
}

.article blockquote em {
    font-style: normal;
}

.article blockquote em::before {
    content: '—';
    color: #CE4141;
    margin-right: 10px;
}

.article blockquote::before {
    position: absolute;
    content: url(/images/article/blockquote-258c9761064aec8aeaf8f4893285a7ea.svg);
    left: -32px;
    top: 12px;
}

/* table */
.article table {
    max-width: 100%;
    height: auto;
    overflow: clip;
}

.article th,
.article td {
    vertical-align: top;
    padding: 8px;
    border-radius: 4px;
}

.article table img {
    width: 100%;
}

/* img */
.article img {
    display: block;
    max-width: 100%;
    height: auto;
    overflow: clip;
}

.article p:first-child,
.article blockquote:first-child,
.article ol:first-child,
.article ul:first-child,
.article img:first-child,
.article table:first-child,
.article > :first-child {
    margin-top: 0;
}

.article p:last-child,
.article blockquote:last-child,
.article ol:last-child,
.article ul:last-child,
.article img:last-child,
.article table:last-child,
.article > :last-child {
    margin-bottom: 0;
}