.cookie-consent[hidden]{display:none!important}
.cookie-consent{position:fixed;left:18px;right:18px;bottom:18px;z-index:10000;display:flex;justify-content:center}
.cookie-consent__content{width:min(920px,100%);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:19px 20px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:#111827;color:#fff;box-shadow:0 24px 70px rgba(15,23,42,.28)}
.cookie-consent__title{margin:0;font-size:17px;font-weight:900}
.cookie-consent__text{max-width:650px;margin:4px 0 0;color:#cbd5e1;font-size:14px;line-height:1.5}
.cookie-consent__actions{display:flex;gap:9px;flex:0 0 auto}
.cookie-consent__button{min-height:43px;padding:10px 15px;font-size:14px}
.cookie-consent .btn--outline{border-color:rgba(255,255,255,.28);color:#fff;background:transparent}
@media (max-width:720px){
  .cookie-consent{left:10px;right:10px;bottom:10px}
  .cookie-consent__content{display:grid;gap:14px;padding:17px}
  .cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
}
