.left {
  -st-states: expandable;
  min-width: 0;
}

.left:expandable {
  flex: auto;
}

.root .right {
  justify-content: flex-end !important;
  flex: auto;
}

.root .right.fullWidth {
  margin-inline-start: 0 !important;
}


