.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1f1f1f;
  color: #fff;
  padding: 15px;
  font-family: Arial, sans-serif;
  display: none;
  z-index: 9999;
}

.cookie-banner a {
  color: #4caf50;
}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-banner button {
  padding: 8px 14px;
  margin-right: 10px;
  border: none;
  cursor: pointer;
  background: #4caf50;
  color: #fff;
}

.cookie-banner button.secondary {
  background: #777;
}

/* MODAL */
.cookie-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 10000;
}

.cookie-modal-content {
  background: #fff;
  max-width: 420px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 6px;
  font-family: Arial, sans-serif;
}

.cookie-modal-content label {
  display: block;
  margin: 10px 0;
}

.modal-buttons {
  margin-top: 15px;
}
