.nyptt-container {
  padding: 20px;
  background: #0c243b;
  color: white;
  max-width: 600px;
  border-radius: 10px;
}
.nyptt-container input, .nyptt-container select {
  width: 100%; padding: 10px; margin: 10px 0;
}
#nyptt-btn {
  background: #12c48b; border: none; padding: 12px; width: 100%;
  color: white; cursor: pointer; border-radius: 8px;
}
#nyptt-result { margin-top: 20px; font-size: 20px; }
