/* Видалення всіх анімацій з топ блока */
.casino-block-slotstyle,
.casino-block-slotstyle *,
.casino-block-slotstyle::after,
.uac-theme-2 .casino-block-slotstyle,
.uac-theme-2 .casino-block-slotstyle *,
.uac-theme-2 .casino-block-slotstyle::after {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

/* Повністю приховуємо кольоровий фон */
.casino-block-slotstyle::before,
.uac-theme-2 .casino-block-slotstyle::before {
  display: none !important;
  content: none !important;
  background: none !important;
  opacity: 0 !important;
}

/* Гарантоване видалення специфічних анімацій */
@keyframes uac2spin {
  to { transform: none; }
}

@keyframes uac-border-spin {
  to { --a: 0deg; }
}
