.test-mode-banner {
  position: fixed;
  z-index: 100;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border: 1px solid #e5b900;
  border-radius: 8px;
  background: #fff5c2;
  color: #614f00;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  font-size: 11px;
  font-weight: 800;
}

.test-accounts {
  margin-top: 18px;
  padding: 14px;
  border: 1px dashed #d3ad00;
  border-radius: 10px;
  display: grid;
  gap: 7px;
  background: #fffbea;
  color: #614f00;
  text-align: left;
  font-size: 12px;
}

.test-accounts button {
  padding: 7px 9px;
  border: 1px solid #eadc9e;
  border-radius: 7px;
  background: #fff;
  color: #514300;
  text-align: left;
  cursor: pointer;
}
