/* The footer replaces these launchers. Override the plugin's inline display
   changes after consent without hiding the initial banner or settings dialog. */
#gdpr-cookie-consent-show-again,
#ccpa-cookie-consent-show-again {
  display: none !important;
}

.footer-cookie-settings {
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.footer-cookie-settings:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
