.pscpp-no-scroll {
  overflow: hidden;
}

.pscpp-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.55);
  z-index: 99999;
}

.pscpp-overlay.is-visible {
  display: flex;
}

.pscpp-popup {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.pscpp-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.95);
}

.pscpp-image-wrap {
  width: 100%;
}

.pscpp-image {
  display: block;
  width: 100%;
  height: auto;
}

.pscpp-content {
  padding: 24px;
  text-align: center;
}

.pscpp-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
}

.pscpp-text {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.5;
}

.pscpp-coupon-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pscpp-coupon-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  border: 2px dashed #222;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.pscpp-copy-btn {
  min-height: 46px;
  padding: 10px 18px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  background: #111;
  color: #fff;
}

.pscpp-copy-btn.is-copied {
  opacity: 0.9;
}

.pscpp-feedback {
  min-height: 24px;
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .pscpp-popup {
    max-width: 100%;
  }

  .pscpp-content {
    padding: 18px;
  }

  .pscpp-title {
    font-size: 22px;
  }

  .pscpp-coupon-box {
    flex-direction: column;
  }

  .pscpp-coupon-code,
  .pscpp-copy-btn {
    width: 100%;
  }
}
