.dreamdance-selfhosted-status {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #5b5257;
}

.dreamdance-selfhosted-status:empty {
  display: none;
}

.dreamdance-selfhosted-status[data-state="success"] {
  color: #2f6b49;
}

.dreamdance-selfhosted-status[data-state="error"] {
  color: #9b3a2a;
}

.dreamdance-selfhosted-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
