.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    color: #3c4043;
    transition: all 0.2s ease;
}

.google-login-btn:hover {
    background: #f7f8f8;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3);
}

.google-login-btn img {
    width: 20px;
    height: 20px;
}