/* ТЕКСТ ВНУТРИ ОТКРЫТОЙ ПУБЛИКАЦИИ */
.t-feed__post-popup__text .t-redactor__text {
    font-size: 18px !important;
    line-height: 1.55 !important;
}

/* ЗАГОЛОВОК ВНУТРИ ОТКРЫТОЙ ПУБЛИКАЦИИ */
.t-feed__post-popup .t-title_xxs {
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
}

/* МОБИЛЬНАЯ ВЕРСИЯ */
@media screen and (max-width: 640px) {
    .t-feed__post-popup__text .t-redactor__text {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }

    .t-feed__post-popup .t-title_xxs {
        font-size: 24px !important;
        line-height: 1.25 !important;
        font-weight: 600 !important;
    }
}