.sp-ms-pb-debug{
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: 420px;
  max-width: calc(100vw - 24px);
  max-height: 60vh;
  overflow: hidden;
  z-index: 999999;
  /* Force high-contrast, even if theme styles pre/div aggressively */
  background: #00a651 !important;
  color: #fff !important;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
  font: 12px/1.4 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.sp-ms-pb-debug__header{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.sp-ms-pb-debug__btn{
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  width: 34px;
  height: 28px;
  cursor: pointer;
}

.sp-ms-pb-debug__pre{
  color: #fff !important;
  background: rgba(0,0,0,0.22) !important;
  margin: 0;
  padding: 10px;
  overflow: auto;
  max-height: calc(60vh - 52px);
  white-space: pre-wrap;
  word-break: break-word;
}
