
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f9fa;
  padding: 20px;
  font-size: 14px;
  border-top: 1px solid #ccc;
  z-index: 9999;
  text-align: center;
}

.cookie-buttons {
  margin-top: 15px;
}

.cookie-buttons button {
  margin: 5px;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: white;
}

#accept-all {
  background-color: #007bff;
}

#reject-all {
  background-color: #6cb2eb;
}

#configure {
  background-color: #5a9bd5;
}
