/* Frontend modern card styling */
.eotp-card{max-width:420px;margin:30px auto;padding:22px;border-radius:12px;box-shadow:0 8px 28px rgba(11,35,71,0.08);background:#fff;font-family:Inter,Arial,Helvetica,sans-serif}
.eotp-card h3{margin-top:0;color:#0b3e6b;font-size:20px}
.eotp-form{display:flex;flex-direction:column;gap:10px}
.eotp-input{padding:10px;border-radius:8px;border:1px solid #e6eef7;font-size:15px}
.eotp-btn{background:#0b6bd6;color:#fff;padding:10px;border-radius:8px;border:0;cursor:pointer;font-weight:600}
.eotp-link{background:none;border:0;color:#0b6bd6;cursor:pointer;margin-top:8px;text-decoration:underline}
.eotp-resend{margin-top:6px}
