.v2-contact-page .v2-contact-faq details p a,
.v2-contact-page .v2-contact-faq details p a:link,
.v2-contact-page .v2-contact-faq details p a:visited {
  color: var(--v2-gold);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.v2-contact-page .v2-contact-faq details p a:hover,
.v2-contact-page .v2-contact-faq details p a:focus-visible {
  color: var(--v2-black);
}
