#cookie-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.95);
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 9999;
  display: none;
}

#cookie-banner .cookie-content{
  max-width: 1000px;
  margin: auto;
  font-size: 14px;
}

#cookie-banner button{
  margin-left: 15px;
  padding: 8px 16px;
  background: #325a84;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}