.mbs-wheel-wrap {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-family: inherit;
  color: #f5f5f5;
}

.mbs-wheel-wrap--casino {
  background: transparent;
}

.mbs-wheel-title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  color: #f8e7a0;
  letter-spacing: 0.3px;
}

.mbs-wheel-subtitle {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

.mbs-wheel-stage {
  position: relative;
  width: 390px;
  height: 390px;
  margin: 0 auto 22px;
}

.mbs-wheel-stage--right-ticker {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mbs-wheel-rim-glow {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  pointer-events: none;
}

.mbs-wheel-rim-glow--1 {
  box-shadow:
    0 0 0 2px rgba(212, 175, 55, 0.22),
    0 0 24px rgba(212, 175, 55, 0.22),
    0 0 56px rgba(185, 28, 28, 0.16);
}

.mbs-wheel-rim-glow--2 {
  inset: 18px;
  box-shadow:
    0 0 18px rgba(248, 231, 160, 0.1),
    0 0 40px rgba(212, 175, 55, 0.1);
}

.mbs-wheel {
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.45),
    0 0 0 4px rgba(212, 175, 55, 0.18);
  will-change: transform;
}

.mbs-wheel-svg {
  width: 360px;
  height: 360px;
  display: block;
  border-radius: 50%;
  overflow: visible;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.mbs-wheel-ticker {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.mbs-wheel-ticker-line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(248, 231, 160, 0.15) 0%,
    #d4af37 100%
  );
  box-shadow:
    0 0 8px rgba(212, 175, 55, 0.28),
    0 0 18px rgba(212, 175, 55, 0.12);
}

.mbs-wheel-ticker-arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 20px solid #f8e7a0;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.35))
    drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
}

@media (max-width: 480px) {
  .mbs-wheel-ticker {
    right: 4px;
    gap: 6px;
  }

  .mbs-wheel-ticker-line {
    width: 16px;
  }

  .mbs-wheel-ticker-arrow {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-right-width: 16px;
  }
}

.mbs-wheel-actions {
  margin-top: 10px;
}

.mbs-spin-btn {
  display: inline-block;
  padding: 15px 32px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 15px !important;
  font-size: 16px;
  height: 40px;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(
    35deg,
    #950505 22.35%,
    #db0f0e 64.3%,
    #b22222 84.31%
  ) !important;
  color: white !important;
  line-height: 1;
  transition:
    transform 0.15s ease,
    opacity 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mbs-spin-btn:hover {
  opacity: 0.96;
  transform: translateY(-1px);
  border-color: white !important;
  background: transparent !important;
}

.mbs-spin-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.mbs-wheel-result {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  min-height: 24px;
  line-height: 1.4;
  color: #ffffff;
}

.mbs-wheel-result strong {
  color: #f8e7a0;
}

@media (max-width: 480px) {
  .mbs-wheel-stage {
    width: 330px;
    height: 330px;
  }

  .mbs-wheel {
    width: 300px;
    height: 300px;
  }

  .mbs-wheel-svg {
    width: 300px;
    height: 300px;
  }

  .mbs-wheel-ticker {
    right: 2px;
    width: 52px;
    height: 52px;
  }

  .mbs-wheel-ticker-housing {
    width: 52px;
    height: 52px;
  }
}
