.google-auth-box{
    margin:14px 0;
    padding:14px;
    border:1px solid rgba(15,118,110,.14);
    border-radius:16px;
    background:linear-gradient(135deg,#f8fffc 0%,#eefaf4 100%);
}

.google-auth-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:100%;
    min-height:44px;
    padding:10px 14px;
    border-radius:999px;
    border:1px solid rgba(15,118,110,.18);
    background:#ffffff;
    color:#064e3b;
    text-decoration:none;
    font-weight:800;
    box-shadow:0 8px 18px rgba(15,118,110,.06);
}

.google-auth-btn:hover{
    background:#f0fdf8;
    text-decoration:none;
}

.google-auth-help{
    display:block;
    margin-top:8px;
    color:#64748b;
    font-size:13px;
    line-height:1.4;
}
