.CustomMultiValue {
  white-space: nowrap;

  &:after {
    content: ',\00a0';
  }

  &:nth-last-of-type(1):after {
    content: '';
  }
}

.CustomOption {
  padding: 6px;
}

.CustomPlaceholder {
  white-space: nowrap;
}
