.prose a:not(.button),
.rich-copy a:not(.button),
.blog-prose a:not(.button) {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-color: rgba(237, 91, 18, .62);
  text-decoration-thickness: 1.5px;
  text-underline-offset: .18em;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.prose a:not(.button):hover,
.rich-copy a:not(.button):hover,
.blog-prose a:not(.button):hover {
  color: #d94d0a;
  text-decoration-color: currentColor;
}
