.psd-warranty-registration {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #fff;
  color: #111;
}

.psd-warranty-registration h2 {
  margin-bottom: 20px;
}

.psd-warranty-registration input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.psd-warranty-registration button {
  height: 48px;
  padding: 0 20px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
}

#psd-warranty-result {
  margin-top: 25px;
}

.psd-warranty-registration label,
.psd-warranty-registration p,
.psd-warranty-registration h2,
#psd-warranty-result {
  color: #111;
}

.psd-warranty-registration input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #111;
  background: #fff;
}

.psd-success-card {
  background: #f6fff7;

  border: 1px solid #d8f0dc;

  border-radius: 16px;

  padding: 24px;

  margin-top: 20px;
}

.psd-success-card h3 {
  color: #0f8a3e;

  margin-bottom: 20px;
}

.psd-success-card p {
  margin-bottom: 10px;
}

.psd-device-image {
  text-align: center;
  margin-bottom: 20px;
}

.psd-device-image img {
  max-width: 200px;
  border-radius: 12px;
}
