/* Cookies */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: none;
  z-index: 9999;
  font-family: Arial, sans-serif;
}
.cookie-banner p {
  margin: 0 0 8px;
}
.cookie-buttons button {
  margin: 0 5px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#accept-cookies {
  background: #4CAF50;
  color: #fff;
}
#decline-cookies {
  background: #f44336;
  color: #fff;
}