/* The dialog is hidden until a successful submission. Keep the native hidden attribute authoritative. */
.success-modal[hidden] {
  display: none !important;
}

[hidden] { display: none !important; }
button, input, select, textarea { font-family: inherit; }
button:disabled { cursor: wait; opacity: .65; }
.delete-btn { border: 0; background: transparent; color: #b84d39; padding: 12px; cursor: pointer; font: inherit; }
.consent { cursor: pointer; min-height: 44px; }
.consent input { flex-shrink: 0; width: 18px; height: 18px; }
.submit-btn { font-size: 16px; font-weight: 700; }
.modal-btn { font-size: 14px; font-weight: 600; }
@media (max-width: 700px) {
  .field input, .field select, .field textarea { font-size: 16px; }
}
