.ds-select {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

.ds-select__control {
  appearance: none;
  padding-right: var(--ds-space-xl);
  cursor: pointer;
}

.ds-select__control:disabled {
  cursor: not-allowed;
}

.ds-select__chevron {
  position: absolute;
  right: var(--ds-space-sm);
  display: inline-flex;
  color: var(--ds-color-text-muted);
  pointer-events: none;
}

.ds-select__chevron > svg {
  display: block;
  width: 16px;
  height: 16px;
}
