/* Plugin styles here */
.pyp-electricity-fields,
#pyp-shortcode-form {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  max-width: 500px;
  border-radius: 8px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

.pyp-electricity-fields label,
#pyp-shortcode-form label {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333;
}

.pyp-electricity-fields input,
.pyp-electricity-fields select,
#pyp-shortcode-form input,
#pyp-shortcode-form select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

#pyp-shortcode-form button {
  background: #0073aa;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}

#pyp-shortcode-form button:hover {
  background: #005f8d;
}

#pyp-result {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .pyp-electricity-fields,
  #pyp-shortcode-form {
    padding: 15px;
  }
}
