#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eee;
  color: #333;
  border-top: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  z-index: 9999;
}

#cookie-banner button {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
}

#cookie-container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

