.mowl-form { --mowl-accent: #2563eb; --mowl-radius: 6px; --mowl-gap: .75rem; display: grid; gap: var(--mowl-gap); max-width: 32rem; }
.mowl-form__field label { display: block; font-size: .9em; margin-bottom: .25rem; }
.mowl-form__field input[type="text"], .mowl-form__field input[type="email"] { width: 100%; padding: .6em .75em; border: 1px solid #d1d5db; border-radius: var(--mowl-radius); font: inherit; }
.mowl-form__field--consent label { display: flex; gap: .5rem; align-items: flex-start; }
.mowl-form__button { padding: .65em 1.25em; background: var(--mowl-accent); color: #fff; border: 0; border-radius: var(--mowl-radius); font: inherit; cursor: pointer; }
.mowl-form__button[disabled] { opacity: .6; cursor: progress; }
.mowl-form__message { margin: 0; padding: .6em .75em; border-radius: var(--mowl-radius); }
.mowl-form__message--ok { background: #ecfdf5; color: #065f46; }
.mowl-form__message--error { background: #fef2f2; color: #991b1b; }
.mowl-form__hp { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }
