/* Telegram */
.t-sociallinks__item_telegram svg path {
  fill: #0088cc !important; /* Telegram blue */
}
.t-sociallinks__item_telegram svg {
  width: 48px !important;
  height: 48px !important;
}
.t-sociallinks__item_telegram a {
  width: 48px !important;
  height: 48px !important;
}

/* WhatsApp */
.t-sociallinks__item_whatsapp svg path {
  fill: #25D366 !important;
}
.t-sociallinks__item_whatsapp svg {
  width: 48px !important;
  height: 48px !important;
}
.t-sociallinks__item_whatsapp a {
  width: 48px !important;
  height: 48px !important;
}

/* Viber */
.t-sociallinks__item_viber svg path {
  fill: #7360F2 !important;
}
.t-sociallinks__item_viber svg {
  width: 48px !important;
  height: 48px !important;
}
.t-sociallinks__item_viber a {
  width: 48px !important;
  height: 48px !important;
}

/* Hover-ефект */
.t-sociallinks__item:hover svg {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
