.ppsc-wrap {
  display: flex;
  justify-content: center;
  padding: 30px 12px;
}

.ppsc-card {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 28px 22px;
  text-align: center;
}

.ppsc-icon {
  font-size: 34px;
  margin-bottom: 8px;
}

.ppsc-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.ppsc-sub {
  margin: 8px 0 18px;
  color: #666;
  font-size: 13px;
}

.ppsc-form {
  text-align: left;
}

.ppsc-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

.ppsc-input {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 12px 12px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}

.ppsc-btn {
  width: 100%;
  margin-top: 12px;
  background: #e60023; /* red */
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 700;
  cursor: pointer;
}

.ppsc-btn:hover {
  filter: brightness(0.95);
}

.ppsc-error {
  margin-top: 14px;
  background: #ffe9e9;
  color: #a40000;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  text-align: left;
}

.ppsc-result {
  margin-top: 16px;
  text-align: left;
}

.ppsc-open {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.ppsc-iframe {
  width: 100%;
  height: 700px;
  border: 0;
  border-radius: 10px;
}
