+.auth-highlights span { align-items: flex-start; }
.auth-highlights i { flex: 0 0 1.1rem; display: inline-flex; justify-content: center; padding-top: .2em; }
.auth-tabs:has(> .auth-tab:only-child) { grid-template-columns: 1fr; }
.auth-note a[href="/login"], .auth-note a[href="/signup"], .auth-note button[formaction="/resend-otp"] { display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.45rem .85rem;border:1px solid var(--primary, var(--yt-red, var(--tiktok-pink, #1184ff)));border-radius:7px;background:transparent;color:var(--primary, var(--yt-red, var(--tiktok-pink, #1184ff))) !important;font:inherit;font-weight:800;text-decoration:none !important;cursor:pointer; }
.auth-note a[href="/login"]:hover, .auth-note a[href="/signup"]:hover, .auth-note button[formaction="/resend-otp"]:hover { background:var(--primary, var(--yt-red, var(--tiktok-pink, #1184ff))) !important;color:#fff !important; }

