.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  padding: 1rem;
  font-family: sans-serif;
  display: none;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
.cookie-buttons {
  margin-top: 0.5rem;
}
.cookie-buttons button {
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#cookie-accept {
  background-color: #4caf50;
  color: white;
}
#cookie-decline {
  background-color: #ccc;
  color: #333;
}
