/*
 * RTL overrides for Asia Core Group theme.
 * WordPress loads this file automatically when the site language is RTL.
 *
 * The main stylesheet uses logical properties wherever possible.
 * This file contains only the remaining direction-specific tweaks.
 */

body {
    direction: rtl;
}

/* Fallback for any non-logical legacy patterns. */
.site-header .container {
    flex-direction: row-reverse;
}

.main-navigation ul {
    flex-direction: row-reverse;
}
