/**
 * ECMES Academic — RTL Overrides
 * WordPress auto-loads this for RTL languages (ar, he, fa, ur…)
 */

/* Flip border sides */
.quote-text          { border-right: 3px solid var(--accent); border-left: none; padding-right: 1.5rem; padding-left: 0; }
.content-block__title{ border-right: 3px solid var(--accent); border-left: none; padding-right: .75rem; padding-left: 0; }
.entry-content blockquote { border-right: 3px solid var(--accent); border-left: none; border-radius: 0 var(--r-sm) var(--r-sm) 0; }
.sidebar-widget__title::before { margin-left: .5rem; margin-right: 0; }

/* Dropdown opens left-aligned in RTL */
.sub-menu { right: auto; left: 0; }

/* Nav search form opens right-aligned */
.nav-search-form { left: auto; right: 0; }
.nav-search-form input { direction: rtl; }

/* Ensure font is Arabic-optimised */
body, .entry-content, .quote-text {
  font-family: 'Amiri', 'Scheherazade New', Georgia, serif;
}
h1,h2,h3,h4,h5,h6,
.site-title,
.post-card__title,
.archive-card__title,
.book-card__title,
.widget-block__title,
.single-post-title {
  font-family: 'Amiri', Georgia, serif;
}
