/* ===== TELEGRAM ===== */
.t-sociallinks a[href*="t.me"],
.t-sociallinks a[href*="telegram.me"],
.t-sociallinks a[href*="telegram.org"] {
  color: #0088cc !important;  /* на случай currentColor */
}

/* форсим заливку на всех вложенных узлах SVG + use */
.t-sociallinks a[href*="t.me"] svg,
.t-sociallinks a[href*="t.me"] svg *,
.t-sociallinks a[href*="telegram.me"] svg,
.t-sociallinks a[href*="telegram.me"] svg *,
.t-sociallinks a[href*="telegram.org"] svg,
.t-sociallinks a[href*="telegram.org"] svg *,
.t-sociallinks a[href*="t.me"] use,
.t-sociallinks a[href*="telegram.me"] use,
.t-sociallinks a[href*="telegram.org"] use {
  fill: #0088cc !important;
  stroke: #0088cc !important;
}

/* часто внутри проставлен fill="#000" — перебиваем прицельно */
.t-sociallinks a[href*="t.me"] svg [fill="#000"],
.t-sociallinks a[href*="t.me"] svg [fill="#000000"],
.t-sociallinks a[href*="telegram.me"] svg [fill="#000"],
.t-sociallinks a[href*="telegram.me"] svg [fill="#000000"],
.t-sociallinks a[href*="telegram.org"] svg [fill="#000"],
.t-sociallinks a[href*="telegram.org"] svg [fill="#000000"] {
  fill: #0088cc !important;
}

/* ховер — немного темнее */
.t-sociallinks a[href*="t.me"]:hover,
.t-sociallinks a[href*="telegram.me"]:hover,
.t-sociallinks a[href*="telegram.org"]:hover {
  color: #006699 !important;
}
.t-sociallinks a[href*="t.me"]:hover svg *,
.t-sociallinks a[href*="telegram.me"]:hover svg *,
.t-sociallinks a[href*="telegram.org"]:hover svg * {
  fill: #006699 !important;
  stroke: #006699 !important;
}

/* ===== WHATSAPP ===== */
.t-sociallinks a[href*="wa.me"],
.t-sociallinks a[href*="whatsapp.com"] {
  color: #25D366 !important;
}
.t-sociallinks a[href*="wa.me"] svg,
.t-sociallinks a[href*="wa.me"] svg *,
.t-sociallinks a[href*="whatsapp.com"] svg,
.t-sociallinks a[href*="whatsapp.com"] svg *,
.t-sociallinks a[href*="wa.me"] use,
.t-sociallinks a[href*="whatsapp.com"] use {
  fill: #25D366 !important;
  stroke: #25D366 !important;
}
.t-sociallinks a[href*="wa.me"] svg [fill="#000"],
.t-sociallinks a[href*="wa.me"] svg [fill="#000000"],
.t-sociallinks a[href*="whatsapp.com"] svg [fill="#000"],
.t-sociallinks a[href*="whatsapp.com"] svg [fill="#000000"] {
  fill: #25D366 !important;
}

/* ховер — темнее */
.t-sociallinks a[href*="wa.me"]:hover,
.t-sociallinks a[href*="whatsapp.com"]:hover {
  color: #1DA851 !important;
}
.t-sociallinks a[href*="wa.me"]:hover svg *,
.t-sociallinks a[href*="whatsapp.com"]:hover svg * {
  fill: #1DA851 !important;
  stroke: #1DA851 !important;
}
