.consent-panel{position:fixed;inset:auto 1rem 1rem;z-index:1000;display:flex;align-items:center;gap:1.5rem;padding:1.4rem 1.6rem;background:#171815;color:#fff;border:1px solid #696c61;box-shadow:0 8px 40px #0006;border-radius:8px;font-family:Arial,sans-serif;text-align:left;max-height:calc(100svh - 2rem);overflow:auto}
.consent-panel[hidden]{display:none}
.consent-copy{flex:1;max-width:65rem}.consent-panel h2{font-family:inherit;font-size:1.1rem;line-height:1.4;margin:0 0 .4rem;letter-spacing:normal}.consent-panel p{font-size:1rem;line-height:1.5;margin:0}.consent-panel a{text-decoration:underline;color:inherit}
.consent-actions{display:flex;gap:.65rem;flex-wrap:wrap}.consent-actions button{border:1px solid #fff;background:#f6f6f1;color:#171815;padding:.8rem 1rem;border-radius:4px;font:600 1rem/1.3 Arial,sans-serif;cursor:pointer;min-height:44px;flex:1;white-space:nowrap}.consent-actions button:hover{background:#dce2cf}.consent-panel :focus-visible,.consent-settings:focus-visible{outline:3px solid #b3db77;outline-offset:4px}
.consent-settings{font:inherit;font-size:.875rem;line-height:1.5;color:inherit;background:transparent;border:0;padding:.5rem 0;text-decoration:underline;cursor:pointer}
@media(max-width:850px){.consent-panel{display:block;padding:1.1rem;inset:auto .6rem .6rem}.consent-actions{margin-top:1rem}.consent-actions button{white-space:normal}}
