/*
 * PGP v806 stable physical bottom-navigation order.
 *
 * DOM order: Home, Finder, Cart, Request, Account.
 * Arabic/Kurdish documents use row-reverse so Home remains on the physical
 * left without changing the direction of text inside the buttons.
 */
html body .tc-bottom-bar,
html body .pgp-bottom-nav{
  flex-direction:row!important;
}

html[dir="rtl"] body .tc-bottom-bar,
html[dir="rtl"] body .pgp-bottom-nav{
  flex-direction:row-reverse!important;
}
