.t-popup__block-close-button {
    background-color: #eeff01 !important;

}


/* Базовое состояние: звук ВКЛ */
.vova-sound-toggle .tn-atom {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('https://static.tildacdn.com/tild3364-6532-4862-a262-646631663765/Sound.png') !important; /* сюда твой URL "звук вкл" */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Состояние: звук ВЫКЛ — у родителя есть класс vova-sound-muted */
.vova-sound-toggle.vova-sound-muted .tn-atom {
  background-image: url('https://static.tildacdn.com/tild6565-6338-4766-b038-373763666365/MUTE.png') !important; /* сюда URL "звук выкл" */
}

