/* Затемнение кнопки при наведении */
.autoink:hover .tn-atom {
  filter: brightness(0.8);
}
