.cookie { position: fixed; bottom:0; width:100%; background:#1f3d66; color:#fff; z-index:9998; display:none; }
.cookie__content { padding:16px; max-width:1200px; margin:auto; }
.cookie__actions { margin-top:10px; display:flex; gap:10px; }

.cookie-modal {
  position: fixed;
  inset:0;
  background: rgba(0,0,0,0.6);
  display:none;
  z-index:9999;
  align-items:center;
  justify-content:center;
}

.cookie-modal__box {
  background:#fff;
  color:#000;
  padding:20px;
  width:420px;
  border-radius:6px;
}

.cookie-item {
  display:flex;
  justify-content:space-between;
  margin:15px 0;
}

.cookie-modal__actions {
  margin-top:20px;
  display:flex;
  justify-content:space-between;
}