.consent a {
  color: var(--gold-deep, #9b6f21);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent a:hover,
.consent a:focus-visible {
  color: var(--teal, #092f31);
}
