/* DOS20 - Boton Google estilo oficial (fondo blanco, texto legible) */
.o_auth_oauth_providers a.list-group-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #3c4043 !important;
    border: 1px solid #dadce0 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 11px 16px !important;
    box-shadow: 0 1px 2px rgba(60,64,67,.15);
    text-decoration: none !important;
    transition: box-shadow .2s, background-color .2s;
}
.o_auth_oauth_providers a.list-group-item:hover,
.o_auth_oauth_providers a.list-group-item:focus {
    background-color: #f7f8f8 !important;
    color: #3c4043 !important;
    box-shadow: 0 1px 3px rgba(60,64,67,.3);
}
.o_auth_oauth_providers a.list-group-item span,
.o_auth_oauth_providers a.list-group-item {
    color: #3c4043 !important;
}
.o_auth_oauth_providers a.list-group-item i.fa-google {
    color: #4285f4 !important;
    font-size: 18px;
}
