﻿tn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 12px;
    font-size: 15px;
}

/* Google: Белая тема с серой рамкой (официальный гайдлайн) */
.btn-google-white {
    background: #ffffff;
    color: #757575;
    border: 1px solid #dadce0;
}

    .btn-google-white:hover {
        background: #f8f9fa;
        box-shadow: 0 1px 3px rgba(60,64,67,0.3);
    }

    .btn-google-white img {
        width: 18px;
        height: 18px;
    }

/* Yandex: Фирменный красный градиент */
.btn-yandex-red {
    background: #ff0000; /* Тот самый яндексовый красный */
    color: white;
    border: none;
}

    .btn-yandex-red:hover {
        background: #e60000;
        box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2);
    }

.y-logo {
    background: white;
    color: #ff0000;
    font-weight: 900;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
}

.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 12px;
    font-size: 15px;
}
