#mbu-ad-shield-panel[hidden] {
  display: none !important;
}

#mbu-ad-shield-debug {
  position: fixed;
  left: 8px;
  bottom: 8px;
  z-index: 2147483000;
  max-width: calc(100vw - 16px);
  padding: 5px 9px;
  border: 1px solid #64748b;
  border-radius: 5px;
  background: #0f172a;
  color: #fff;
  font: 12px/1.4 system-ui, sans-serif;
  pointer-events: none;
}

#mbu-ad-shield-panel.mbu-ad-shield-panel {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2147483000;
  box-sizing: border-box;
  width: min(26rem, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 0.875rem;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.2);
  font: 400 0.9375rem/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#mbu-ad-shield-panel .mbu-ad-shield-title {
  margin: 0 0 0.375rem;
  font-size: 1.0625rem;
  font-weight: 700;
}

#mbu-ad-shield-panel .mbu-ad-shield-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.875rem;
}
