
/* V4.6.9.8 mobile brand title fit fix */
/* Goal: make the visible topbar branding fit on smaller mobile widths without touching layout logic */

body.phone-shell .topbar-title{
  font-size:13px !important;
  letter-spacing:-0.018em !important;
  line-height:1.08 !important;
}

@media (max-width: 420px){
  body.phone-shell .topbar-title{
    font-size:12.5px !important;
    letter-spacing:-0.02em !important;
  }
}
