.test-mode-badge {
  background: #fff1cc !important;
  color: #7a5200 !important;
}

.test-mode-badge i {
  background: #d28b00 !important;
}

.test-mode-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 24px;
}

.test-mode-panel h2 {
  margin: 4px 0 8px;
}

.test-mode-panel p {
  margin: 0;
  color: var(--muted);
}

.test-mode-panel > div:last-child {
  display: flex;
  align-items: center;
  gap: 14px;
}

.test-mode-state {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.test-mode-state.enabled {
  color: #996200;
}

@media (max-width: 700px) {
  .test-mode-panel,
  .test-mode-panel > div:last-child {
    align-items: stretch;
    flex-direction: column;
  }
}
