/*
Theme Name: Wilaya de Djelfa 2026
Description: Right-to-Left (RTL) Styles
*/

/* 
 * NOTE: The main style.css uses modern CSS Logical Properties 
 * (margin-inline, padding-inline, inset-inline-start, etc.)
 * which automatically adapt to RTL environments perfectly.
 * This file is included to ensure WordPress correctly recognizes the RTL 
 * environment and provides any deep fallback fixes if necessary.
 */

body {
    direction: rtl;
    unicode-bidi: embed;
}

/* Fallback RTL adjustments for older browsers */
.fas.fa-chevron-right { transform: rotate(180deg); }
.fas.fa-chevron-left { transform: rotate(180deg); }
.fas.fa-arrow-left { transform: rotate(180deg); }
