.workspace-history-link.workspace-history-link {
  display: inline-flex;
  min-height: 40px;
  flex: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d7dce5;
  border-radius: 10px;
  background: #fff;
  padding: 0 14px;
  color: #3f4758;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.workspace-history-link.workspace-history-link:hover {
  border-color: #0946ff;
  background: #f4f7ff;
  color: #0946ff;
}

.workspace-history-link.workspace-history-link:focus-visible {
  border-color: #0946ff;
  background: #f4f7ff;
  color: #0946ff;
  outline: 2px solid #0946ff;
  outline-offset: 2px;
}

.workspace-history-link .lucide {
  width: 16px;
  height: 16px;
  flex: none;
  color: currentColor;
}

.workspace-history-count {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 999px;
  background: #eef1f5;
  padding: 0 6px;
  color: #5d6678;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
}
