/* PALUX 459 — remove the ambiguous total-count badge from the phone chat header.
   The visible Channels and People tabs now own the conversation counts. */
@media(max-width:700px){
  .chat-mobile-page .chat-mobile-list-title>span{display:none!important}
  .chat-mobile-page .chat-mobile-list-title{padding-right:20px}
}
