.localisation-select-wrapper {
  display: flex;
  height: 32px;
  padding: 0 14px 0 10px;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  border: 1px solid #E1E2E5;
  background: #FFF;

  select {
    flex: 1;
    appearance: none;
    border: none;
    background: transparent;
    outline: none;
    min-width: 0;

    &:focus,
    &:focus-visible {
      outline: none;
    }
    color: #77818F;
    font-family: Gadugi;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    cursor: pointer;
  }

  &:focus-within {
    outline: 2px solid #2f3a47;
    outline-offset: 2px;
  }

  svg {
    flex-shrink: 0;
  }
}
