/* Final Settings select normalization.
   Older Settings layout rules stretched the custom arrow control beyond the field. */
#settings .settingsSection .themedSelect {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
}

#settings .settingsSection .themedSelectButton {
  box-sizing: border-box !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  max-height: 52px !important;
  padding: 0 14px !important;
  line-height: 1.2 !important;
}

#settings .settingsSection .themedSelectButton svg {
  position: static !important;
  inset: auto !important;
  align-self: center !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#settings .settingsSection .themedSelectButton span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}