.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 14px;
}

.cookie-banner a {
  color: #4caf50;
  text-decoration: underline;
}

.cookie-buttons button {
  margin-left: 10px;
  padding: 8px 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#accept-cookies {
  background: rgb(255 130 0);
  color: white;
}

#reject-cookies {
  background: #f44336;
  color: white;
}
