.cookie-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2c2c2c;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  display: none;
}

.cookie-disclaimer button {
  background: #4caf50;
  color: white;
  border: none;
  margin-left: 15px;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

.cookie-disclaimer button:hover {
  background: #45a049;
}
