.np-select-input-group-item--without-needle:first-child {
  margin-top: calc(-1 * 8px);
  margin-top: calc(-1 * var(--size-8));
}
.np-select-input-group-item-header {
  position: sticky;
  top: 0px;
  z-index: 10;
  background-color: #ffffff;
  background-color: var(--color-background-elevated);
}
.np-select-input-separator-item {
  margin: 8px;
  margin: var(--size-8);
  border-top-width: 1px;
}
