.ys-play-game-cta-section {
  width: min(100% - 32px, 1160px);
  margin: 16px auto 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
  color: #fff9ec;
  background:
    linear-gradient(135deg, rgba(39, 7, 64, 0.96), rgba(124, 35, 124, 0.9)),
    radial-gradient(circle at 10% 20%, rgba(255, 214, 87, 0.36), transparent 28%);
  border: 1px solid rgba(255, 211, 99, 0.5);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(54, 12, 74, 0.22);
}

.ys-play-game-cta-section p,
.ys-play-game-cta-section h2 {
  margin: 0;
}

.ys-play-game-cta-section p:first-child {
  color: #ffd45b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ys-play-game-cta-section h2 {
  margin-top: 3px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.05;
}

.ys-play-game-cta-section p:not(:first-child) {
  margin-top: 6px;
  color: rgba(255, 249, 236, 0.84);
  font-weight: 700;
}

.ys-play-game-cta {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 237, 166, 0.75);
  border-radius: 8px;
  color: #1b1124;
  background:
    linear-gradient(180deg, rgba(255, 247, 181, 0.95), rgba(255, 196, 55, 0.95) 52%, rgba(240, 125, 65, 0.92)),
    #ffd45b;
  box-shadow:
    0 12px 22px rgba(238, 135, 52, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font: inherit;
  font-size: 17px;
  font-weight: 950;
  cursor: pointer;
}

.ys-play-game-cta:hover,
.ys-play-game-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 16px 28px rgba(238, 135, 52, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.ys-play-game-cta:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.ys-play-game-note {
  grid-column: 1 / -1;
  justify-self: end;
  color: rgba(255, 249, 236, 0.82);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .ys-play-game-cta-section {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    margin: 12px auto 18px;
    padding: 14px;
  }

  .ys-play-game-cta,
  .ys-play-game-note {
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }
}
