.mkotp{--mkotp-ink:#17352f;--mkotp-brand:#17634d;--mkotp-muted:#60736c;box-sizing:border-box;width:100%;max-width:420px;margin:24px auto;padding:28px;color:var(--mkotp-ink);background:#fff;border:1px solid #e1e9e4;border-radius:22px;box-shadow:0 12px 38px #17352f0a;font:inherit;text-align:right;line-height:1.8;isolation:isolate}
.mkotp *,.mkotp *::before,.mkotp *::after{box-sizing:border-box}
.mkotp [hidden]{display:none!important}
.mkotp h2{margin:12px 0 2px!important;color:var(--mkotp-ink);font-family:inherit;font-size:24px!important;line-height:1.6!important;font-weight:750;letter-spacing:0}
.mkotp p{margin:0 0 14px;font-size:14px;line-height:1.9}
.mkotp .mkotp-emblem{display:grid;place-items:center;width:52px;height:52px;background:#edf5ef;border-radius:16px;color:var(--mkotp-brand)}
.mkotp .mkotp-emblem svg{width:29px;height:29px}
.mkotp .mkotp-progress{display:flex;gap:5px;margin-top:18px}
.mkotp-progress i{width:27px;height:4px;background:#e4eae6;border-radius:4px}
.mkotp-progress i.is-active{background:var(--mkotp-brand)}
.mkotp .mkotp-intro{color:var(--mkotp-muted);margin-bottom:24px}
.mkotp label{display:block;margin:0 0 7px;color:var(--mkotp-ink);font-size:14px;font-weight:600}
.mkotp input{display:block;appearance:none;-webkit-appearance:none;width:100%;height:52px!important;padding:10px 14px!important;margin:0 0 10px!important;background:#fafcfb!important;border:1px solid #c6d6cc!important;border-radius:12px!important;color:#17352f!important;font-family:inherit!important;font-size:16px!important;box-shadow:none!important;line-height:1.5!important;outline:0}
.mkotp input::placeholder{color:#83948b;opacity:1}
.mkotp input:focus{border-color:var(--mkotp-brand)!important;box-shadow:0 0 0 3px #17634d20!important}
.mkotp input[aria-invalid=true]{border-color:#b64235!important}
.mkotp .mkotp-phone{font-family:Tahoma,Arial,sans-serif!important;text-align:left;letter-spacing:1px}
.mkotp .mkotp-code{text-align:center;font-family:Tahoma,Arial,sans-serif!important;font-size:24px!important;letter-spacing:8px;padding-inline:10px!important}
.mkotp .mkotp-help{font-size:12px;color:var(--mkotp-muted);margin:10px 0 20px;overflow-wrap:anywhere}
.mkotp button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:48px;height:auto;padding:11px 16px!important;margin:0;border:0;border-radius:12px;box-shadow:none;font-family:inherit;font-size:14px!important;font-weight:650;line-height:1.7!important;text-transform:none;letter-spacing:0;cursor:pointer;transition:background .15s,box-shadow .15s;white-space:normal;touch-action:manipulation}
.mkotp button::after,.mkotp button::before{display:none!important}
.mkotp .mkotp-primary{background:var(--mkotp-brand)!important;color:#fff!important}
.mkotp .mkotp-primary:hover:not(:disabled){background:#114e3c!important}
.mkotp .mkotp-secondary{margin-top:10px;background:#f0f5f2!important;color:#285d4c!important}
.mkotp .mkotp-secondary:hover:not(:disabled){background:#e4eee7!important}
.mkotp button:focus-visible{outline:3px solid #d39238;outline-offset:3px}
.mkotp button:disabled{cursor:default;opacity:.6}
.mkotp .mkotp-link{width:auto;min-height:44px;margin:-7px 0 13px;padding:4px 0!important;background:transparent!important;color:var(--mkotp-brand)!important;font-size:13px!important;text-decoration:underline;text-underline-offset:5px}
.mkotp .mkotp-destination{margin-bottom:2px;font-size:13px}
.mkotp .mkotp-number{font-weight:700;white-space:nowrap}
.mkotp .mkotp-expiry{margin:4px 0 16px;font-size:12px;color:var(--mkotp-muted);text-align:center;font-variant-numeric:tabular-nums}
.mkotp .mkotp-message{margin:14px 0 0;color:#225c45;font-size:13px;overflow-wrap:anywhere}
.mkotp .mkotp-message:empty{display:none}
.mkotp.has-error .mkotp-message{color:#9b3026;background:#fff3ef;border-radius:10px;padding:9px 12px}
.mkotp .mkotp-footnote{margin:20px 0 0;padding-top:16px;border-top:1px solid #edf1ee;color:var(--mkotp-muted);font-size:11px;text-align:center}
.mkotp[aria-busy=true] .mkotp-emblem{animation:mkotp-pulse 1.2s ease-in-out infinite alternate}
@keyframes mkotp-pulse{to{opacity:.45}}
@media(max-width:480px){.mkotp{padding:22px 18px;border-radius:18px;margin:16px auto}.mkotp h2{font-size:22px!important}}
@media(prefers-reduced-motion:reduce){.mkotp *{animation:none!important;transition:none!important}}
