.root{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.icon{
  min-width: 17px;
  transform: scaleY(-1);
}

.root .title{
  white-space: nowrap;
  padding: 0 10px;
}

.dropdown{
  width: 240px;
  position: relative;
  min-width: 240px;
}
