p.is-style-non-decoration > a {
  cursor: pointer;
  text-decoration: none;
}
p.is-style-non-decoration > a:hover {
  color: var(--wp--preset--color--brand-primary);
  text-decoration: underline;
}