.body__editor .content__link {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: red;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.body__editor .content__link_alt {
    font-style: normal;
    font-weight: 400;
}
.body__editor .content__link_alt_altcolor {
    color: #016db6;
}
.body__editor .elements__detail-par {
    font-weight: 300;
    font-style: italic;
    color: #232331;
}