@value (
  sizeFluid
) from '../../styles/variables/_size.css';

.typeaheadContainer {
  display: flex;
  position: relative;
  flex-flow: column;
  width: sizeFluid;
  height: fit-content;
}

.menuWrapper {
  width: var(--dropdown-width);
  z-index: var(--menu-elevation);
}
