/* V4.6.9.9 titlebar logo add */
.topbar-brand-mark{
  display:block;
  height:18px;
  width:auto;
  flex:0 0 auto;
  opacity:.92;
  transform:translateY(.2px);
}

body.phone-shell .topbar-title-wrap{
  gap:8px !important;
}

body.phone-shell .topbar-brand-mark{
  height:15px;
}

@media (max-width:420px){
  body.phone-shell .topbar-title-wrap{
    gap:7px !important;
  }
  body.phone-shell .topbar-brand-mark{
    height:14px;
  }
  body.phone-shell .topbar-title{
    font-size:12px !important;
    letter-spacing:-0.022em !important;
  }
}
