.greenlight-enovice-form {
  display: flex;
}

.greenlight-enovice-label {
  font-weight: 600;
}

.greenlight-enovice-input {
  min-width: 240px;
  padding: 6px 10px;
}

.greenlight-enovice-button {
  height: 48px;
  padding: 6px 14px;
  cursor: pointer;
}

.greenlight-enovice-message {
  width: 100%;
  font-size: 0.95em;
}

.greenlight-enovice-message.is-success {
  color: var(--porto-primary-color);
}

.greenlight-enovice-message.is-error {
  color: #d2322d;
}

.greenlight-enovice-form.is-loading {
  opacity: 0.7;
}
