.ctit-legal-footer { display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; padding:2rem; }
.ctit-legal-footer a,.ctit-legal-footer button { color:inherit; font:inherit; }
.ctit-legal-footer button { background:none; border:0; text-decoration:underline; cursor:pointer; }
.ctit-consent { position:fixed; z-index:10000; inset:auto 1rem 1rem auto; width:min(36rem,calc(100% - 2rem)); box-sizing:border-box; max-height:80dvh; overflow:auto; padding:1.5rem; color:#171626; background:#fffaf3; border:1px solid #675976; border-radius:1rem; box-shadow:0 8px 40px #0004; font:1rem/1.5 system-ui,sans-serif; }
.ctit-consent[hidden] { display:none; }
.ctit-consent a { color:#513369; text-decoration:underline; }
.ctit-consent-actions { display:flex; flex-wrap:wrap; gap:.75rem; }
.ctit-consent-actions button { flex:1 1 10rem; white-space:normal; padding:.8rem; background:#513369; color:#fff; border:2px solid #513369; border-radius:.5rem; font:inherit; cursor:pointer; }
.ctit-consent-actions [data-cookie-close] { flex:0 1 auto; background:transparent; color:#513369; }
.ctit-consent :focus-visible,.ctit-legal-footer :focus-visible { outline:3px solid #b05515; outline-offset:4px; }
