/*
 * rtl.css — Dania Elixir
 * העיצוב כולו בנוי מראש לכיוון RTL באמצעות CSS Logical Properties
 * (margin-inline, padding-inline, inset-inline וכו') בתוך assets/css/.
 * קובץ זה נטען אוטומטית על ידי וורדפרס כאשר האתר בכיוון RTL,
 * ומוסיף תיקונים קטנים בלבד לרכיבים שאינם לוגיים מטבעם.
 */

body { direction: rtl; }

.de-icon--arrow,
.de-icon--chevron { transform: scaleX(-1); }

.de-rotate { transform: rotate(180deg); }
