.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#1f1f1f;color:#fff;padding:18px 24px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;font-size:14px;line-height:1.5;box-shadow:0 -4px 20px rgba(0,0,0,.25);font-family:inherit}
.cookie-consent__text{max-width:880px;flex:1 1 480px}
.cookie-consent__actions{display:flex;align-items:center;gap:18px;flex:0 0 auto}
.cookie-consent__more{color:#fff;text-decoration:underline;white-space:nowrap}
.cookie-consent__more:hover{opacity:.8}
.cookie-consent__accept{background:#fff;color:#1f1f1f;border:0;border-radius:4px;padding:12px 30px;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:opacity .2s}
.cookie-consent__accept:hover{opacity:.82}
@media(max-width:600px){.cookie-consent{padding:14px 16px;gap:12px}.cookie-consent__actions{width:100%;justify-content:space-between}}
