@charset "UTF-8";
:root {
  --site-gutter: 15px;
  --site-container-width: 1400px;
  --site-content-max: var(--site-container-width, 1400px);
}

main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: var(--site-font-family, "Montserrat", sans-serif);
}

body {
  background: var(--bg-body, transparent);
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  width: 100%;
  box-sizing: border-box;
  max-width: var(--site-container-width, 1400px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.padding {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .padding {
    padding: 0 10px;
  }
}

.margin {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .margin {
    margin-bottom: 20px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

/* TablePress + core table block — theme-owned look via --tablepress-* vars */
main > .wp-block-table,
main > .tablepress-table-wrapper,
.content__output > .wp-block-table,
.content__output > .tablepress-table-wrapper {
  width: 100%;
  max-width: var(--site-container-width, 1400px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
main > table.tablepress,
main > table[id^=tablepress-],
.content__output > table.tablepress,
.content__output > table[id^=tablepress-] {
  display: table;
  width: 100%;
  max-width: var(--site-content-max, var(--site-container-width, 1400px));
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
main > .tablepress-table-wrapper table.tablepress,
main > .tablepress-table-wrapper table[id^=tablepress-],
.content__output > .tablepress-table-wrapper table.tablepress,
.content__output > .tablepress-table-wrapper table[id^=tablepress-] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
main > .wp-block-table,
.content__output > .wp-block-table {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
main table.tablepress,
main .tablepress,
main table[id^=tablepress-],
main .tablepress-table-wrapper,
.content__output table.tablepress,
.content__output .tablepress,
.content__output table[id^=tablepress-],
.content__output .tablepress-table-wrapper {
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
main table.tablepress,
main .tablepress,
main table[id^=tablepress-],
.content__output table.tablepress,
.content__output .tablepress,
.content__output table[id^=tablepress-] {
  --border-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
main table.tablepress thead tr th,
main .tablepress thead tr th,
main table[id^=tablepress-] thead tr th,
.content__output table.tablepress thead tr th,
.content__output .tablepress thead tr th,
.content__output table[id^=tablepress-] thead tr th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, #fff);
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
main table.tablepress tbody tr td,
main .tablepress tbody tr td,
main table[id^=tablepress-] tbody tr td,
.content__output table.tablepress tbody tr td,
.content__output .tablepress tbody tr td,
.content__output table[id^=tablepress-] tbody tr td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, #fff);
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
main table.tablepress tbody tr:last-child td,
main .tablepress tbody tr:last-child td,
main table[id^=tablepress-] tbody tr:last-child td,
.content__output table.tablepress tbody tr:last-child td,
.content__output .tablepress tbody tr:last-child td,
.content__output table[id^=tablepress-] tbody tr:last-child td {
  border-bottom: none;
}
main table.tablepress thead tr:first-child th:first-child,
main .tablepress thead tr:first-child th:first-child,
main table[id^=tablepress-] thead tr:first-child th:first-child,
.content__output table.tablepress thead tr:first-child th:first-child,
.content__output .tablepress thead tr:first-child th:first-child,
.content__output table[id^=tablepress-] thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress thead tr:first-child th:last-child,
main .tablepress thead tr:first-child th:last-child,
main table[id^=tablepress-] thead tr:first-child th:last-child,
.content__output table.tablepress thead tr:first-child th:last-child,
.content__output .tablepress thead tr:first-child th:last-child,
.content__output table[id^=tablepress-] thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
main .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
main table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child,
.content__output table.tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content__output .tablepress:not(:has(thead)) tbody tr:first-child td:first-child,
.content__output table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
main .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
main table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child,
.content__output table.tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content__output .tablepress:not(:has(thead)) tbody tr:first-child td:last-child,
.content__output table[id^=tablepress-]:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:last-child td:first-child,
main .tablepress tbody tr:last-child td:first-child,
main table[id^=tablepress-] tbody tr:last-child td:first-child,
.content__output table.tablepress tbody tr:last-child td:first-child,
.content__output .tablepress tbody tr:last-child td:first-child,
.content__output table[id^=tablepress-] tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:last-child td:last-child,
main .tablepress tbody tr:last-child td:last-child,
main table[id^=tablepress-] tbody tr:last-child td:last-child,
.content__output table.tablepress tbody tr:last-child td:last-child,
.content__output .tablepress tbody tr:last-child td:last-child,
.content__output table[id^=tablepress-] tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main table.tablepress tbody tr:nth-child(even) td,
main .tablepress tbody tr:nth-child(even) td,
main table[id^=tablepress-] tbody tr:nth-child(even) td,
.content__output table.tablepress tbody tr:nth-child(even) td,
.content__output .tablepress tbody tr:nth-child(even) td,
.content__output table[id^=tablepress-] tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
main table.tablepress tbody tr td.column-1,
main table.tablepress tbody tr.row-odd td:first-child,
main table.tablepress tbody tr td:first-child,
main .tablepress tbody tr td.column-1,
main .tablepress tbody tr td:first-child,
main table[id^=tablepress-] tbody tr td:first-child,
.content__output table.tablepress tbody tr td.column-1,
.content__output table.tablepress tbody tr.row-odd td:first-child,
.content__output table.tablepress tbody tr td:first-child,
.content__output .tablepress tbody tr td.column-1,
.content__output .tablepress tbody tr td:first-child,
.content__output table[id^=tablepress-] tbody tr td:first-child {
  font-weight: 700;
}
main table.tablepress tbody tr:hover td,
main .tablepress tbody tr:hover td,
main table[id^=tablepress-] tbody tr:hover td,
.content__output table.tablepress tbody tr:hover td,
.content__output .tablepress tbody tr:hover td,
.content__output table[id^=tablepress-] tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
main .wp-block-table,
.content__output .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: var(--section-spacing-bottom, 40px);
}
main .tablepress-table-wrapper,
.content__output .tablepress-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  max-width: 100%;
}
main .wp-block-table table,
.content__output .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
main .wp-block-table thead th,
.content__output .wp-block-table thead th {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--tablepress-thead-text, #fff);
  background: var(--tablepress-thead-bg, var(--block-bg, transparent));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
}
main .wp-block-table tbody td,
.content__output .wp-block-table tbody td {
  font-size: var(--tablepress-font-size, 16px);
  line-height: 1.3;
  color: var(--tablepress-tbody-text, #fff);
  background: var(--tablepress-tbody-bg, rgba(255, 255, 255, 0.06));
  border: none;
  border-bottom: 1px solid var(--tablepress-row-border, rgba(255, 255, 255, 0.08));
  border-radius: 0;
  padding: 14px 20px;
  vertical-align: top;
}
main .wp-block-table tbody tr:last-child td,
.content__output .wp-block-table tbody tr:last-child td {
  border-bottom: none;
}
main .wp-block-table thead tr:first-child th:first-child,
.content__output .wp-block-table thead tr:first-child th:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table thead tr:first-child th:last-child,
.content__output .wp-block-table thead tr:first-child th:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child,
.content__output .wp-block-table:not(:has(thead)) tbody tr:first-child td:first-child {
  border-top-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child,
.content__output .wp-block-table:not(:has(thead)) tbody tr:first-child td:last-child {
  border-top-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:last-child td:first-child,
.content__output .wp-block-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:last-child td:last-child,
.content__output .wp-block-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: var(--tablepress-border-radius, var(--block-border-radius, 10px));
}
main .wp-block-table tbody tr:nth-child(even) td,
.content__output .wp-block-table tbody tr:nth-child(even) td {
  background: var(--tablepress-alt-row-bg, rgba(255, 255, 255, 0.1));
}
main .wp-block-table tbody tr td:first-child,
.content__output .wp-block-table tbody tr td:first-child {
  font-weight: 700;
}
main .wp-block-table tbody tr:hover td,
.content__output .wp-block-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.12);
}
@media (max-width: 990px) {
  main table.tablepress,
  main .tablepress,
  main table[id^=tablepress-],
  main .wp-block-table table,
  .content__output table.tablepress,
  .content__output .tablepress,
  .content__output table[id^=tablepress-],
  .content__output .wp-block-table table {
    width: max-content;
    min-width: 100%;
  }
  main table.tablepress thead tr th,
  main .tablepress thead tr th,
  main table[id^=tablepress-] thead tr th,
  main table.tablepress tbody tr td,
  main .tablepress tbody tr td,
  main table[id^=tablepress-] tbody tr td,
  main .wp-block-table thead th,
  main .wp-block-table tbody td,
  .content__output table.tablepress thead tr th,
  .content__output .tablepress thead tr th,
  .content__output table[id^=tablepress-] thead tr th,
  .content__output table.tablepress tbody tr td,
  .content__output .tablepress tbody tr td,
  .content__output table[id^=tablepress-] tbody tr td,
  .content__output .wp-block-table thead th,
  .content__output .wp-block-table tbody td {
    padding: 10px 12px;
    white-space: nowrap;
  }
}

/* ---------------------------------------------------------------------------
   Theme Options tokens → component rules (formerly wp_head inline canvas)
   --------------------------------------------------------------------------- */
.header nav ul a {
  color: var(--color-menu);
}

.content__output a,
.content__table-item a {
  color: var(--color-link-content);
}

.progress__text {
  border: 1px solid var(--color-link-content);
}

.bonus-block__title,
.step__title,
.casino__title {
  border-bottom: 2px solid var(--color-link-content);
}

.table-of-content__wrap {
  box-sizing: border-box;
  padding: 3px;
  background: var(--toc-bg, transparent);
  border: 1px solid var(--toc-border-color, transparent);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.step__item:before {
  content: "";
  position: absolute;
  left: 58px;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--color-link-content);
}

.step__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: var(--color-text-content);
  border-radius: 100%;
  z-index: 2;
}

.step__item-prize:last-child:after {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -25px;
  background: #fff var(--prize-icon-url, none) no-repeat center center;
  background-size: auto 54px;
  box-shadow: 0 0 25px rgba(220, 64, 65, 0.5), inset 0 0 6px rgba(220, 64, 65, 0.7);
}

@media (max-width: 990px) {
  .step__item:before {
    left: 13px;
  }
  .step__item:after {
    left: 0;
  }
  .step__item-prize:last-child:after {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -10px;
    background-size: auto 35px;
  }
}
.step__item:first-child:before {
  top: 50%;
}

.step__item:last-child:before {
  top: -50%;
}

.color-span span {
  color: var(--color-text-content-span);
}

.content__title,
.slot__title {
  color: var(--color-title-content);
}

.progress__text span {
  color: var(--color-link-content);
}

.simple-banners button,
.simple-banners a {
  color: var(--color-link-banner) !important;
}

.content__table-item {
  border-bottom: 2px solid var(--color-text-content);
}

.content__output blockquote,
.faq .acc-head {
  border-left: 2px solid var(--color-link-content);
}

.step__item,
.instructions__text {
  color: var(--color-grey);
}

.instructions .instructions__item:nth-child(1) .instructions__text,
.last-coll .instructions__item:last-child .instructions__text,
.step__item:first-child,
.step__item:last-child {
  color: var(--color-text-content);
}

.last-coll .instructions__item:first-child .instructions__text {
  color: var(--color-grey);
}

.content .instructions__item:first-child::after {
  background-color: var(--color-first-inst);
}

.content .instructions__item::after {
  background: var(--color-inst);
}

.content .last-coll .instructions__item:last-child::after {
  background-color: var(--color-inst-last);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-link-content);
}

.img-center-all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
}

.img-center-all a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-center-all img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 5px;
}

/* Shared CTA token helpers (optional — templates may still set inline for per-instance overrides) */
.header__btn-item,
.content__btn,
.info-img__btn,
.casino__item-btn,
.rait-block__btn,
.bonus-block__btn,
.slot__winner-btn {
  border-radius: var(--button-border-radius, 0);
}

.content__btn,
.info-img__btn,
.casino__item-btn,
.rait-block__btn,
.bonus-block__btn {
  color: var(--color-btn-section);
  background: var(--bg-btn-section);
}

/* Button hover animations (ACF: button_hover_animation → body[data-button-anim]) */
body[data-button-anim]:not([data-button-anim=none]) .button, body[data-button-anim]:not([data-button-anim=none]) .referral, body[data-button-anim]:not([data-button-anim=none]) .header__btn-item, body[data-button-anim]:not([data-button-anim=none]) .content__btn, body[data-button-anim]:not([data-button-anim=none]) .info-img__btn, body[data-button-anim]:not([data-button-anim=none]) .casino__item-btn, body[data-button-anim]:not([data-button-anim=none]) .casino__item-link, body[data-button-anim]:not([data-button-anim=none]) .rait-block__btn, body[data-button-anim]:not([data-button-anim=none]) .bonus-block__btn, body[data-button-anim]:not([data-button-anim=none]) .slot__winner-btn, body[data-button-anim]:not([data-button-anim=none]) .footer__btn,
body[class*=button-anim-] .button,
body[class*=button-anim-] .referral,
body[class*=button-anim-] .header__btn-item,
body[class*=button-anim-] .content__btn,
body[class*=button-anim-] .info-img__btn,
body[class*=button-anim-] .casino__item-btn,
body[class*=button-anim-] .casino__item-link,
body[class*=button-anim-] .rait-block__btn,
body[class*=button-anim-] .bonus-block__btn,
body[class*=button-anim-] .slot__winner-btn,
body[class*=button-anim-] .footer__btn {
  transform: translateZ(0);
  will-change: transform;
}

body[data-button-anim=lift] .button, body[data-button-anim=lift] .referral, body[data-button-anim=lift] .header__btn-item, body[data-button-anim=lift] .content__btn, body[data-button-anim=lift] .info-img__btn, body[data-button-anim=lift] .casino__item-btn, body[data-button-anim=lift] .casino__item-link, body[data-button-anim=lift] .rait-block__btn, body[data-button-anim=lift] .bonus-block__btn, body[data-button-anim=lift] .slot__winner-btn, body[data-button-anim=lift] .footer__btn,
body.button-anim-lift .button,
body.button-anim-lift .referral,
body.button-anim-lift .header__btn-item,
body.button-anim-lift .content__btn,
body.button-anim-lift .info-img__btn,
body.button-anim-lift .casino__item-btn,
body.button-anim-lift .casino__item-link,
body.button-anim-lift .rait-block__btn,
body.button-anim-lift .bonus-block__btn,
body.button-anim-lift .slot__winner-btn,
body.button-anim-lift .footer__btn {
  transition: transform 0.28s ease;
}
body[data-button-anim=lift] .button:hover, body[data-button-anim=lift] .referral:hover, body[data-button-anim=lift] .header__btn-item:hover, body[data-button-anim=lift] .content__btn:hover, body[data-button-anim=lift] .info-img__btn:hover, body[data-button-anim=lift] .casino__item-btn:hover, body[data-button-anim=lift] .casino__item-link:hover, body[data-button-anim=lift] .rait-block__btn:hover, body[data-button-anim=lift] .bonus-block__btn:hover, body[data-button-anim=lift] .slot__winner-btn:hover, body[data-button-anim=lift] .footer__btn:hover,
body.button-anim-lift .button:hover,
body.button-anim-lift .referral:hover,
body.button-anim-lift .header__btn-item:hover,
body.button-anim-lift .content__btn:hover,
body.button-anim-lift .info-img__btn:hover,
body.button-anim-lift .casino__item-btn:hover,
body.button-anim-lift .casino__item-link:hover,
body.button-anim-lift .rait-block__btn:hover,
body.button-anim-lift .bonus-block__btn:hover,
body.button-anim-lift .slot__winner-btn:hover,
body.button-anim-lift .footer__btn:hover {
  transform: translateY(-6px);
}
body[data-button-anim=lift] .button:active, body[data-button-anim=lift] .referral:active, body[data-button-anim=lift] .header__btn-item:active, body[data-button-anim=lift] .content__btn:active, body[data-button-anim=lift] .info-img__btn:active, body[data-button-anim=lift] .casino__item-btn:active, body[data-button-anim=lift] .casino__item-link:active, body[data-button-anim=lift] .rait-block__btn:active, body[data-button-anim=lift] .bonus-block__btn:active, body[data-button-anim=lift] .slot__winner-btn:active, body[data-button-anim=lift] .footer__btn:active,
body.button-anim-lift .button:active,
body.button-anim-lift .referral:active,
body.button-anim-lift .header__btn-item:active,
body.button-anim-lift .content__btn:active,
body.button-anim-lift .info-img__btn:active,
body.button-anim-lift .casino__item-btn:active,
body.button-anim-lift .casino__item-link:active,
body.button-anim-lift .rait-block__btn:active,
body.button-anim-lift .bonus-block__btn:active,
body.button-anim-lift .slot__winner-btn:active,
body.button-anim-lift .footer__btn:active {
  transform: translateY(-2px);
}

body[data-button-anim=scale] .button, body[data-button-anim=scale] .referral, body[data-button-anim=scale] .header__btn-item, body[data-button-anim=scale] .content__btn, body[data-button-anim=scale] .info-img__btn, body[data-button-anim=scale] .casino__item-btn, body[data-button-anim=scale] .casino__item-link, body[data-button-anim=scale] .rait-block__btn, body[data-button-anim=scale] .bonus-block__btn, body[data-button-anim=scale] .slot__winner-btn, body[data-button-anim=scale] .footer__btn,
body.button-anim-scale .button,
body.button-anim-scale .referral,
body.button-anim-scale .header__btn-item,
body.button-anim-scale .content__btn,
body.button-anim-scale .info-img__btn,
body.button-anim-scale .casino__item-btn,
body.button-anim-scale .casino__item-link,
body.button-anim-scale .rait-block__btn,
body.button-anim-scale .bonus-block__btn,
body.button-anim-scale .slot__winner-btn,
body.button-anim-scale .footer__btn {
  transition: transform 0.28s ease;
}
body[data-button-anim=scale] .button:hover, body[data-button-anim=scale] .referral:hover, body[data-button-anim=scale] .header__btn-item:hover, body[data-button-anim=scale] .content__btn:hover, body[data-button-anim=scale] .info-img__btn:hover, body[data-button-anim=scale] .casino__item-btn:hover, body[data-button-anim=scale] .casino__item-link:hover, body[data-button-anim=scale] .rait-block__btn:hover, body[data-button-anim=scale] .bonus-block__btn:hover, body[data-button-anim=scale] .slot__winner-btn:hover, body[data-button-anim=scale] .footer__btn:hover,
body.button-anim-scale .button:hover,
body.button-anim-scale .referral:hover,
body.button-anim-scale .header__btn-item:hover,
body.button-anim-scale .content__btn:hover,
body.button-anim-scale .info-img__btn:hover,
body.button-anim-scale .casino__item-btn:hover,
body.button-anim-scale .casino__item-link:hover,
body.button-anim-scale .rait-block__btn:hover,
body.button-anim-scale .bonus-block__btn:hover,
body.button-anim-scale .slot__winner-btn:hover,
body.button-anim-scale .footer__btn:hover {
  transform: scale(1.08);
}
body[data-button-anim=scale] .button:active, body[data-button-anim=scale] .referral:active, body[data-button-anim=scale] .header__btn-item:active, body[data-button-anim=scale] .content__btn:active, body[data-button-anim=scale] .info-img__btn:active, body[data-button-anim=scale] .casino__item-btn:active, body[data-button-anim=scale] .casino__item-link:active, body[data-button-anim=scale] .rait-block__btn:active, body[data-button-anim=scale] .bonus-block__btn:active, body[data-button-anim=scale] .slot__winner-btn:active, body[data-button-anim=scale] .footer__btn:active,
body.button-anim-scale .button:active,
body.button-anim-scale .referral:active,
body.button-anim-scale .header__btn-item:active,
body.button-anim-scale .content__btn:active,
body.button-anim-scale .info-img__btn:active,
body.button-anim-scale .casino__item-btn:active,
body.button-anim-scale .casino__item-link:active,
body.button-anim-scale .rait-block__btn:active,
body.button-anim-scale .bonus-block__btn:active,
body.button-anim-scale .slot__winner-btn:active,
body.button-anim-scale .footer__btn:active {
  transform: scale(1.03);
}

body[data-button-anim=pop] .button, body[data-button-anim=pop] .referral, body[data-button-anim=pop] .header__btn-item, body[data-button-anim=pop] .content__btn, body[data-button-anim=pop] .info-img__btn, body[data-button-anim=pop] .casino__item-btn, body[data-button-anim=pop] .casino__item-link, body[data-button-anim=pop] .rait-block__btn, body[data-button-anim=pop] .bonus-block__btn, body[data-button-anim=pop] .slot__winner-btn, body[data-button-anim=pop] .footer__btn,
body.button-anim-pop .button,
body.button-anim-pop .referral,
body.button-anim-pop .header__btn-item,
body.button-anim-pop .content__btn,
body.button-anim-pop .info-img__btn,
body.button-anim-pop .casino__item-btn,
body.button-anim-pop .casino__item-link,
body.button-anim-pop .rait-block__btn,
body.button-anim-pop .bonus-block__btn,
body.button-anim-pop .slot__winner-btn,
body.button-anim-pop .footer__btn {
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body[data-button-anim=pop] .button:hover, body[data-button-anim=pop] .referral:hover, body[data-button-anim=pop] .header__btn-item:hover, body[data-button-anim=pop] .content__btn:hover, body[data-button-anim=pop] .info-img__btn:hover, body[data-button-anim=pop] .casino__item-btn:hover, body[data-button-anim=pop] .casino__item-link:hover, body[data-button-anim=pop] .rait-block__btn:hover, body[data-button-anim=pop] .bonus-block__btn:hover, body[data-button-anim=pop] .slot__winner-btn:hover, body[data-button-anim=pop] .footer__btn:hover,
body.button-anim-pop .button:hover,
body.button-anim-pop .referral:hover,
body.button-anim-pop .header__btn-item:hover,
body.button-anim-pop .content__btn:hover,
body.button-anim-pop .info-img__btn:hover,
body.button-anim-pop .casino__item-btn:hover,
body.button-anim-pop .casino__item-link:hover,
body.button-anim-pop .rait-block__btn:hover,
body.button-anim-pop .bonus-block__btn:hover,
body.button-anim-pop .slot__winner-btn:hover,
body.button-anim-pop .footer__btn:hover {
  transform: scale(1.12);
}
body[data-button-anim=pop] .button:active, body[data-button-anim=pop] .referral:active, body[data-button-anim=pop] .header__btn-item:active, body[data-button-anim=pop] .content__btn:active, body[data-button-anim=pop] .info-img__btn:active, body[data-button-anim=pop] .casino__item-btn:active, body[data-button-anim=pop] .casino__item-link:active, body[data-button-anim=pop] .rait-block__btn:active, body[data-button-anim=pop] .bonus-block__btn:active, body[data-button-anim=pop] .slot__winner-btn:active, body[data-button-anim=pop] .footer__btn:active,
body.button-anim-pop .button:active,
body.button-anim-pop .referral:active,
body.button-anim-pop .header__btn-item:active,
body.button-anim-pop .content__btn:active,
body.button-anim-pop .info-img__btn:active,
body.button-anim-pop .casino__item-btn:active,
body.button-anim-pop .casino__item-link:active,
body.button-anim-pop .rait-block__btn:active,
body.button-anim-pop .bonus-block__btn:active,
body.button-anim-pop .slot__winner-btn:active,
body.button-anim-pop .footer__btn:active {
  transform: scale(1.04);
}
