.pkpTabs {
  margin: 0;
  list-style: none;
  font-size: .875rem;
  width: fit-content;
}

.app__nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15rem;
  flex: 0 0 15rem;
  padding-top: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  background: aliceblue;
}

a.app__navItem {
  text-decoration: none;
  width: 100%;
}

.app__contextTitle {
  padding: .5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 1px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
}