:root {
  --site-container-width: 1600px;
  --site-inner-width: 1440px;
}

.slide.jackpot .jackpot-content {
  border: 2px solid hsla(71, 96%, 60%, 0.2);
  border-radius: 10px;
  background: radial-gradient(66.53% 240.64% at 47.18% 254.47%, hsl(71, 96%, 60%) 0%, hsla(71, 96%, 60%, 0) 100%), hsl(222, 62%, 10%);
  position: relative;
  padding: 16px;
  text-align: center;
  max-width: 100%;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
.slide.jackpot .jackpot-content::before, .slide.jackpot .jackpot-content::after {
  content: "";
  position: absolute;
  background: no-repeat;
  background-size: contain;
  width: 50%;
  height: 125%;
}
.slide.jackpot .jackpot-content::before {
  left: 0;
  top: 0;
  background-image: url("../../images/jackpot-triangles-left.png");
  background-position: left top;
}
@media (max-width: 575px) {
  .slide.jackpot .jackpot-content::before {
    left: -30px;
  }
}
.slide.jackpot .jackpot-content::after {
  right: 0;
  bottom: 0;
  background-image: url("../../images/jackpot-triangles-right.png");
  background-position: right bottom;
}
@media (max-width: 575px) {
  .slide.jackpot .jackpot-content::after {
    right: -30px;
  }
}
.slide.jackpot .jackpot-content .title {
  font-size: 52px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-9.68%, hsl(71, 96%, 60%)), color-stop(54.84%, hsla(71, 96%, 60%, 0))), hsl(222, 62%, 100%);
  background: linear-gradient(360deg, hsl(71, 96%, 60%) -9.68%, hsla(71, 96%, 60%, 0) 54.84%), hsl(222, 62%, 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  font-style: italic;
  font-family: "Inter Tight", sans-serif;
}
.slide.jackpot .jackpot-content .price {
  color: rgb(215, 251, 55);
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 0 25px hsl(71, 96%, 60%);
}
.slide.jackpot .jackpot-content .button {
  background-color: hsl(71, 96%, 60%) !important;
  border: 1px solid hsla(71, 96%, 10%, 0.1);
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 5px 0.09px rgba(0, 0, 0, 0.32);
          box-shadow: 0 2px 5px 0.09px rgba(0, 0, 0, 0.32);
  color: hsl(71, 96%, 10%) !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 800;
  margin: 4px;
  padding: 8px 24px;
  position: relative;
  text-transform: uppercase;
}

.block-editor-block-list__block .jackpot-wrapper .button {
  pointer-events: none;
}
