.phase-title-link {
  color: var(--accent);
  text-decoration: none;
  cursor: pointer;
}

.phase-title-link:hover,
.phase-title-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
