/* FRA Prop HQ v11.1.3 — source-level dashboard title removal */
#appShell .topbar.dashboard-titleless{justify-content:flex-end!important;}
#appShell .topbar.dashboard-titleless .topbar-left{flex:0 0 auto!important;min-width:0!important;}
#appShell .topbar.dashboard-titleless .topbar-left > div{display:none!important;}
@media(max-width:760px){
  #appShell .topbar.dashboard-titleless .topbar-left{width:auto!important;}
}
