/**
 * Manhaj LMS — right-to-left refinements.
 *
 * The base stylesheet uses logical properties throughout; this file only
 * fixes the few places where an icon or an animation must be mirrored.
 *
 * @package Manhaj\LMS
 */

html[dir="rtl"] .mj-btn svg,
html[dir="rtl"] .mj-lesson__icon svg,
html[dir="rtl"] .mj-player-bar__back svg {
	transform: scaleX(-1);
}

html[dir="rtl"] .mj-pagination,
html[dir="rtl"] .mj-tabs,
html[dir="rtl"] .mj-course-card__meta,
html[dir="rtl"] .mj-hero__facts {
	flex-direction: row-reverse;
}

html[dir="rtl"] .mj-table__num { text-align: start; }
html[dir="rtl"] .mj-details dd { text-align: start; }
html[dir="rtl"] .mj-stat__value,
html[dir="rtl"] .mj-quiz__timer,
html[dir="rtl"] .mj-lesson__duration {
	font-variant-numeric: normal;
}
