/* Apply RTL direction to Persian text */
.rtl-text {
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
}