body { padding-bottom:var(--cookie-space,0px); }
.cookie-banner[hidden] { display:none; }
.cookie-banner { position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fffaf1;border-top:2px solid #c89435;box-shadow:0 -4px 24px #51112620;padding:1rem max(1rem,calc((100% - 1040px)/2));max-height:55vh;overflow:auto;color:#312b2b; }
.cookie-banner h2,.cookie-settings h2 { font-size:1.1rem;font-weight:750;color:#751630;margin-bottom:.35rem; }
.cookie-banner p,.cookie-settings p,.cookie-settings dd { font-size:.9rem;line-height:1.5;margin:.4rem 0; }
.cookie-banner a,.cookie-settings a { color:#751630;text-decoration:underline; }
.cookie-actions { display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.8rem; }
.cookie-actions button { background:#751630;color:#fff;border:1px solid #751630;border-radius:9px;min-height:44px;min-width:130px;padding:.65rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer; }
.cookie-actions button:hover { background:#511126; }
.cookie-actions button:focus-visible { outline:3px solid #c89435;outline-offset:3px; }
.cookie-settings { width:min(660px,calc(100% - 2rem));max-height:85vh;overflow:auto;margin:auto;border:1px solid #c89435;border-radius:16px;padding:1.25rem;background:#fffaf1;color:#312b2b; }
.cookie-settings::backdrop { background:#312b2b80; }
.cookie-settings dt { font-weight:700;color:#751630;margin-top:.9rem; }
@media(max-width:540px){.cookie-actions button {flex:1 1 130px;}.cookie-banner {max-height:55vh;}.cookie-settings{padding:1rem;}}
