.cookie-notice{position:fixed;z-index:2000;bottom:20px;left:20px;right:20px;max-width:760px;margin:auto;padding:22px 26px;background:#fffaf1;color:#203e50;border:1px solid #e8dbc8;border-radius:22px;box-shadow:0 8px 40px #203e5033;max-height:75vh;overflow:auto}
.cookie-notice[hidden]{display:none}
.cookie-notice h2{font-size:22px;margin:0 0 10px}
.cookie-notice p{font-size:14px;line-height:1.6;margin:0 0 14px}
.cookie-notice-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.cookie-notice-actions a{color:#24618a;text-decoration:underline}
@media(max-width:600px){.cookie-notice{left:10px;right:10px;bottom:10px;padding:18px}.cookie-notice-actions{gap:12px}}
