/* Hide the unfinished Team page everywhere */
.t-menu__list li:has(a[href="/team"]),
.t-menu__list li:has(a[href$="/team"]),
.tn-elem:has(a[href="/team"]),
.tn-elem:has(a[href$="/team"]),
.t-card__col:has(a[href="/team"]),
.t-card__col:has(a[href$="/team"]),
a[href="/team"],
a[href$="/team"],
a[href*="pageid=61762221"] {
  display: none !important;
}

/* Hide the unfinished placeholder event and photo-event sections */
#rec847278507,
#rec847277960,
.t-card__col:has(a[href^="/events/"]),
.t-card__col:has(a[href^="/photos/"]) {
  display: none !important;
}

/* Keep the unconnected Telegram news prototype hidden */
#rec2487102031 {
  display: none !important;
}

/* Hide the obsolete duplicate footer */
#rec1235089736 {
  display: none !important;
}
