.social-btn-google {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background: #fff;
    color: #3c4043;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
    transition: background .2s;
}
.social-btn-google:hover {
    background: #f8f9fa;
}
.social-btn-google:focus-visible {
    outline: 2px solid #4285F4;
    outline-offset: 2px;
}
