/* BOLLU Cookie Notice — quiet luxury, minimal, non-invasive */
.bollu-cookie{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  display: none;
}

.bollu-cookie.is-visible{ display:block; }

.bollu-cookie__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(18,18,18,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.bollu-cookie__text{
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
  margin:0;
}

.bollu-cookie__link{
  color: rgba(255,255,255,0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bollu-cookie__btn{
  appearance:none;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor:pointer;
  white-space: nowrap;
}

.bollu-cookie__btn:hover{
  background: rgba(255,255,255,0.10);
}

.bollu-cookie__btn:active{
  transform: translateY(1px);
}

@media (max-width: 520px){
  .bollu-cookie{ left: 12px; right:12px; bottom:12px; }
  .bollu-cookie__inner{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .bollu-cookie__btn{
    width:100%;
  }
}
