﻿.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0f172a;
  color: white;
  padding: 20px;
  text-align: center;
  z-index: 1000;
  display: block;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.cookie-content {
  max-width: 800px;
  margin: 0 auto;
}

.cookie-content a {
  color: #ffede6;
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 15px;
}
.cookie-button {
  margin: 0 10px;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}
#accept-all {
  background: #dd183b;
  color: white;
}
#reject-all {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
