#cswbi-top-banner {
  position: fixed;
  top: 32px; left: 0; right: 0;
  z-index: 99999;
  background: #b71c1c;
  opacity:0.7;
  color: #fff;
  padding: 10px 16px;
  font-weight: 600;
  display: none;
}
#cswbi-top-banner a.button-link {
  background:#fff;
  color:#b71c1c;
  padding:6px 10px;
  margin-left:12px;
  border-radius:4px;
  text-decoration:none;
  font-weight:700;
}
#cswbi-modal-backdrop {
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:100000;
}
#cswbi-qr-zone{
    display: flex;
    justify-content: center;
}
#cswbi-modal {
  text-align:center !important;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  width: min(300px, 92vw);
  max-height:80vh;
  overflow:auto;
  border-radius:8px;
  padding:20px;
  z-index:100001;
  display:none;
  box-shadow:0 30px 60px rgba(0,0,0,.35);
}
#cswbi-modal h3 { margin-top:0 }
#cswbi-modal pre {
  white-space:pre-wrap;
  word-break:break-word;
  background:#111827;
  color:#e5e7eb;
  padding:12px;
  border-radius:6px;
  font-size:12px;
}
#wpadminbar { z-index: 100002 } /* ensure admin bar stays above */
html { scroll-padding-top: 48px } /* avoid content hidden under fixed banner */
