.pgprose a:not(.btn) {
  color: #3d7a1a;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}

.pgprose a:not(.btn):hover {
  color: #7c0d04;
}

.pgprose a:not(.btn):focus-visible {
  color: #7c0d04;
  outline: 3px solid #76c438;
  outline-offset: 3px;
  border-radius: 2px;
}
