.typeahead__option.tw-dropdown-item .dropdown-item:active strong {
  color: #ffffff;
}
.typeahead__option.tw-dropdown-item--focused {
  box-shadow: inset 0 0 0 1px #c9cbce;
  box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
  border-radius: 10px;
  border-radius: var(--radius-small);
}
