.wtzcf-hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
.wtzcf-wrap{ max-width: 100%; }
form.wtzcf-form { max-width: 700px; }
.wtzcf-title{ margin: 0 0 12px; }
.wtzcf-row{ margin-bottom: 12px; display:flex; flex-direction:column; }
.wtzcf-row input, .wtzcf-row textarea{ width:100%; box-sizing:border-box; }
.wtzcf-row textarea{ resize: vertical; }
.wtzcf-actions{ margin-top: 0px; }
.wtzcf-btn{ cursor:pointer; margin: 8px 8px 8px 0; }
.wtzcf-alert{ padding:10px 12px; margin: 0 0 12px; border:1px solid rgba(0,0,0,.15); }
.wtzcf-alert--error{ }
.wtzcf-modal{ position:fixed; inset:0; display:none; z-index: 9999; }
.wtzcf-modal[aria-hidden="false"]{ display:block; }
.wtzcf-modal__backdrop{ position:absolute; inset:0; background: rgba(0,0,0,.5); }
.wtzcf-modal__panel{ position:relative; max-width: 520px; margin: 10vh auto 0; background:silver; }
.wtzcf-modal__title{ font-size: 17px; background: linear-gradient(90deg, navy, #1084d0); padding: 3px 2px 3px 3px; color: #fff; }
.wtzcf-modal__text{ margin: 8px; }
.wtzcf-modal__actions{ display:flex; justify-content:flex-end; }