.shell-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(94, 151, 255, 0.24);
  background: rgba(0, 69, 172, 0.14);
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.shell-link:hover {
  border-color: rgba(127, 176, 255, 0.5);
  background: rgba(0, 69, 172, 0.22);
}

.shell-link-primary {
  background: #0045ac;
  border-color: rgba(127, 176, 255, 0.62);
}

.shell-link-primary:hover {
  background: #0b57cf;
  border-color: rgba(187, 213, 255, 0.85);
}

.shell-link.is-hidden {
  display: none;
}

.history-delete-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.history-delete-button:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}
