/* Стили для кнопки Google */
.auth-clients {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.auth-client {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.auth-link.google {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 0.3s ease;
    text-decoration: none;
    color: white;
    padding: 0;
    margin: 0 0;
    background-color: #fff;
    border-radius: 12px !important;
    height: 48px;
}


.auth-icon.google {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.auth-link.google .auth-title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: flex;
    width: auto;
    margin-top: 0;

}
.auth-clients li{
    display: block;
    margin: 0;
    float:none;
}
.auth-icon.google{
    background-image: url("../images/google.svg");
    height: 100%;
    background-size: 18px;
    background-position: center;
    background-color: transparent;
}


