select option:hover, select:focus option:hover {
  background-color: var(--accent-color, #ffd700) !important;
  color: var(--text-color, #222) !important;
} 