/**
 * Domovita Social Login (SDK) - button styling
 * Copyright (C) 2026 Domovita. All rights reserved.
 * GNU General Public License version 2 or later
 */
.plg_dvsociallogin_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    padding: .625rem 1rem;
    margin-bottom: .5rem;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.2;
}

.plg_dvsociallogin_button_facebook {
    background-color: #1877f2;
    border-color: #1877f2;
    color: #fff;
}

.plg_dvsociallogin_button_facebook:hover,
.plg_dvsociallogin_button_facebook:focus {
    background-color: #166fe5;
    color: #fff;
}

.plg_dvsociallogin_button_google {
    background-color: #fff;
    border-color: #dadce0;
    color: #3c4043;
}

.plg_dvsociallogin_button_google:hover,
.plg_dvsociallogin_button_google:focus {
    background-color: #f7f8f8;
    color: #3c4043;
}
