select.foundation-cmp-pricing-dropdown {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 8px 32px 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: white;
  box-shadow: 0 1px 0 0 black;
  border-radius: 4px 4px 0 0;
  pointer-events: none;
}

select.foundation-cmp-pricing-dropdown-multi-term { 
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 20 20"><path d="M11 5.5L6 10.5L1 5.5" fill="none" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); 
  background-repeat: no-repeat;
  background-position: right 0px bottom 25%;
  pointer-events: auto; 
  cursor: pointer;
  transition: border-color 0.1s; 
}

select.foundation-cmp-pricing-dropdown-multi-term:hover {
  box-shadow: 0 1px 0 0 black, 0 2px 0 0 rgb(128, 128, 255);
  transition-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  transition-duration: 250ms;
}
