.cookie-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:9999;
}

.cookie-banner__inner{
  max-width:980px;
  margin:0 auto;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:space-between;

  background:#0b1020;
  color:#e5e7eb;
  border:1px solid rgba(255,255,255,0.18);
  box-shadow:0 12px 28px rgba(0,0,0,0.22);
  padding:12px 14px;
}

.cookie-banner__text{
  font-size:13px;
  line-height:1.35;
  opacity:0.95;
}

.cookie-banner__link{
  color:#fff;
  text-decoration:underline;
  font-weight:700;
}

.cookie-banner__btn{
  border:1px solid rgba(255,255,255,0.35);
  background:#111827;
  color:#fff;
  padding:10px 14px;
  font-weight:900;
  cursor:pointer;
}
