/* راست‌چین کردن اجباری محتوای داخل مقالات فید */
.t-feed__post-popup__content-col, 
.t-feed__post-popup__text-wrapper, 
.t-redactor__text, 
.t-feed__post-title, 
.t-feed__post-descr {
    direction: rtl !important;
    text-align: right !important;
    unicode-bidi: plaintext !important;
}

/* اصلاح نمایش کلمات انگلیسی لابلای فارسی */
.t-redactor__text *, .t-feed__post-title {
    direction: rtl !important;
    display: inline-block;
}