.task-id-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: #245dcc;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #b8c9ef;
  text-underline-offset: 3px;
  cursor: pointer;
}

.task-id-link:hover {
  color: #17459f;
  text-decoration-color: currentColor;
}

.detail-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
