.mm-form-otp{box-sizing:border-box;width:100%;flex-basis:100%;grid-column:1/-1;margin:16px 0;padding:16px;border:1px solid #ccd5de;border-radius:8px;background:#f8fafc;color:#172b4d;text-align:left;font:14px/1.5 Arial,sans-serif}
.mm-form-otp .mm-otp-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.mm-form-otp button{width:auto!important;min-height:42px;padding:10px 16px;border:0;border-radius:6px;background:#29348f;color:white;font:inherit;cursor:pointer}
.mm-form-otp button:disabled{opacity:.65;cursor:default}
.mm-form-otp input{box-sizing:border-box;min-height:42px;width:180px;max-width:100%;padding:10px;border:1px solid #9aaabd;border-radius:6px;background:white;color:#172b4d;font:inherit}
.mm-form-otp label{display:block;color:inherit;margin:0 0 4px}
.mm-form-otp [hidden]{display:none!important}
.mm-form-otp .mm-otp-status{margin-top:8px;overflow-wrap:anywhere;color:#34465d}
.mm-form-otp .mm-otp-error{color:#b42318}
.mm-form-otp .mm-otp-success{color:#137333}
