/*
 * RTL overrides for domain-search.css. Only 4 declarations in the base
 * stylesheet are actually directional (everything else is Grid/Flexbox
 * and flips on its own under dir="rtl") — this file covers exactly those,
 * scoped under the cc-bilingual body class so it never affects English
 * pages. Loaded only when CCB_Language::is_rtl() is true (see
 * includes/class-ds-assets.php).
 */

body.ccb-lang-ar .ds-rail {
	left: auto;
	right: 0;
}

body.ccb-lang-ar .ds-trust__item::before {
	left: auto;
	right: 0;
}

body.ccb-lang-ar .ds-faq__q {
	text-align: right;
}

body.ccb-lang-ar .ds-faq__q::after {
	margin-left: 0;
	margin-right: var(--ds-3);
}
