.puk-membership-preview .puk-main {
  padding-top: 18px;
}

.puk-preview-banner {
  position: sticky;
  top: 10px;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 20px;
  padding: 12px 14px;
  border: 1px solid #9fd7b7;
  border-radius: 14px;
  background: rgba(236, 252, 243, .97);
  color: #123d28;
  box-shadow: 0 8px 24px rgba(15, 74, 44, .12);
  backdrop-filter: blur(8px);
}

.puk-preview-banner div {
  display: grid;
  gap: 2px;
}

.puk-preview-banner strong {
  font-size: .92rem;
  font-weight: 900;
}

.puk-preview-banner span {
  color: #4d6a58;
  font-size: .8rem;
  line-height: 1.4;
}

.puk-preview-banner a,
.mp-paywall__primary,
.mp-feature__primary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 10px;
  background: #22c670;
  color: #07351c;
  font-size: .82rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.puk-membership-preview a:focus-visible,
.puk-membership-preview button:focus-visible,
.puk-membership-preview summary:focus-visible,
.mp-paywall :focus-visible,
.mp-feature :focus-visible {
  outline: 3px solid rgba(34, 198, 112, .55);
  outline-offset: 3px;
}

.mp-paywall,
.mp-feature {
  width: min(520px, calc(100% - 28px));
  padding: 28px;
  border: 0;
  border-radius: 18px;
  color: #17231d;
  box-shadow: 0 28px 90px rgba(5, 30, 21, .35);
}

.mp-paywall::backdrop,
.mp-feature::backdrop {
  background: rgba(5, 24, 18, .68);
  backdrop-filter: blur(2px);
}

.mp-paywall h2,
.mp-feature h2 {
  margin: 4px 35px 10px 0;
  color: #0b3d2d;
}

.mp-paywall > p:not(.mp-paywall__eyebrow):not(.mp-paywall__price) {
  color: #607068;
  line-height: 1.55;
}

.mp-feature > p:not(.mp-feature__eyebrow) {
  color: #607068;
  line-height: 1.6;
}

.mp-paywall__eyebrow,
.mp-feature__eyebrow {
  margin: 0 0 5px;
  color: #157a5c;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mp-paywall__close,
.mp-feature__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #edf4f0;
  color: #0b3d2d;
  font-size: 1.5rem;
  cursor: pointer;
}

.mp-paywall__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 18px 0;
}

.mp-paywall__price strong {
  color: #157a5c;
  font-size: 1.8rem;
}

.mp-paywall__price span {
  color: #607068;
}

.mp-paywall ul {
  display: grid;
  gap: 7px;
  margin: 0 0 20px;
  padding-left: 20px;
  color: #607068;
  line-height: 1.5;
  text-align: left;
}

.mp-paywall li {
  display: list-item;
  margin: 0;
  padding: 0;
  list-style: disc;
  font-size: .9rem;
  font-weight: 600;
}

.mp-paywall__primary {
  width: 100%;
}

.mp-paywall__details {
  display: block;
  margin-top: 13px;
  color: #157a5c;
  font-weight: 800;
  text-align: center;
}

.mp-feature__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

.mp-feature__primary {
  min-height: 46px;
}

.mp-demo-cta-pulse {
  animation: mp-demo-cta-pulse 1.8s ease-in-out infinite;
  transform-origin: center;
}

.mp-demo-cta-pulse:hover,
.mp-demo-cta-pulse:focus-visible {
  animation-play-state: paused;
}

@keyframes mp-demo-cta-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(34, 198, 112, .42);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(34, 198, 112, 0);
    transform: scale(1.025);
  }
}

.mp-feature__secondary {
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #b9d7c6;
  border-radius: 10px;
  background: #fff;
  color: #315b44;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 620px) {
  .puk-preview-banner {
    position: relative;
    top: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .puk-preview-banner a {
    width: 100%;
  }

  .mp-paywall,
  .mp-feature {
    padding: 24px 22px;
  }

  .mp-feature__actions {
    grid-template-columns: 1fr;
  }

  .mp-feature__secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mp-demo-cta-pulse {
    animation: none !important;
  }

  .puk-membership-preview *,
  .puk-membership-preview *::before,
  .puk-membership-preview *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
