/* REV10W FIX81 R8 R2 — current Android PWA five-slot dock parity.
   Applies by runtime Android-PWA class rather than model/vendor UA, so Samsung,
   Redmi/Xiaomi and other Chromium Android installed PWAs share one geometry. */
@media (max-width:760px){
  html.gc-android-pwa body #profileBottomNav.gcAppBottomNav{
    left:max(6px,env(safe-area-inset-left,0px))!important;
    right:max(6px,env(safe-area-inset-right,0px))!important;
    width:auto!important;max-width:none!important;min-width:0!important;
    transform:none!important;
    grid-template-columns:repeat(var(--gc-nav-columns,5),minmax(0,1fr))!important;
    grid-auto-flow:column!important;gap:1px!important;padding:5px!important;
    box-sizing:border-box!important;overflow:hidden!important;
  }
  html.gc-android-pwa body #profileBottomNav.gcAppBottomNav>.gcAppNavButton{
    min-width:0!important;width:100%!important;max-width:100%!important;
    margin:0!important;padding-inline:1px!important;box-sizing:border-box!important;
    overflow:hidden!important;justify-self:stretch!important;
  }
  html.gc-android-pwa body #profileBottomNav.gcAppBottomNav>.gcAppNavButton>span:last-child{
    display:block!important;min-width:0!important;max-width:100%!important;
    white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
    text-align:center!important;
  }
}
@media (max-width:390px){
  html.gc-android-pwa body #profileBottomNav.gcAppBottomNav>.gcAppNavButton{
    font-size:8px!important;letter-spacing:-.01em!important;
  }
}
