.orejime-Env {
  --orejime-font-family: "Manrope", Arial, sans-serif;
  --orejime-color-interactive: #454c9b;
  --orejime-banner-max-width: 56ch;
}
/* Equal visual weight and touch targets for accept, refuse and customise. */
.orejime-Button { min-height: 44px; padding: 10px 14px; }
.orejime-Button:focus-visible, .consent-withdraw:focus-visible {
  outline: 3px solid #454c9b; outline-offset: 3px;
}
.footer-inner { flex-wrap: wrap; padding-block: 16px; }
.consent-withdraw { font: inherit; color: inherit; background: none; border: 0; text-decoration: underline; cursor: pointer; padding: 8px 0; }
.consent-withdraw[hidden] { display: none; }
.contact-privacy { color: #555; font-size: 14px; line-height: 1.6; }
.contact-privacy a { text-decoration: underline; }
@media (max-width: 480px) {
  .orejime-Banner { padding: 8px; }
  .orejime-Banner-body { max-height: 75vh; overflow-y: auto; }
  .orejime-Modal { padding: 20px; }
}
