/* v0.48.0.133 — mobile header cleanup. Keep only the compact header refresh control. */
@media (max-width: 820px){
  .androidMobileBar .androidRefreshBtn,
  .androidMobileBar .androidRefreshStatus{display:none!important;}
  .androidMobileBar{grid-template-columns:auto 1fr!important;align-items:center!important;min-height:auto!important;}
  .androidCurrentView{justify-self:start!important;min-width:0!important;}

  .headerActions{display:flex!important;align-items:center!important;gap:8px!important;}
  .headerActions .headerRefreshBtn,
  .headerActions .logoutBtn{
    height:44px!important;
    min-height:44px!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
  }
  .headerActions .headerRefreshBtn{
    width:44px!important;
    min-width:44px!important;
    padding:0!important;
  }
  .headerActions .logoutBtn{
    padding:0 14px!important;
  }
  .headerRefreshGlyph{line-height:1!important;}
}
