.btn-google {
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-google:hover {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateY(-1px);
    border-color: #ccc;
}
