/* WhatsApp - 绿色 */
.t-sociallinks__item_wa .t-sociallinks__icon,
.t-sociallinks__item_whatsapp .t-sociallinks__icon {
    background-color: #25D366 !important;
}

/* Telegram - 蓝色 */
.t-sociallinks__item_tg .t-sociallinks__icon,
.t-sociallinks__item_telegram .t-sociallinks__icon {
    background-color: #0088cc !important;
}

/* VK - 蓝色 */
.t-sociallinks__item_vk .t-sociallinks__icon {
    background-color: #4C75A3 !important;
}

/* 确保图标可见 */
.t-sociallinks__icon {
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background-image: none !important;
}