.vh-auth-alt{margin-top:20px}
.vh-auth-alt .vh-auth-sep{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.vh-auth-alt .vh-auth-sep::before,.vh-auth-alt .vh-auth-sep::after{content:"";flex:1 1 auto;height:1px;background:#e2e8f0}
.vh-auth-alt .vh-auth-btn{box-sizing:border-box;display:flex;align-items:center;gap:10px;width:100%;margin:0 0 8px;padding:9px 14px;border:1px solid #cbd5e1;border-radius:var(--tt-radius-sm,8px);background:var(--tt-panel,#ffffff);color:var(--tt-text,#1e293b);font-size:14px;font-weight:500;line-height:20px;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}
.vh-auth-alt .vh-auth-btn:link,.vh-auth-alt .vh-auth-btn:visited{color:var(--tt-text,#1e293b);text-decoration:none}
.vh-auth-alt .vh-auth-btn:hover,.vh-auth-alt .vh-auth-btn:focus{border-color:#94a3b8;background:#f8fafc;color:#0f172a;text-decoration:none}
.vh-auth-alt .vh-auth-btn:focus-visible{outline:2px solid var(--tt-brand,#ff5816);outline-offset:2px}
.vh-auth-alt .vh-auth-mark{display:inline-flex;flex:0 0 18px;align-items:center;justify-content:center;width:18px;height:18px}
.vh-auth-alt .vh-auth-mark svg{display:block}
.vh-auth-alt .vh-auth-label{flex:1 1 auto}
.vh-auth-alt .vh-auth-hint{margin:10px 0 0;color:#64748b;font-size:12px;line-height:17px}
