/* GlobeWA Email OTP for Fluent Forms v1.0.0 */
.gwff-box { margin:8px 0 4px; }
.gwff-hide { display:none !important; }
.gwff-row, .gwff-otp-row { display:flex; align-items:center; gap:8px; flex-wrap:wrap; margin-bottom:6px; }
.gwff-btn { padding:9px 14px; border:none; border-radius:8px; background:#25d366; color:#fff; font-size:14px; font-weight:600; cursor:pointer; line-height:1.2; }
.gwff-btn:hover { background:#1ebe5d; }
.gwff-btn:disabled { background:#a8e6c0; cursor:not-allowed; }
.gwff-link { background:transparent; color:#25d366; padding:9px 6px; font-weight:500; text-decoration:underline; }
.gwff-link:disabled { color:#9aa; background:transparent; text-decoration:none; }
.gwff-otp { width:140px; padding:9px 10px; font-size:16px; letter-spacing:4px; text-align:center; border:2px solid #e0e0e0; border-radius:8px; outline:none; -moz-appearance:textfield; }
.gwff-otp::-webkit-outer-spin-button, .gwff-otp::-webkit-inner-spin-button { -webkit-appearance:none; }
.gwff-otp:focus { border-color:#25d366; }
.gwff-badge { color:#166534; background:#f0fdf4; border:1px solid #bbf7d0; padding:5px 10px; border-radius:20px; font-size:13px; font-weight:600; }
.gwff-msg { font-size:13px; margin-top:2px; }
.gwff-msg.gwff-ok    { color:#166534; }
.gwff-msg.gwff-error { color:#b91c1c; }
