/* components/cp-sidebar-rtl.css — RTL overrides for .rp-cp-sidebar (AR-only). */

/* The 2-col grid auto-mirrors (sidebar column lands on the right under dir:rtl).
   Just flip the back-arrow icon to point the RTL way. */
.rp-cp-sidebar__back-icon {
  transform: scaleX(-1);
}
