.root {
  min-width: 0;
}

.leftGroupWrapper {
  padding-right: 12px; /* SP3 */
  min-width: 0;
  flex-wrap: nowrap;
  align-items: center;
}

.selectedCountItem {
  min-width: 0;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
}

.selectedCountText {
  display: block;
  width: 100%;
}
