.whop-buy-now-btn {
  margin-top: 12px;
  background: #111827;
  color: #fff;
  border: 0;
  padding: 14px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
}

.whop-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.58);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whop-modal-content {
  position: relative;
  width: min(720px, 94vw);
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.whop-close-modal {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  border: 0;
  font-size: 30px;
  cursor: pointer;
}

.whop-title {
  margin: 0 0 16px;
  font-size: 22px;
}

.whop-summary {
  background: #f9fafb;
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
}

.whop-modal-content input {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
}

.whop-create-checkout {
  width: 100%;
  background: #2563eb;
  color: #fff;
  border: 0;
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 4px;
}

.whop-embed-wrap {
  margin-top: 14px;
  min-height: 120px;
}

.whop-embed-placeholder {
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  color: #64748b;
  text-align: center;
}