/* HLB V5.4.2u - Move mobile header cluster slightly upward */
@media (max-width:820px){
  /*
   * V5.4.2g lowered the header by adding 8px top padding.
   * Reduce that to 3px => whole logo/search/message/bell/avatar row moves up ~5px.
   */
  .topbar{
    height:61px !important;
    padding-top:3px !important;
    box-sizing:border-box !important;
  }

  .topbar-inner{
    height:58px !important;
    align-items:center !important;
  }
}

@media (max-width:560px){
  .topbar{
    height:61px !important;
    padding-top:3px !important;
  }

  .topbar-inner{
    height:58px !important;
  }
}
