.footer-legal .cookie-preferences-link {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
}
.footer-legal .cookie-preferences-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-legal .cookie-preferences-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 2px;
}
