/**
 * RTL adjustments for Sahl.
 * Most layout uses logical properties (inline-start/end) so it flips
 * automatically; this file handles the remaining fixes.
 */

body { direction: rtl; }

.wamda-menu { flex-direction: row; }

/* Ensure numbers/latin content still align well in RTL context. */
.entry-meta time { direction: ltr; unicode-bidi: embed; }

/* Scroll to top handled via logical property already; keep fallback. */
.wamda-scroll-top { left: 24px; right: auto; }

/* Dropdown submenu alignment */
.wamda-menu .sub-menu { text-align: right; }

/* Footer bar */
.wamda-footer-menu { padding: 0; }
