/* Keep the task summary rail from inheriting the application's fixed navigation-aside rules. */
.tasks-dashboard-mode .task-rail{
  position:static;
  inset:auto;
  width:auto;
  height:auto;
  min-width:0;
  background:transparent;
  color:#10213d;
  padding:0;
  box-shadow:none;
  overflow:visible;
  display:flex;
  flex-direction:column;
}
.tasks-dashboard-mode .tasks-layout>.task-board{min-width:0;width:100%}
.tasks-dashboard-mode .task-column{min-width:0}
.tasks-dashboard-mode #actions{display:flex!important;position:relative;z-index:3}
.tasks-dashboard-mode #actions .task-new{display:inline-flex!important;align-items:center;justify-content:center;color:#fff}
@media(max-width:1250px){
  .tasks-dashboard-mode .task-rail{display:grid;grid-template-columns:1fr 1fr}
}
