/* RTL overlay for Arabic — layout mirroring itself comes from dir="rtl" on
   <html> plus Tailwind logical properties (ms/me/ps/pe, text-start/end,
   border-s). This file only carries what logical props can't express. */

[dir="rtl"] body {
  font-family: "Segoe UI", Tahoma, "Noto Naskh Arabic", "Amiri", system-ui, sans-serif;
}

/* Bullet lists: keep the marker inside the padded edge on both sides. */
[dir="rtl"] .prose-basic ul,
[dir="rtl"] ul.list-disc {
  padding-inline-start: 1.5rem;
  padding-inline-end: 0;
}

/* AOS slide-up needs no change; disable any horizontal drift under RTL. */
[dir="rtl"] [data-aos="fade-right"],
[dir="rtl"] [data-aos="fade-left"] {
  transform: none;
}
