.selected-wrap{
  min-height: 44px;
  padding: 10px;
  border: 1px dashed rgba(0,0,0,.2);
  border-radius: 12px;
  background: rgba(0,0,0,.02);
}

.code-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  margin: 4px;
  user-select: none;
}

.code-pill .code{
  font-weight: 600;
  letter-spacing: .2px;
}

.code-pill .tag{
  font-size: 12px;
  color: rgba(0,0,0,.55);
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.code-pill .btn{
  padding: 0 8px;
  line-height: 22px;
  border-radius: 999px;
}

#searchResults .list-group-item{
  cursor: pointer;
}

#searchResults .list-group-item:hover{
  background: rgba(13,110,253,.08);
}
