/* ==========================================================================
   Hide removed social links
   ========================================================================== */

a[href*="whatsapp"],
a[href*="wa.me"],
a[href*="api.whatsapp.com"],
a[href*="youtube"],
a[href*="youtu.be"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.t-sociallinks__item:has(a[href*="whatsapp"]),
.t-sociallinks__item:has(a[href*="wa.me"]),
.t-sociallinks__item:has(a[href*="api.whatsapp.com"]),
.t-sociallinks__item:has(a[href*="youtube"]),
.t-sociallinks__item:has(a[href*="youtu.be"]) {
  display: none !important;
}
