/*
 * SalesFision — footer "Manage Consent" button styling.
 *
 * Manage Consent is rendered as a <button class="cmplz-manage-consent sf-footer-legal-btn">
 * (not a link) because Complianz binds its "reopen preferences" handler to
 * button.cmplz-manage-consent. This makes that button look and behave like the other
 * text links in the footer "Legal" row. Loaded site-wide (the footer is on every page).
 */

.sf-footer-legal-btn {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  line-height: inherit;
}

.sf-footer-legal-btn:hover,
.sf-footer-legal-btn:focus {
  text-decoration: underline;
}

.sf-footer-legal-btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
