.bcr-dashboard .spinwheel-pro {
  width: 100%;
  display: grid;
  place-items: center;
  gap: 18px;
}

.bcr-dashboard .spinwheel-pro__card {
  position: relative;
  width: min(100%, 460px);
  min-height: 540px;
  padding: 28px 18px 24px;
  border-radius: 24px;
  background: #ebebeb;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  display: grid;
  place-items: center;
  overflow: visible;
}

.bcr-dashboard .spinwheel-pro__stage {
  position: relative;
  width: 360px;
  height: 360px;
  margin-top: 36px;
  display: grid;
  place-items: center;
}

.bcr-dashboard .spinwheel-pro__wheel {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  transition: transform 5.6s cubic-bezier(0.12, 0.88, 0.18, 1);
  overflow: visible;
}

.bcr-dashboard .spinwheel-pro__pointer {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 24px solid #111;
  z-index: 30;
}

.bcr-dashboard .spinwheel-pro__button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  transform: translate(-50%, -50%);
  border: 7px solid #d7d7d7;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
  display: grid;
  place-items: center;
  align-content: center;
  z-index: 20;
  cursor: pointer;
  font-weight: 900;
  color: #111;
  padding: 0;
}

.bcr-dashboard .spinwheel-pro__button span {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.bcr-dashboard .spinwheel-pro__result {
  margin: 0;
  min-height: 28px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

.bcr-dashboard .spinwheel-pro__segment {
  stroke: #ffffff;
  stroke-width: 3;
}

.bcr-dashboard .spinwheel-pro__label {
  font-size: 14px;
  font-weight: 800;
  fill: #111;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
}

.bcr-dashboard .spinwheel-pro__hub-ring {
  fill: #dddddd;
}

.bcr-dashboard .spinwheel-pro__hub-core {
  fill: #ffffff;
}

.bcr-dashboard .spinwheel-pro__confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 40;
  overflow: hidden;
}

.bcr-dashboard .spinwheel-pro__confetti-piece {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 8px;
  height: 14px;
  background: #f1b72f;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: bcrSpinConfetti 1000ms ease-out forwards;
}

@keyframes bcrSpinConfetti {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-80px) scale(1);
  }
}

.bcr-dashboard .bcr-mystery-shell {
  position: relative;
  width: 100%;
  min-height: 700px;
  display: grid;
  place-items: center;
  padding: 24px 24px 40px;
  overflow: visible;
  isolation: isolate;
}

.bcr-dashboard .bcr-myst-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(52px);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.bcr-dashboard .bcr-myst-bg-glow-1 {
  width: 300px;
  height: 300px;
  top: 4%;
  left: 2%;
  background: rgba(255, 187, 58, 0.18);
}

.bcr-dashboard .bcr-myst-bg-glow-2 {
  width: 260px;
  height: 260px;
  right: 4%;
  bottom: 4%;
  background: rgba(255, 187, 58, 0.14);
}

.bcr-dashboard .bcr-myst-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.bcr-dashboard .bcr-myst-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 187, 58, 0.45);
  animation: bcrMystParticleFloat linear infinite;
}

.bcr-dashboard .bcr-myst-scene {
  position: relative;
  width: 100%;
  max-width: 700px;
  min-height: 520px;
  display: grid;
  place-items: center;
  perspective: 1400px;
  z-index: 2;
}

.bcr-dashboard .bcr-myst-floor-glow {
  position: absolute;
  bottom: 84px;
  width: 420px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 187, 58, 0.18) 0%, rgba(255, 187, 58, 0.07) 40%, rgba(255,255,255,0) 75%);
  filter: blur(10px);
}

.bcr-dashboard .bcr-myst-shadow {
  position: absolute;
  bottom: 116px;
  width: 250px;
  height: 55px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0.08) 45%, rgba(0,0,0,0) 72%);
  filter: blur(10px);
  animation: bcrMystShadowFloat 3.4s ease-in-out infinite;
}

.bcr-dashboard .bcr-myst-box {
  position: relative;
  width: 360px;
  height: 420px;
  transform-style: preserve-3d;
  animation: bcrMystFloat 3.4s ease-in-out infinite;
  cursor: default;
  outline: none;
  z-index: 3;
}

.bcr-dashboard .bcr-myst-box:focus-visible {
  filter: drop-shadow(0 0 0 6px rgba(255, 187, 58, 0.18));
}

.bcr-dashboard .bcr-myst-lid,
.bcr-dashboard .bcr-myst-base {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 26px;
  overflow: hidden;
}

.bcr-dashboard .bcr-myst-lid {
  top: 92px;
  width: 296px;
  height: 88px;
  transform-origin: 50% 100%;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0) 24%),
    linear-gradient(145deg, #ffdf8f 0%, #ffbf42 50%, #dd9804 100%);
  box-shadow:
    0 20px 34px rgba(255, 187, 58, 0.24),
    inset 0 2px 0 rgba(255,255,255,0.72),
    inset 0 -8px 14px rgba(0,0,0,0.12);
  z-index: 6;
}

.bcr-dashboard .bcr-myst-base {
  top: 170px;
  width: 278px;
  height: 180px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 28%),
    linear-gradient(145deg, #ffd66f 0%, #ffbb3a 48%, #e8a108 100%);
  box-shadow:
    0 28px 60px rgba(255, 187, 58, 0.22),
    inset 0 2px 0 rgba(255,255,255,0.75),
    inset 0 -12px 18px rgba(0,0,0,0.11);
  z-index: 4;
}

.bcr-dashboard .bcr-myst-lid::before,
.bcr-dashboard .bcr-myst-base::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.18);
  pointer-events: none;
}

.bcr-dashboard .bcr-myst-lid::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), transparent);
  opacity: 0.4;
}

.bcr-dashboard .bcr-myst-ribbon-h,
.bcr-dashboard .bcr-myst-ribbon-v {
  position: absolute;
  background: linear-gradient(180deg, rgba(255,255,255,0.52), rgba(255,255,255,0.14));
  z-index: 2;
}

.bcr-dashboard .bcr-myst-ribbon-h {
  top: 50%;
  left: 0;
  width: 100%;
  height: 12px;
  transform: translateY(-50%);
}

.bcr-dashboard .bcr-myst-ribbon-v {
  top: 0;
  left: 50%;
  width: 12px;
  height: 100%;
  transform: translateX(-50%);
}

.bcr-dashboard .bcr-myst-lid-highlight,
.bcr-dashboard .bcr-myst-base-highlight {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.08) 18%, rgba(255,255,255,0) 38%);
  pointer-events: none;
  z-index: 1;
}

.bcr-dashboard .bcr-myst-lid-shine,
.bcr-dashboard .bcr-myst-base-shine {
  position: absolute;
  top: 0;
  left: -68%;
  width: 44%;
  height: 100%;
  transform: skewX(-24deg);
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255,255,255,0.04) 20%,
    rgba(255,255,255,0.58) 50%,
    rgba(255,255,255,0.08) 80%,
    transparent 100%
  );
  z-index: 3;
}

.bcr-dashboard .bcr-myst-lid-shine {
  animation: bcrMystSweep 3s linear infinite;
}

.bcr-dashboard .bcr-myst-base-shine {
  animation: bcrMystSweep 3.6s linear infinite;
}

.bcr-dashboard .bcr-myst-question {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 100px;
  font-weight: 900;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 10px 20px rgba(0,0,0,0.1);
  z-index: 1;
}

.bcr-dashboard .bcr-myst-inner-glow {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%) scale(0.45);
  width: 140px;
  height: 36px;
  background: radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0) 72%);
  filter: blur(9px);
  opacity: 0.34;
  z-index: 5;
  animation: bcrMystInnerPulse 2.8s ease-in-out infinite;
}

.bcr-dashboard .bcr-myst-reward {
  position: absolute;
  left: 50%;
  top: 122px;
  transform: translateX(-50%) translateY(100px) scale(0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.bcr-dashboard .bcr-myst-reward-card {
  width: 340px;
  padding: 26px;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,249,238,0.96) 100%);
  border: 1px solid rgba(255, 187, 58, 0.24);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.14),
    0 0 0 8px rgba(255,255,255,0.24);
  backdrop-filter: blur(14px);
}

.bcr-dashboard .bcr-myst-pill {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 187, 58, 0.14);
  border: 1px solid rgba(255, 187, 58, 0.22);
  color: #a06a00;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.bcr-dashboard .bcr-myst-reward-icon {
  font-size: 34px;
  margin-bottom: 10px;
}

.bcr-dashboard .bcr-myst-reward-card h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.08;
  color: #1a1a1a;
}

.bcr-dashboard .bcr-myst-reward-card p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #666666;
}

.bcr-dashboard .bcr-myst-coupon-row {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.bcr-dashboard .bcr-myst-coupon-row.is-hidden {
  display: none;
}

.bcr-dashboard .bcr-myst-coupon {
  flex: 1;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff8e5 0%, #fff 100%);
  border: 1px dashed rgba(255, 187, 58, 0.8);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.bcr-dashboard .bcr-myst-copy-btn {
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffbb3a;
  color: #1a1a1a;
  box-shadow: 0 12px 24px rgba(255, 187, 58, 0.24);
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.bcr-dashboard .bcr-myst-claim-btn {
  width: 100%;
  padding: 15px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd66f 0%, #ffbb3a 48%, #eea60b 100%);
  color: #1a1a1a;
  box-shadow: 0 18px 34px rgba(255, 187, 58, 0.24);
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.bcr-dashboard .bcr-myst-flash {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.98) 0%, rgba(255,187,58,0.78) 36%, rgba(255,187,58,0) 72%);
  opacity: 0;
  transform: scale(0.24);
  filter: blur(10px);
  z-index: 1;
  pointer-events: none;
}

.bcr-dashboard .bcr-myst-confetti {
  position: absolute;
  width: 10px;
  height: 20px;
  border-radius: 4px;
  pointer-events: none;
  z-index: 15;
  animation: bcrMystConfetti 1.6s ease-out forwards;
}

.bcr-dashboard .bcr-myst-box:hover:not(.is-opened):not(.is-suspense) .bcr-myst-lid,
.bcr-dashboard .bcr-myst-box:focus-visible:not(.is-opened):not(.is-suspense) .bcr-myst-lid {
  transform: translateX(-50%) translateY(-4px);
}

.bcr-dashboard .bcr-myst-box:hover:not(.is-opened):not(.is-suspense) .bcr-myst-base,
.bcr-dashboard .bcr-myst-box:focus-visible:not(.is-opened):not(.is-suspense) .bcr-myst-base {
  transform: translateX(-50%) translateY(-2px);
}

.bcr-dashboard .bcr-myst-box:hover:not(.is-opened):not(.is-suspense) .bcr-myst-inner-glow,
.bcr-dashboard .bcr-myst-box:focus-visible:not(.is-opened):not(.is-suspense) .bcr-myst-inner-glow {
  opacity: 0.55;
}

.bcr-dashboard .bcr-myst-box.is-suspense,
.bcr-dashboard .bcr-myst-box.is-opened {
  animation: none;
}

.bcr-dashboard .bcr-myst-box.is-suspense .bcr-myst-inner-glow {
  animation: bcrMystSuspenseGlow 0.9s ease-in-out infinite;
}

.bcr-dashboard .bcr-myst-box.is-suspense .bcr-myst-base,
.bcr-dashboard .bcr-myst-box.is-suspense .bcr-myst-lid {
  animation: bcrMystSuspenseShake 0.45s ease-in-out infinite;
}

.bcr-dashboard .bcr-myst-box.is-opened .bcr-myst-lid {
  animation: bcrMystLidOpen 1s cubic-bezier(.22,.88,.2,1) forwards;
}

.bcr-dashboard .bcr-myst-box.is-opened .bcr-myst-inner-glow {
  animation: bcrMystGlowBurst 1.15s ease-out forwards;
}

.bcr-dashboard .bcr-myst-box.is-opened .bcr-myst-reward {
  animation: bcrMystRewardRise 1s 0.9s cubic-bezier(.22,.82,.2,1) forwards;
}

.bcr-dashboard .bcr-myst-scene.is-opened .bcr-myst-flash {
  animation: bcrMystFlash 0.8s 0.45s ease-out forwards;
}

.bcr-dashboard .bcr-myst-intro {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  text-align: center;
}

.bcr-dashboard .bcr-myst-intro h2 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.08;
}

.bcr-dashboard .bcr-myst-intro p {
  max-width: 540px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
}

@keyframes bcrMystFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes bcrMystShadowFloat {
  0%, 100% { transform: scale(1); opacity: 0.22; }
  50% { transform: scale(0.92); opacity: 0.15; }
}

@keyframes bcrMystSweep {
  0% { left: -68%; }
  100% { left: 126%; }
}

@keyframes bcrMystInnerPulse {
  0%, 100% {
    opacity: 0.28;
    transform: translateX(-50%) scale(0.42);
  }
  50% {
    opacity: 0.46;
    transform: translateX(-50%) scale(0.62);
  }
}

@keyframes bcrMystSuspenseGlow {
  0%, 100% {
    opacity: 0.35;
    transform: translateX(-50%) scale(0.5);
  }
  50% {
    opacity: 0.9;
    transform: translateX(-50%) scale(0.95);
  }
}

@keyframes bcrMystSuspenseShake {
  0%, 100% {
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }
  25% {
    transform: translateX(calc(-50% - 1px)) translateY(-1px) rotate(-1deg);
  }
  50% {
    transform: translateX(calc(-50% + 1px)) translateY(0) rotate(1deg);
  }
  75% {
    transform: translateX(calc(-50% - 1px)) translateY(1px) rotate(-0.8deg);
  }
}

@keyframes bcrMystLidOpen {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0deg);
  }
  35% {
    transform: translateX(-50%) translateY(-16px) rotate(-4deg);
  }
  65% {
    transform: translateX(-52%) translateY(-70px) rotate(-16deg);
  }
  100% {
    transform: translateX(-56%) translateY(-130px) rotate(-28deg);
  }
}

@keyframes bcrMystGlowBurst {
  0% {
    opacity: 0.3;
    transform: translateX(-50%) scale(0.45);
  }
  30% {
    opacity: 1;
    transform: translateX(-50%) scale(1.55);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(2.35);
  }
}

@keyframes bcrMystRewardRise {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(100px) scale(0.6);
    filter: blur(8px);
  }
  60% {
    opacity: 1;
    transform: translateX(-50%) translateY(-18px) scale(1.04);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
    filter: blur(0);
    pointer-events: auto;
  }
}

@keyframes bcrMystFlash {
  0% {
    opacity: 0;
    transform: scale(0.24);
  }
  38% {
    opacity: 1;
    transform: scale(1.18);
  }
  100% {
    opacity: 0;
    transform: scale(1.85);
  }
}

@keyframes bcrMystParticleFloat {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  18% {
    opacity: 0.4;
  }
  100% {
    transform: translateY(-120vh) scale(0.25);
    opacity: 0;
  }
}

@keyframes bcrMystConfetti {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(var(--x), var(--y)) rotate(var(--r)) scale(0.75);
  }
}

@media (max-width: 768px) {
  .bcr-dashboard .spinwheel-pro__card {
    min-height: 500px;
    padding: 22px 14px 18px;
  }

  .bcr-dashboard .spinwheel-pro__stage {
    width: 320px;
    height: 320px;
    margin-top: 28px;
  }

  .bcr-dashboard .spinwheel-pro__button {
    width: 86px;
    height: 86px;
  }

  .bcr-dashboard .spinwheel-pro__button span {
    font-size: 14px;
  }

  .bcr-dashboard .spinwheel-pro__label {
    font-size: 12px;
  }

  .bcr-dashboard .bcr-mystery-shell {
    min-height: 560px;
    padding: 18px 14px 10px;
  }

  .bcr-dashboard .bcr-myst-scene {
    min-height: 460px;
  }

  .bcr-dashboard .bcr-myst-box {
    transform: scale(0.9);
  }

  .bcr-dashboard .bcr-myst-intro h2 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .bcr-dashboard .bcr-box-wrap {
    max-width: 100%;
  }

  .bcr-dashboard .bcr-box-wrap,
  .bcr-dashboard .bcr-mystery-shell {
    overflow-x: hidden;
  }

  .bcr-dashboard .bcr-mystery-shell {
    min-height: 650px;
    padding: 12px 8px 30px;
    width: 100%;
    overflow: hidden;
  }

  .bcr-dashboard .bcr-myst-scene {
    min-height: 390px;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .bcr-dashboard .bcr-myst-box {
    width: 100%;
    max-width: 260px;
    height: 300px;
    margin: 0 auto;
    transform: none;
    z-index: 3;
  }

  .bcr-dashboard .bcr-myst-lid {
    top: 72px;
    width: 214px;
    height: 66px;
  }

  .bcr-dashboard .bcr-myst-base {
    top: 130px;
    width: 202px;
    height: 132px;
  }

  .bcr-dashboard .bcr-myst-question {
    font-size: 72px;
  }

  .bcr-dashboard .bcr-myst-inner-glow {
    width: 96px;
    height: 26px;
    top: -6px;
  }

  .bcr-dashboard .bcr-myst-floor-glow {
    width: 220px;
    height: 80px;
    bottom: 58px;
  }

  .bcr-dashboard .bcr-myst-shadow {
    bottom: 76px;
    width: 150px;
    height: 40px;
  }

  .bcr-dashboard .bcr-myst-reward {
    top: 92px;
    width: 100%;
    max-width: 230px;
    z-index: 10;
  }

  .bcr-dashboard .bcr-myst-reward-card {
    width: 100%;
    padding: 16px;
    border-radius: 22px;
  }

  .bcr-dashboard .bcr-myst-pill {
    font-size: 10px;
    padding: 7px 12px;
    margin-bottom: 10px;
  }

  .bcr-dashboard .bcr-myst-reward-icon {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .bcr-dashboard .bcr-myst-reward-card h3 {
    font-size: 16px;
    line-height: 1.15;
    margin-bottom: 6px;
  }

  .bcr-dashboard .bcr-myst-reward-card p {
    font-size: 11px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .bcr-dashboard .bcr-myst-coupon-row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
  }

  .bcr-dashboard .bcr-myst-coupon {
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.04em;
  }

  .bcr-dashboard .bcr-myst-copy-btn,
  .bcr-dashboard .bcr-myst-claim-btn {
    width: 100%;
    padding: 11px 12px;
    font-size: 12px;
  }

  .bcr-dashboard .bcr-myst-intro {
    position: relative;
    z-index: 1;
    margin-top: 26px;
    padding: 0 8px;
  }

  .bcr-dashboard .bcr-myst-intro h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .bcr-dashboard .bcr-myst-intro p {
    font-size: 11px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .bcr-dashboard .spinwheel-pro__card {
    min-height: 140px;
    padding: 18px 10px 18px;
    border-radius: 18px;
  }

  .bcr-dashboard .spinwheel-pro__stage {
    width: 280px;
    height: 280px;
    margin-top: 22px;
  }

  .bcr-dashboard .spinwheel-pro__pointer {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 22px;
  }

  .bcr-dashboard .spinwheel-pro__button {
    width: 76px;
    height: 76px;
    border-width: 6px;
  }

  .bcr-dashboard .spinwheel-pro__button span {
    font-size: 13px;
  }

  .bcr-dashboard .spinwheel-pro__label {
    font-size: 11px;
  }

  .bcr-dashboard .spinwheel-pro__result {
    font-size: 14px;
  }
}