/* Searchable dropdown rows stay neutral; focus is shown by the outer field. */
.profile-autocomplete button:hover,
.profile-autocomplete button:focus,
.profile-autocomplete button:focus-visible,
.language-autocomplete button:hover,
.language-autocomplete button:focus,
.language-autocomplete button:focus-visible,
.profile-picker-popover button:hover,
.profile-picker-popover button:focus,
.profile-picker-popover button:focus-visible {
  color: var(--ink);
  background: #fff;
  outline: 0;
}
