﻿.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 20px;
  text-align: center;
  z-index: 1000;
  display: block;
}
.cookie-content {
  max-width: 800px;
  margin: 0 auto;
}

.cookie-content a {
  color: #4CAF50;
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 15px;
}
.cookie-button {
  margin: 0 10px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#accept-all {
  background: #4CAF50;
  color: white;
}
#reject-all {
  background: #f44336;
  color: white;
}

