/* ============================= */
/* ХОВЕР ТОЛЬКО ПО ПРЯМОУГОЛЬНИКУ */
/* ============================= */

#rec1689617471 .tn-atom[data-elem-type="shape"] {
  transition: background-color 0.25s ease;
  cursor: pointer;
}

#rec1689617471 .tn-atom[data-elem-type="shape"]:hover {
  background-color: #DEDEDE;
}

/* ============================= */
/* FUTICO → КРАСНЫЙ */
/* ============================= */

#rec1689617471
  .tn-atom[data-elem-type="shape"]:hover
  .tn-atom[field="tn_text_1765712154313000002"]
  .tn-text {
  color: red !important;
}

/* ============================= */
/* СТАТИСТИКА — СКРЫТА */
/* ============================= */

#rec1689617471 .tn-atom[field="tn_text_1765712154313000006"],
#rec1689617471 .tn-atom[field="tn_text_1765712148661000005"],
#rec1689617471 .tn-atom[field="tn_text_1765712117531000003"],
#rec1689617471 .tn-atom[field="tn_text_1765712042832"] {
  opacity: 0;
  transition: opacity 0.25s ease;
}

/* ============================= */
/* СТАТИСТИКА — ПО ХОВЕРУ ФОНА */
/* ============================= */

#rec1689617471
  .tn-atom[data-elem-type="shape"]:hover
  ~ .tn-atom[field="tn_text_1765712154313000006"],
#rec1689617471
  .tn-atom[data-elem-type="shape"]:hover
  ~ .tn-atom[field="tn_text_1765712148661000005"],
#rec1689617471
  .tn-atom[data-elem-type="shape"]:hover
  ~ .tn-atom[field="tn_text_1765712117531000003"],
#rec1689617471
  .tn-atom[data-elem-type="shape"]:hover
  ~ .tn-atom[field="tn_text_1765712042832"] {
  opacity: 1;
}
