.google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #3c4043;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.google-btn:hover {
    background: #f7f8f8;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    text-decoration: none;
}

.google-icon img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.google-text {
    font-family: 'Roboto', Arial, sans-serif;
}