.dcpc-paywall {
  margin: 2.5rem 0;
}

.dcpc-paid-slot {
  max-width: 100%;
  overflow-x: auto;
  overflow-wrap: anywhere;
}

.dcpc-paid-slot img,
.dcpc-paid-slot video,
.dcpc-paid-slot canvas,
.dcpc-paid-slot svg,
.dcpc-paid-slot iframe {
  max-width: 100%;
}

.dcpc-paid-slot iframe {
  box-sizing: border-box;
}

.dcpc-paid-slot img,
.dcpc-paid-slot video,
.dcpc-paid-slot canvas,
.dcpc-paid-slot svg {
  height: auto;
}

.dcpc-locked {
  border: 1px solid #ded9cf;
  border-radius: 16px;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background: #fffdf8;
  text-align: center;
}

.dcpc-blur-preview {
  position: relative;
  overflow: hidden;
  margin: -0.25rem 0 1.5rem;
  padding: 0.25rem 0;
  filter: blur(4px);
  opacity: 0.35;
}

.dcpc-blur-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, #fffdf8);
}

.dcpc-blur-preview span {
  display: block;
  height: 0.75rem;
  margin: 0.65rem auto;
  border-radius: 99px;
  background: #6e6a62;
}

.dcpc-blur-preview span:nth-child(1) { width: 96%; }
.dcpc-blur-preview span:nth-child(2) { width: 88%; }
.dcpc-blur-preview span:nth-child(3) { width: 92%; }
.dcpc-blur-preview span:nth-child(4) { width: 72%; }

.dcpc-buy-button,
.dcpc-recovery button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: #1e5c45;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.dcpc-recovery {
  margin-top: 1.25rem;
}

.dcpc-recovery form {
  max-width: 30rem;
  margin: 1rem auto 0;
}

.dcpc-recovery label,
.dcpc-recovery input {
  display: block;
  width: 100%;
}

.dcpc-recovery input {
  box-sizing: border-box;
  margin: 0.5rem 0 1rem;
  padding: 0.75rem;
}

.dcpc-recovery-message {
  min-height: 1.5em;
}

.dcpc-paid-slot[hidden],
.dcpc-locked[hidden] {
  display: none !important;
}
