.slot-machine-title h1 {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .slot-machine-title h1 {
    font-size: 2.25rem !important;
  }
}
.slot-machine-title h1 em {
  font-weight: 700 !important;
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  .slot-machine-title h1 em {
    font-size: 2.25rem !important;
  }
}

.slot-machine {
  text-align: center;
}
.slot-machine .slot-machine-base {
  width: 100%;
  height: auto;
  padding: 0.6rem 1rem;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 10%, hsla(0, 0%, 100%, 0) 20%, hsla(0, 0%, 100%, 0.05) 25%, hsla(0, 0%, 100%, 0.1) 30%, hsla(0, 0%, 100%, 0.2) 40%, hsla(0, 0%, 100%, 0.25) 50%, hsla(0, 0%, 100%, 0.2) 60%, hsla(0, 0%, 100%, 0.1) 70%, hsla(0, 0%, 100%, 0.05) 80%, hsla(0, 0%, 100%, 0) 85%, hsla(0, 0%, 100%, 0) 90%, hsla(0, 0%, 100%, 0) 100%);
}
.slot-machine .slot-machine-canvas-frame {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .slot-machine .slot-machine-canvas-frame {
    font-size: 36px;
  }
}
.slot-machine .slot-machine-canvas-frame {
  max-width: 554px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  border: 6px solid #000;
  background-color: #000;
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.slot-machine .slot-machine-canvas-frame::after {
  content: "";
  border-radius: 7px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-image: linear-gradient(hsla(0, 0%, 0%, 0.4) 0%, hsla(0, 0%, 0%, 0.3) 10%, hsla(0, 0%, 0%, 0.2) 20%, hsla(0, 0%, 0%, 0.15) 25%, hsla(0, 0%, 0%, 0.1) 30%, hsla(0, 0%, 0%, 0.05) 40%, hsla(0, 0%, 0%, 0) 50%, hsla(0, 0%, 0%, 0.05) 60%, hsla(0, 0%, 0%, 0.1) 70%, hsla(0, 0%, 0%, 0.15) 80%, hsla(0, 0%, 0%, 0.2) 85%, hsla(0, 0%, 0%, 0.3) 90%, hsla(0, 0%, 0%, 0.4) 100%);
}
.slot-machine .slot-machine-canvas-frame canvas {
  width: 100%;
  border-radius: 15px;
}
.slot-machine .slot-machine-canvas-frame .glass {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 540/140;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 10%, hsla(0, 0%, 100%, 0) 20%, hsla(0, 0%, 100%, 0.05) 25%, hsla(0, 0%, 100%, 0.1) 30%, hsla(0, 0%, 100%, 0.2) 40%, hsla(0, 0%, 100%, 0.25) 50%, hsla(0, 0%, 100%, 0.2) 60%, hsla(0, 0%, 100%, 0.1) 70%, hsla(0, 0%, 100%, 0.05) 80%, hsla(0, 0%, 100%, 0) 85%, hsla(0, 0%, 100%, 0) 90%, hsla(0, 0%, 100%, 0) 100%);
}
.slot-machine .slot-machine-canvas-frame .glass .left, .slot-machine .slot-machine-canvas-frame .glass .right {
  display: block;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 0.5em solid rgba(255, 255, 255, 0);
}
.slot-machine .slot-machine-canvas-frame .glass .left {
  border-left-color: #000;
}
.slot-machine .slot-machine-canvas-frame .glass .right {
  border-right-color: #000;
}
.slot-machine #js_start_spin {
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: opacity 0.32s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .slot-machine #js_start_spin {
    transition: none;
  }
}
.slot-machine #js_start_spin.hide {
  opacity: 0;
}
.slot-machine #js_start_spin.disabled {
  display: none;
}
.slot-machine.form-contender {
  transition: opacity 0.32s ease-in;
}
@media (prefers-reduced-motion: reduce) {
  .slot-machine.form-contender {
    transition: none;
  }
}
.slot-machine.form-contender.hide {
  display: none !important;
}

body[data-promo-version="1"] .slot-machine .slot-machine-base {
  width: calc(100% - 2rem);
}
body[data-promo-version="1"] .slot-machine-canvas-frame .glass .left, body[data-promo-version="1"] .slot-machine-canvas-frame .glass .right {
  width: 0;
  height: 0;
}
