.webform-section {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 4px;
}
.webform-section .webform-section-title {
  color: #F26722;
  font-weight: 600;
  margin-bottom: 1rem;
}
.unit-convert-target {
  background-color: #e9ecef;
}
.unit-convert-target input {
  background-color: #e9ecef;
}
.installation-diagram-info {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.installation-diagram-info h4 {
  margin-top: 0;
  color: #856404;
}
/* Consistent field spacing */
.webform-submission-form .form-item {
  margin-bottom: 1rem;
}
