/* Provider action shared by sign-in and invitation setup. */
.ss-google { display:flex; align-items:center; justify-content:center; gap:12px; width:100%; min-height:48px; padding:12px 16px; border:1px solid #747775; border-radius:10px; background:#fff; color:#1f1f1f; font:500 14px/20px 'DM Sans',Arial,sans-serif; text-decoration:none; cursor:pointer; box-sizing:border-box; }
.ss-google:hover:not(:disabled) { background:#f8faff; border-color:#1f1f1f; }
.ss-google:focus-visible { outline:3px solid #bb4a2d; outline-offset:3px; }
.ss-google svg { width:20px; height:20px; flex:none; }
.ss-google:disabled { opacity:.6; cursor:wait; }
.ss-auth-divider { display:flex; align-items:center; gap:16px; margin:24px 0; color:#6b6878; font-size:12px; }
.ss-auth-divider::before,.ss-auth-divider::after { content:''; height:1px; flex:1; background:#e8e4de; }
