/* Telegram */
.t-sociallinks__icon-telegram {
    background-color: #0088CC !important; /* Синий Telegram */
}
.t-sociallinks__icon-telegram svg {
    fill: white !important;
}

/* WhatsApp */
.t-sociallinks__icon-whatsapp {
    background-color: #25D366 !important; /* Зеленый WhatsApp */
}
.t-sociallinks__icon-whatsapp svg {
    fill: white !important;
}

/* Email (почта) */
.t-sociallinks__icon-email {
    background-color: #EA4335 !important; /* Красный Gmail */
}
.t-sociallinks__icon-email svg {
    fill: white !important;
}

/* Телефон */
.t-sociallinks__icon-phone {
    background-color: #34B7F1 !important; /* Голубой */
}
.t-sociallinks__icon-phone svg {
    fill: white !important;
}
