/* MML v4.10.1.1 — Single dashboard render and compact view toolbar */
.dashboard-v41008 .d8-toolbar{
  min-height:48px!important;
  height:auto!important;
  padding:7px 11px!important;
  margin:0!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  overflow:visible!important;
}
.dashboard-v41008 .d8-toolbar>div:first-child{
  min-width:0!important;
  display:block!important;
}
.dashboard-v41008 .d8-toolbar h3{
  margin:0!important;
  font-size:11px!important;
  line-height:1.15!important;
}
.dashboard-v41008 .d8-toolbar p{
  margin:2px 0 0!important;
  font-size:9px!important;
  line-height:1.2!important;
}
.dashboard-v41008 .d8-toolbar-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
  flex:0 0 auto!important;
}
.dashboard-v41008 .d8-toolbar-actions button{
  width:auto!important;
  min-width:0!important;
  min-height:30px!important;
  height:30px!important;
  padding:4px 10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  font-size:9px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.dashboard-v41008 .d8-toolbar-actions button svg{
  width:14px!important;
  height:14px!important;
  min-width:14px!important;
  max-width:14px!important;
  flex:0 0 14px!important;
}
@media(max-width:760px){
  .dashboard-v41008 .d8-toolbar{
    min-height:0!important;
    flex-direction:column!important;
    align-items:stretch!important;
    padding:7px!important;
  }
  .dashboard-v41008 .d8-toolbar>div:first-child{display:none!important}
  .dashboard-v41008 .d8-toolbar-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr 1fr auto!important;
  }
  .dashboard-v41008 .d8-toolbar-actions button{width:100%!important}
}
