.form__field-wrap--custom-select-shared {
  position: relative;
}

.form__field-wrap--custom-select-shared:has(.is-open) {
  border-radius: 8px 8px 0 0;
  background-color: #fff;
}

.form__field-wrap--custom-select-shared .custom-select__button {
  padding-left: 0px;
}

.form__field-wrap--custom-select-shared .custom-select__icon--line::before {
  left: -14px;
}

.form__field-wrap--custom-select-shared .custom-select__icon svg {
  left: 0;
}

.form__field-wrap--custom-select-shared .custom-select__dropdown {
  left: -1px;
  right: -1px;
  width: auto;
}

.form__field-wrap--custom-select-shared .custom-select__list li.disabled {
  color: #aaa;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
