.user-search-box {
  position: relative;
  ul {
    background-color: #fff;
    position: absolute;
    width: 100%;
    list-style: none;
    padding: 0.5rem 1rem;
    z-index: 1;

    &.users-visible {
      border: 1px solid #dee2e6
    }

    li {
      margin: 0.5rem 0
    }

    .user-profile-link {
      margin-right: 1rem;
    }
  }
}