    /*
     Theme Name: My Child Theme
     Template: mytheme
     Description: A child theme for mytheme.
     Author: Your Name
     Version: 1.0
     Text Domain: my-child-theme
    */

select {
  padding-right: 2.5rem;    /* Add more space for the arrow */
  box-sizing: border-box;   /* Include border and padding in the element's width/height */
  appearance: none;         /* Remove default browser styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('down-arrow.svg');
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.4rem;
}

