/* FRA Prop HQ v11.1.5 — remove blank dashboard row below logo */

body.fra-v1115-dashboard-mode .topbar{
  display:none!important;
}

html body:not(.signed-out).fra-v11-command-deck #view-dashboard .v1115-dashboard-toolbar{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin:0 0 10px!important;
}
html body:not(.signed-out).fra-v11-command-deck #view-dashboard .v1115-dashboard-toolbar .topbar-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  padding:0!important;
  margin:0!important;
}
html body:not(.signed-out).fra-v11-command-deck #view-dashboard .v1115-dashboard-toolbar .topbar-actions .control,
html body:not(.signed-out).fra-v11-command-deck #view-dashboard .v1115-dashboard-toolbar .topbar-actions .button{
  margin:0!important;
}
html body:not(.signed-out).fra-v11-command-deck #view-dashboard .v801-command-hero{
  padding-top:18px!important;
}

@media (max-width:760px){
  body.fra-v1115-dashboard-mode .topbar{
    display:flex!important;
  }
  html body:not(.signed-out).fra-v11-command-deck #view-dashboard .v1115-dashboard-toolbar{
    display:none!important;
  }
}
