/**
 * RTL Support - Al-Sehhy Theme
 * This file loaded automatically for RTL languages
 */

/* All RTL styles are already in style.css via direction: rtl on body.
   This file can be used for additional RTL overrides if needed. */

.pagination a,
.pagination span {
  /* Flip arrows for RTL pagination */
}

blockquote {
  border-right: 4px solid var(--primary);
  border-left: none;
}
