/* RTL adjustments for Arabic Novel Hub.
   The base stylesheet is already authored RTL-first; this file ensures
   WordPress recognises the theme as RTL-aware via load_theme_textdomain. */

html, body { direction: rtl; text-align: right; }

.section__title { border-right: 4px solid var(--anh-accent); border-left: 0; padding-right: .65rem; padding-left: 0; }
.badge { margin-inline-start: .25rem; margin-inline-end: 0; }
