.block-kit-hyper-link {
  color: rgb(var(--link-6));
  cursor: pointer;
  text-decoration: none;
}

.block-kit-hyper-link:hover {
  text-decoration: underline;
  text-decoration-color: rgb(var(--link-6));
  text-underline-offset: 0.1em;
}