.wb-cookie-bar {
  position: fixed; left: 0; right: 0; z-index: 9999;
  display: flex; gap: 12px; align-items: center; justify-content: center;
  padding: 12px 16px; background: rgba(0,0,0,.85); color: #fff;
  font: 14px/1.4 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;
}
.wb-cookie-bar.wb-pos-top { top: 0; }
.wb-cookie-bar.wb-pos-bottom { bottom: 0; }
.wb-cookie-text { max-width: 1000px; }
.wb-cookie-btn { border: 0; padding: 8px 14px; border-radius: 6px; background:#fff; color:#000; cursor:pointer; }
.wb-cookie-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 9998; backdrop-filter: blur(1px);
}
