/* Smart Exchange Product Evaluator - RTL Styles */
body.rtl .sepe-wrap {
	direction: rtl;
	text-align: right;
}

body.rtl .sepe-stat-card,
body.rtl .sepe-section {
	border-right: none;
	border-left: 4px solid var(--sepe-primary);
}

body.rtl .sepe-stat-card.sepe-stat-pending { border-left-color: var(--sepe-warning); }
body.rtl .sepe-stat-card.sepe-stat-approved { border-left-color: var(--sepe-success); }
body.rtl .sepe-stat-card.sepe-stat-rejected { border-left-color: var(--sepe-danger); }

body.rtl .sepe-reasons-list li,
body.rtl .sepe-warnings-list li {
	border-right: none;
	border-left: 3px solid;
}

body.rtl .sepe-actions-section .button .dashicons,
body.rtl .sepe-wrap h1 .dashicons,
body.rtl .sepe-section h2 .dashicons {
	margin-left: 8px;
	margin-right: 0;
}

body.rtl .sepe-quick-actions .button .dashicons {
	margin-left: 5px;
	margin-right: 0;
}
