/*
 * RTL fallback styles.
 *
 * The React application uses CSS logical properties (margin-inline-*,
 * padding-inline-*, inset-inline-*, text-align: start, etc.) which flip
 * automatically with `dir="rtl"`. This file only covers the minimal no-JS
 * fallback and any physical-property leftovers.
 */

body.rm-rtl {
	direction: rtl;
	unicode-bidi: embed;
}
