/* Wamda Ibda3 — RTL fine-tuning. Most layout already uses CSS logical properties,
   so this sheet only carries the few direction-specific tweaks. */

.wamda-breadcrumbs ol { direction: rtl; }

/* Ticker scrolls the other way in RTL. */
@keyframes wamda-ticker-rtl { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.rtl .wamda-ticker--legacy .wamda-ticker__track { animation-name: wamda-ticker-rtl; }
