.mado-form-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.mado-form-input[hidden],
.mado-form-confirm[hidden] {
  display: none !important;
}

.mado-form-confirm .confirm_tab dd {
  box-sizing: border-box;
  min-height: 72px;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.mado-form-confirm-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}

.mado-form-confirm-actions .st_goconfirm,
.mado-form-confirm-actions .st_goback {
  margin: 0;
}

.st_goconfirm .mado-form-confirm-button,
.st_goback .mado-form-back-button {
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  min-height: 48px;
  padding: 10px 24px;
  width: 100%;
}

.st_goconfirm .mado-form-confirm-button {
  background: transparent;
  color: #fff;
}

.st_goback {
  max-width: 400px;
  width: 100%;
}

.st_goback .mado-form-back-button {
  background: #e8e8e8;
  color: #333;
}

.wpcf7 form .wpcf7-response-output:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  .mado-form-confirm-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mado-form-confirm-actions .st_goconfirm,
  .mado-form-confirm-actions .st_goback {
    max-width: none;
    width: 100%;
  }
}
