
.cookie-banner,
.cookie-placeholder {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(15,15,20,0.95);
  color: #fff;
  padding: 16px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookie-box{
  max-width: 600px;
}
.cookie-box,
.cookie-placeholder {
  text-align: center;
}

.cookies p {
  font-size: 14px;
  margin-bottom: 12px; 
  line-height: 1.4;
}

.cookies a {
    color: #b8b3fd;
}

.cookie-box .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.cookie-box button,
.cookie-placeholder button {
  background: #4f46e5;
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}


.cookie-placeholder button {
    margin-top: 1em;
}

.cookie-banner.hidden,
.cookie-placeholder.hidden {
  display: none; 
}
