/*
 * WordPress loads rtl.css automatically when the locale is RTL.
 * Motolbaz is Persian-first; the full RTL layout lives in assets/css/motorpart.css.
 */
body.motorpart-theme {
	direction: rtl;
	text-align: right;
}
