#jlweb-cookie-bubble{
  position:fixed;
  left:16px;
  bottom:16px;
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  z-index:99999;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}

#jlweb-cookie-modal{
  position:fixed;
  inset:0;
  z-index:99999;
}

.jlweb-cookie-hidden{
  display:none;
}

.jlweb-cookie-overlay{
  position:absolute;
  inset:0;
  background:transparent;
}

.jlweb-cookie-box{
  position:absolute;
  left:16px;
  bottom:70px;
  background:#fff;
  width:320px;
  max-width:calc(100vw - 32px);
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.25);
  padding:18px;
  font-family:Arial, sans-serif;
}

.jlweb-cookie-box h3{
  margin:0 28px 10px 0;
}

.jlweb-cookie-box p{
  margin:0;
  font-size:13px;
  line-height:1.55;
}

.jlweb-cookie-actions{
  display:flex;
  gap:10px;
  margin-top:14px;
}

.jlweb-cookie-actions button{
  flex:1;
  padding:10px;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-weight:600;
}

.accept{
  background:#16a34a;
  color:#fff;
}

.refuse{
  background:#e5e7eb;
  color:#111827;
}

#jlweb-cookie-close{
  position:absolute;
  right:10px;
  top:8px;
  border:none;
  background:none;
  font-size:20px;
  cursor:pointer;
}

.jlweb-cookie-policy{
  margin-top:10px !important;
  font-size:12px !important;
}

@media(max-width:480px){
  .jlweb-cookie-box{
    left:12px;
    right:12px;
    bottom:65px;
    width:auto;
    max-width:none;
  }
}
