/* HistoryControls component */
.history-controls-panel{
  margin-bottom:12px;
}
.history-controls-grid{
  align-items:end;
}
.history-controls-actions-row{
  margin-top:12px;
}
.history-review-panel{
  margin-top:12px;
}
.history-review-head{
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}
.history-review-summary{
  margin-top:10px;
}
.history-review-actions{
  margin-top:10px;
  flex-wrap:wrap;
}
.history-controls-lab-split{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
@media (min-width: 980px){
  .history-controls-lab-split{
    grid-template-columns:1fr 1fr;
  }
}

.history-controls-panel,
.history-review-panel{
  padding:14px;
}
