.credit-pack-select-field {
  appearance: none; /* Hide default arrow */
  width: 100%;
  background-image: url("/assets/icons/arrow-down-d165d28c.svg"); /* Custom arrow image */
  background-repeat: no-repeat;
  background-position: right 8px center; /* Position the arrow */
}
