.cookie-preferences-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-preferences-link:hover,
.cookie-preferences-link:focus-visible {
  color: var(--text, #eef2ff);
}

.footer-separator {
  color: var(--muted, #aab5d6);
}
