
/* v1.0.0-beta.5.7.2 — runtime and responsive fixes */
.ambient{contain:paint;overflow:hidden}
body.mobile-layout #board .board-workbench-toolbar{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:stretch!important;
  width:100%!important;
  min-width:0!important;
}
body.mobile-layout #board .board-primary-filters{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
  min-width:0!important;
}
body.mobile-layout #board .board-primary-filters>*{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
body.mobile-layout #board .board-view-switch{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow-x:auto!important;
  justify-content:flex-start!important;
}
body.mobile-layout #board .board-view-switch .btn{flex:1 0 auto!important}
body.mobile-layout #board .board-advanced-grid{
  grid-template-columns:minmax(0,1fr)!important;
  width:100%!important;
  min-width:0!important;
}
body.mobile-layout #board .board-filter-drawer,
body.mobile-layout #board .board-filter-drawer>*{max-width:100%!important;min-width:0!important}
body.mobile-layout #board .board-card-actions{grid-template-columns:minmax(0,1fr)!important}
