﻿/* GLOBAL RTL fixes (loaded ONLY when culture=ar) */

body {
    direction: rtl;
    text-align: right;
}

/* Common fixes */
.amw-navbar,
.amw-container,
.site-main,
.amw-footer {
    direction: rtl;
}

.amw-nav {
    direction: rtl;
}

/* If you use flex a lot, you may want to flip layouts */
.amw-container {
    flex-direction: row-reverse;
}

/* Optional: flip separators spacing */
.amw-sep, .amw-mid-sep {
    margin: 0 10px;
}
