/**
 * Minimal RTL-specific presentation.
 *
 * Layout spacing uses logical properties in the main stylesheet. Only icons
 * explicitly marked as directional are mirrored here.
 */

[dir="rtl"] .ifj-directional-icon {
	transform: scaleX(-1);
}
