/* Fixes width of select2 input being way too small */
.select2-search:first-child > .select2-search__field {
  width: 100% !important;
}

/* Fixes squished remove button */
.select2-selection__choice__remove {
  padding: 0 !important;
  margin-left: 1rem;
}
