
/* The closed box */
.gform_wrapper .select2-container--default .select2-selection--single {
  height: 44px;
  background: #fff;
  border: 1px solid #cfd3dc;
  border-radius: 4px;
  outline: none;
}

/* The text inside the box — matches your computed styles */
.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  height: 28px;
  padding: 0 20px 0 8px;
  margin: 7px 0;              /* centers the 28px text block in the 44px box */
  color: rgb(68, 68, 68);
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* Placeholder tint */
.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6f7683;
}

/* Dropdown arrow */
.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 8px;
}

/* Focus state */
.gform_wrapper .select2-container--default.select2-container--focus .select2-selection--single,
.gform_wrapper .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #686e77; 
}

/* ── The open dropdown ────────────────────────────────────── */
.gform_wrapper .select2-dropdown {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 16px;
  border: 1px solid #cfd3dc;
  border-radius: 4px;
  background: #fff;
  z-index: 99999;
}
.gform_wrapper .select2-search--dropdown .select2-search__field {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 16px;
  padding: 8px 10px;
  border: 1px solid #cfd3dc;
  border-radius: 4px;
}

.gform_wrapper .select2-results__option {
  padding: 8px 8px 8px 8px;
  line-height: 28px;
  color: rgb(68, 68, 68);
}

.gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: var(--gf-local-font-family);
    font-size: 14px;
    font-weight: var(--gf-local-font-weight);
    opacity: 1;
}
 