.google-auth-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;margin:4px 0 18px;padding:12px 18px;border:1px solid #d6e8fa;border-radius:12px;background:#fff;color:#06346d;font-size:16px;font-weight:700;text-decoration:none;box-shadow:0 7px 22px rgba(6,52,109,.07);transition:.2s ease}
.google-auth-button:hover,.google-auth-button:focus{border-color:#0d6fe8;box-shadow:0 9px 26px rgba(13,111,232,.14);transform:translateY(-1px)}
.google-auth-button .bi-google{color:#0d6fe8;font-size:20px}
.google-auth-divider{display:flex;align-items:center;gap:12px;margin:0 0 18px;color:#6a7f98;font-size:13px;text-align:center}
.google-auth-divider:before,.google-auth-divider:after{content:"";flex:1;height:1px;background:#dce8f4}
.google-auth-divider span{white-space:nowrap}
@media(max-width:575px){.google-auth-button{min-height:50px;font-size:15px}}
