/* Besouria social sign-in buttons — isolated from the main site stylesheet */
.social-auth-options{display:grid;gap:10px;margin:0 0 18px}
.social-auth-button{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:50px;padding:11px 18px;border-radius:12px;text-decoration:none;font:inherit;font-weight:700;line-height:1.25;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}
.social-auth-button:hover{transform:translateY(-1px)}
.social-auth-button:focus-visible{outline:3px solid rgba(11,122,73,.18);outline-offset:2px}
.social-auth-icon{position:absolute;inset-inline-start:17px;width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px}
.social-auth-icon svg{display:block;width:22px;height:22px}
.social-auth-google{background:#fff;color:#1f1f1f;border:1px solid #dadce0;box-shadow:0 1px 2px rgba(60,64,67,.08)}
.social-auth-google:hover{background:#f8f9fa;border-color:#c7c9cc;box-shadow:0 2px 6px rgba(60,64,67,.14)}
.social-auth-facebook{background:#1877f2;color:#fff;border:1px solid #1877f2;box-shadow:0 3px 10px rgba(24,119,242,.18)}
.social-auth-facebook:hover{background:#166fe5;border-color:#166fe5;box-shadow:0 5px 14px rgba(24,119,242,.25)}
.social-auth-divider{display:flex;align-items:center;gap:13px;margin:2px 0 18px;color:var(--muted,#65736b);font-size:13px;font-weight:600}
.social-auth-divider::before,.social-auth-divider::after{content:"";height:1px;background:var(--line,#dce6df);flex:1}
html[data-theme="dark"] .social-auth-google{background:#fff;color:#1f1f1f;border-color:#dadce0}
@media(max-width:700px){.social-auth-button{min-height:48px;padding-inline:46px}.social-auth-icon{inset-inline-start:15px}}
