.t105__link-arrow {
  background-image: url('https://static.tildacdn.com/tild3435-3438-4464-b438-646533356161/_.svg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 24px !important;
  height: 24px !important;
}

/* Состояние при наведении */
.t105__link:hover .t105__link-arrow,
.t105__link-arrow:hover {
  background-image: url('https://static.tildacdn.com/tild3336-3662-4530-a433-343534666639/__.svg') !important;
}

/* Плавный переход для смены изображения */
.t105__link-arrow {
  transition: opacity 0.3s ease !important;
}