.cookie-notice{position:fixed;z-index:100;right:20px;bottom:20px;left:20px;display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:760px;margin-left:auto;padding:20px 22px;background:#171714;color:#fff;border-top:4px solid #db5f2d;box-shadow:0 14px 42px rgba(0,0,0,.28);font:14px/1.5 Arial,Helvetica,sans-serif}
.cookie-notice strong{display:block;margin-bottom:3px;font-size:1rem}
.cookie-notice p{margin:0;max-width:590px}
.cookie-notice a{color:#fff;text-underline-offset:3px}
.cookie-actions{display:flex;gap:8px;flex:0 0 auto}
.cookie-notice button{flex:0 0 auto;min-height:42px;padding:0 18px;border:1px solid #fff;background:#fff;color:#171714;font:700 .9rem Arial,Helvetica,sans-serif;cursor:pointer}
.cookie-notice .cookie-essential{background:transparent;color:#fff}
.cookie-notice button:hover,.cookie-notice button:focus-visible{background:#db5f2d;border-color:#db5f2d;color:#fff}
@media(max-width:620px){.cookie-notice{right:12px;bottom:12px;left:12px;display:block;padding:18px}.cookie-actions{display:grid;margin-top:14px}.cookie-notice button{width:100%}}
