
/**
 * Same label-over-underline shell as <Input> (`.ma-inp`, `.ma-inp__k`,
 * `.ma-inp__row` — styled in ../Input/styles.css). This file only styles
 * the select-specific pieces.
 */
.cc_ikas_register .ma-select, .cc_ikas_account_addresses .ma-select {
  cursor: pointer;
}

.cc_ikas_register .ma-select__native, .cc_ikas_account_addresses .ma-select__native {
  appearance: none;
  -webkit-appearance: none;
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  height: 44px;
  color: var(--ma-text);
  width: 100%;
  cursor: pointer;
}

.cc_ikas_register .ma-select__chev, .cc_ikas_account_addresses .ma-select__chev {
  display: flex;
  flex: 0 0 auto;
  color: var(--ma-text-muted);
  pointer-events: none;
}
