#testModeBanner[hidden] {
  display: none !important;
}

#testModeBanner {
  position: fixed;
  top: 5px;
  right: 8px;
  z-index: 9999;
  padding: 6px 12px;
  border: 2px solid #ffb454;
  border-radius: 8px;
  background: #9b250c;
  color: #ffffff;
  box-shadow: 0 3px 12px #000000aa;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.6px;
  pointer-events: none;
}

.test-mode-card {
  min-height: auto !important;
  margin-bottom: 9px;
  border-color: #516274 !important;
}

.test-mode-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}

#testModeToggleButton {
  min-height: 46px;
  padding: 7px 12px;
  border: 1px solid #ff9b43;
  border-radius: 8px;
  background: #25313d;
  color: #ffffff;
  font-weight: 900;
}

#testModeToggleButton.test-mode-enabled {
  background: #9b250c;
  border-color: #ffb454;
}

#testModeToggleButton:disabled {
  opacity: 0.55;
}


/* PEGGY_GLOBAL_TEST_MODE_CSS_V1 */

[data-test-only][hidden] {
  display: none !important;
}

.test-mode-settings-card {
  min-height: auto !important;
  margin-bottom: 10px;
}

#testModeSettingsToggleButton {
  min-height: 46px;
  padding: 8px 14px;
  border: 1px solid #ff9b43;
  border-radius: 8px;
  background: #25313d;
  color: #ffffff;
  font-weight: 900;
}

#testModeSettingsToggleButton.test-mode-enabled {
  background: #9b250c;
  border-color: #ffb454;
}

#testModeSettingsToggleButton:disabled {
  opacity: 0.55;
}
