/**
 * RTL overrides for Arab Results Theme
 * Theme is RTL-first; keep only light direction helpers.
 *
 * @package ArabResultsTheme
 */

body {
	direction: rtl;
	text-align: right;
}

.ar-form-group select,
.ar-search-form select {
	background-position: left 1rem center;
}

.ar-student-result__row dd {
	text-align: left;
}

@media print {
	body {
		direction: rtl;
	}
}
