.privacy-banner[hidden], [data-cookie-settings][hidden] { display: none !important; }
.privacy-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 2000; box-sizing: border-box; background: #fff; color: #202020; border-top: 2px solid #444; box-shadow: 0 -2px 12px #0002; padding: 1rem max(1rem, calc((100vw - 960px) / 2)); max-height: 80vh; overflow: auto; font: 16px/1.5 system-ui, sans-serif; text-align: left; }
.privacy-banner h2 { font: bold 1.2rem/1.3 system-ui, sans-serif; margin: 0 0 .5rem; }
.privacy-banner p { margin: 0 0 .6rem; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; }
.privacy-actions button, [data-cookie-settings] { font: inherit; cursor: pointer; border: 1px solid #444; border-radius: 4px; padding: .5rem .8rem; background: #fff; color: #202020; }
.privacy-actions button:hover, [data-cookie-settings]:hover { background: #eee; }
.privacy-banner a, .site-privacy-controls a { color: #005b83; text-decoration: underline; }
.privacy-banner :focus-visible, .site-privacy-controls :focus-visible { outline: 3px solid #005b83; outline-offset: 3px; }
.site-privacy-controls { padding: 1rem; text-align: center; font: 16px/1.5 system-ui, sans-serif; }
.site-privacy-controls button { margin-left: .7rem; }
