#cc-banner{
  position:fixed;
  inset:auto 0 0 0;
  background:#ffffff;
  color:#161616;
  border-top: 1px solid #d9d9d9;
  z-index:99999;
  font:14px/1.5 system-ui,sans-serif
}

#cc-inner{
  max-width:1100px;
  margin:0 auto;
  padding:16px;
  display:grid;
  gap:12px
}

#cc-title{
  font-weight:700;
  margin:0
}

#cc-text{
  margin:0
}

#cc-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap
}

#cc-btn, #cc-reject, #cc-custom, #cc-save{
  border:0;
  padding:10px 14px;
  cursor:pointer;
  border-radius:8px
}

#cc-reject{
  background:#e5e7eb;
  color:#111
}

#cc-custom{
  background:#ffffff;
  border: 1px solid #4e888f;
}

#cc-btn{
  background:#4e888f;
  color:#ffffff;
  font-weight:500
}

#cc-panel{
  display:none;
  background:#f1f1f1;
  padding:12px;
  border-radius:12px;
  margin-top: 16px;
}

.cc-group{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid #334155;
  border-radius:8px;
  padding:8px 10px;
  margin:6px 0
}

.cc-group label{
  font-weight:600
}

.cc-switch{
  transform:scale(1.1)
}

#cc-link{
  color:#93c5fd;
  text-decoration:underline
}

@media (min-width:768px){
  #cc-inner{grid-template-columns:1fr auto}
  #cc-actions{justify-content:end;align-self:center}
}
