.gcpch-select-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #64748b;
}

/* Force FontAwesome on the icon container and its pseudo-elements */
.gcpch-select-icon i::before {
  font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free", "Font Awesome 6 Solid" !important;
}

.gcpch-custom-select .has-icon {
  padding-left: 35px !important;
}
.gcpch-custom-select ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gcpch-custom-select ul li i::before {
  font-family: "Font Awesome 6 Brands", "Font Awesome 6 Free", "Font Awesome 6 Solid" !important;
}