/* In-flow footer access; Moove remains the only preferences dialog/store. */
#pcf-cookie-preferences-footer {
  position: static;
  display: block;
  clear: both;
  padding: 0.25rem 1rem;
  text-align: start;
}
#pcf-cookie-preferences {
  position: static;
  display: inline-block;
  min-height: 44px;
  max-width: 100%;
  padding: 0.5rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: 1.5;
  text-align: start;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  white-space: normal;
  cursor: pointer;
}
#pcf-cookie-preferences[hidden] {
  display: none;
}
#pcf-cookie-preferences:focus-visible {
  outline: 0;
  text-decoration-style: double;
  text-decoration-thickness: 2px;
}
