#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  padding: 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

#cookie-banner p {
  margin: 0;
  max-width: 80%;
}

#cookie-banner button {
  margin-left: 10px;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.accept-btn {
  background-color: #4CAF50;
  color: white;
}

.reject-btn {
  background-color: #f44336;
  color: white;
}
