/*
 * RTL stylesheet — Safr Yo theme.
 *
 * WordPress loads this automatically when site language is RTL (Arabic, Hebrew, etc.).
 * Our main.css uses CSS logical properties (inset-inline-end, padding-inline-start, etc.)
 * for layout, so most RTL behaviour is automatic. This file is for any RTL-only tweaks.
 */

[dir="rtl"] .nav-links { /* Already handled by flex direction inheritance */ }

[dir="rtl"] .footer-links a:hover {
	padding-inline-start: 6px; /* Logical property — works in both LTR and RTL */
}
