/**
 * Jewel Al-Basem - RTL Custom Styles (Arabic)
 * 
 * @package Jewel_Albasem
 */

body.rtl,
[dir="rtl"] {
  font-family: var(--font-arabic);
  direction: rtl;
  text-align: right;
}

/* RTL Screen reader position fix */
body.rtl .screen-reader-text:focus {
  left: auto;
  right: 5px;
}
