/*
 * RTL override — Légi-Mauritanie is a French (LTR) site.
 * This file intentionally overrides any RTL rules WordPress may inject.
 */
html, body, * {
  direction: ltr !important;
  unicode-bidi: normal !important;
}
