.main-content .group\/button {
  border-radius: 20px !important;
  filter: none !important;
}

.main-content .group\/button > .absolute,
.main-content .group\/button > .absolute > .absolute {
  display: none !important;
}

.main-content .btn,
.main-content button.btn {
  min-height: 64px !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #20c86a 0%, #16a34a 48%, #0d7f3d 100%) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(6, 95, 70, 0.34) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 1px 1px rgba(5, 46, 22, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease !important;
}

.main-content .btn:hover,
.main-content button.btn:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #29d979 0%, #19b958 48%, #0f8f46 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(6, 95, 70, 0.3) !important;
  transform: translateY(-1px);
}

.main-content .btn:active,
.main-content button.btn:active {
  transform: translateY(0) scale(0.992);
}

.main-content .premium-pulse-cta {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  animation: premiumCtaBlink 1.45s ease-in-out infinite !important;
}

.main-content .premium-pulse-shell {
  position: relative !important;
  isolation: isolate;
  border-radius: 22px !important;
}

.main-content .premium-pulse-shell::before {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: 0;
  border: 2px solid rgba(34, 197, 94, 0.52);
  border-radius: 24px;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  animation: premiumCtaHalo 1.28s ease-in-out infinite;
}

.main-content .premium-pulse-shell > * {
  position: relative;
  z-index: 1;
}

.main-content .premium-pulse-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    transparent 0%,
    transparent 32%,
    rgba(255, 255, 255, 0.36) 45%,
    rgba(255, 255, 255, 0.68) 50%,
    rgba(255, 255, 255, 0.32) 55%,
    transparent 68%,
    transparent 100%
  );
  opacity: 0;
  pointer-events: none;
  transform: translateX(-130%);
  animation: premiumCtaSweep 2.15s ease-in-out infinite;
}

.main-content .premium-pulse-cta > * {
  position: relative;
  z-index: 2;
}

.main-content .premium-buy-redirect {
  touch-action: manipulation;
}

.main-content [id^="pulse"] {
  display: none !important;
  border-radius: 22px !important;
  background: #16a34a !important;
}

@supports selector(:has(*)) {
  .main-content button:not(.btn):has(.option-wrap) {
    overflow: hidden !important;
    border: 1px solid rgba(22, 163, 74, 0.18) !important;
    border-radius: 18px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 244, 0.82)),
      #ffffff !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    transition:
      transform 0.18s ease,
      box-shadow 0.18s ease,
      border-color 0.18s ease !important;
  }

  .main-content button:not(.btn):has(.option-wrap):hover {
    border-color: rgba(22, 163, 74, 0.42) !important;
    box-shadow:
      0 0 0 2px rgba(22, 163, 74, 0.07) !important;
    transform: translateY(-1px);
  }

  .main-content .group\/item.active button:not(.btn):has(.option-wrap),
  .main-content button:not(.btn):has(.option-wrap):focus-visible {
    border-color: rgba(22, 163, 74, 0.64) !important;
    background:
      linear-gradient(180deg, rgba(236, 253, 245, 1), rgba(220, 252, 231, 0.9)),
      #ffffff !important;
    box-shadow:
      0 0 0 2px rgba(22, 163, 74, 0.1) !important;
    outline: none !important;
  }

  .main-content .option-wrap {
    color: #06130b !important;
  }
}

@keyframes premiumCtaBlink {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  42% {
    transform: translateY(-1px) scale(1.018);
  }

  68% {
    transform: translateY(0) scale(1.006);
  }
}

@keyframes premiumCtaHalo {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.985);
  }

  42% {
    opacity: 0.78;
    transform: scale(1.025);
  }

  72% {
    opacity: 0;
    transform: scale(1.06);
  }
}

@keyframes premiumCtaSweep {
  0% {
    opacity: 0;
    transform: translateX(-130%);
  }

  34% {
    opacity: 0;
    transform: translateX(-130%);
  }

  50% {
    opacity: 1;
  }

  66% {
    opacity: 0;
    transform: translateX(130%);
  }

  100% {
    opacity: 0;
    transform: translateX(130%);
  }
}
