/**
 * RTL Overrides
 *
 * WordPress auto-loads this file when the site locale is RTL (e.g., Arabic).
 * Most layout already uses CSS logical properties; these are remaining overrides.
 *
 * @package Yemen4Christ
 */

/* Desktop dropdown menus: open toward the start in RTL */
.y4c-nav__list .sub-menu {
	inset-inline-end: auto;
	inset-inline-start: 0;
}

/* Navigation post links */
.y4c-single__nav {
	flex-direction: row-reverse;
}

/* Footer contact icons: keep icon before text */
.y4c-footer__contact li {
	flex-direction: row-reverse;
}
