#deep-link-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 12px 25px;
  margin-top: 10px;
  color: white;
  font-size: 13px;
  border-radius: 4px;
  background-color: var(--color-primary);
}

#deep-link-header .link:hover {
  opacity: 0.7;
  cursor: pointer;
}

#deep-link-header .deep-link-params {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

#deep-link-header .deep-link-params .divider {
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 5px;
  height: 1.2em;
  width: 1px;
  background-color: white;
  opacity: 0.5;
}

#deep-link-header .deep-link-params span:last-child .divider {
  display: none;
}
