/* راست‌چین کردن کل بدنه پیام‌ها */
.markdown-body { 
    direction: rtl !important; 
    text-align: right !important; 
    font-family: Tahoma, Arial, sans-serif !important; 
} 

/* چپ‌چین نگه داشتن کدهای برنامه‌نویسی و انگلیسی */
.markdown-body pre, .markdown-body code { 
    direction: ltr !important; 
    text-align: left !important; 
} 

/* اصلاح فاصله‌های لیست‌های نقطه‌ای و عددی */
.markdown-body ul, .markdown-body ol { 
    padding-right: 2em !important; 
    padding-left: 0 !important; 
} 

/* راست‌چین کردن پیام کاربر */
.bg-background-gradient-bg-fill-chat-bubble-bg-3 {
    direction: rtl !important;
    text-align: right !important;
}
