/* Csak az oldal-ID: 1900 oldalon: a Team kártyák neve ne legyen kattintható */
body.page-id-1900 .tp-team__title a,
body.page-id-1900 .team .tp-team__title a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit !important;     /* ne maradjon „link szín” */
}
body.page-id-1900 .tp-team__title a:hover {
  color: inherit !important;
  text-decoration: none;
}

/* Munkatársaknál - Műszerpark egyforma dobozok */
.elementor-widget-tp-team .row > div {
  display: flex;
}