Amazing! All of that worked!
.select2-container--default .select2-selection--single .select2-selection__rendered {
padding: 0;
}
This ended up changing the padding of the words in with the dropdown field, but the code snippet right above this one did the trick.
Left a review too. Thanks for all your help!