.elementor-12 .elementor-element.elementor-element-3f69bf9d{--display:flex;}/* Start custom CSS for container, class: .elementor-element-3f69bf9d *//* Скрываем стандартную иконку */
.bonuses-link::before {
    content: none !important;
    display: none !important;
}


/* Добавляем свою иконку */
.bonuses-link a::before {
  content: "";
  display: block; /* важный момент — делает иконку сверху */
  width: 60px;    /* подгони под размер других иконок */
  height: 52px;
  margin: 0 auto 8px; /* центрируем иконку и добавляем отступ снизу */
  background-image: url("https://easyfreezy.rs/wp-content/uploads/2025/08/two-money-cards-gray.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* При наведении */
.bonuses-link a:hover::before {
  background-image: url("https://easyfreezy.rs/wp-content/uploads/2025/08/two-money-cards-hover.png");
}/* End custom CSS */
/* Start custom CSS */.bonuses-link::before {
    content: none !important;
    display: none !important;
}/* End custom CSS */