/*
 * Arabic/RTL override for care-plans.css. Scoped under the cc-bilingual
 * plugin's `ccb-lang-ar` body class (added when Arabic is active) rather
 * than a `[dir="rtl"]` attribute selector or WP core's is_rtl()-driven
 * `-rtl.css` swap convention — see class-cp-assets.php's conditional
 * enqueue. This plugin's flexbox-based layout otherwise mirrors correctly
 * under RTL on its own; this is the one confirmed directional override.
 */

body.ccb-lang-ar .cp-request-modal__close {
	right: auto;
	left: var(--ds-4);
}
