.search {
  min-width: 140px;
  max-width: 240px;
  flex: 1 0;
}

.searchMobile {
  -st-states: expandable, expanded;
  justify-content: flex-end;
  position: absolute;
  right: 18px;
}

.searchMobile:not(:expandable) {
  left: 18px;
}

.searchMobile:expandable:expanded {
  left: 18px;
}
