/* Most layout uses CSS logical properties, so RTL is native. These are only directional refinements. */
body { direction: rtl; text-align: right; }
.lo-app-nav__icon svg, .lo-service-card__icon svg { transform: none; }
.lo-app-topbar__back svg { transform: scaleX(-1); }
