/*
Theme Name: Title Loans Theme
Theme URI: https://liepa.co/
Version: 1.2.0
Author: Liepa WS
Author URI: https://liepa.co/
Description: Title Loans Theme web template
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lws
Requires at least: 5.4
Tested up to: 5.4
Requires PHP: 7.4
Details URI: https://updates.liepa.co/wp-updates/files/title-loans/details.html
*/



.button-group input{
    display: none;
}



.button-group {
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
}

.button-group .button {
    flex: 1 1 0;
    font-size: 16px;
    background-color: #F6F6F6;
    color: #0a0a0a;
    border-color: #F6F6F6;
    font-weight: 400;

    &:hover,&:focus {
        background-color: #e6e6e6;
        border-color: #e6e6e6;
    }

}

.button-group input:checked + label,
.button-group input:checked + label:active {
    background-color: #87C0DC;
    color: white !important;
}


.button-group input:checked + label:hover, .button-group input:checked + label:focus {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #0a0a0a !important;
}

.button-group input:checked + label:active, .button-group input:checked + label:active {
    background-color: #87C0DC;
    color: white !important;
}
