@import (reference) "../../styles/variables/neptune-tokens.less";

.typeahead__option.tw-dropdown-item {
  .dropdown-item:active {
    strong {
      color: @color-navy-content-primary;
    }
  }

  &--focused {
    box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
    border-radius: var(--radius-small);
  }
}
