.ewbs-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.ewbs-form .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ewbs-field {
  width: 100%;
}

.ewbs-email {
  width: 100%;
}

.ewbs-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ewbs-submit[disabled] {
  cursor: wait;
  opacity: 0.7;
}

.ewbs-message {
  min-height: 1.4em;
}

.ewbs-message.is-success {
  color: #0f7a3b;
  background: #fff;
  padding: 1rem;
  margin-top: 2rem;
}

.ewbs-message.is-error {
  color: #b42318;
}

.ewbs-privacy {
  font-size: 0.9em;
}
