.e-service-form-wrap {
  max-width: 760px;
  margin: 20px auto;
  border: 1px solid #dcdcde;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}

.e-service-form-wrap h2 {
  margin-top: 0;
}

.e-field {
  margin-bottom: 14px;
}

.e-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.e-field input[type="text"],
.e-field input[type="date"],
.e-field input[type="file"],
.e-field textarea,
.e-field select {
  width: 100%;
  border: 1px solid #c3c4c7;
  border-radius: 6px;
  padding: 9px 10px;
  box-sizing: border-box;
}

.e-field textarea {
  min-height: 100px;
  resize: vertical;
}

.e-field-description {
  background: #f6f7f7;
  border-left: 4px solid #2271b1;
  padding: 10px 12px;
  border-radius: 4px;
  line-height: 1.55;
}

.e-field-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.e-wizard-step {
  display: none;
}

.e-wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.e-wizard-actions button {
  border: 0;
  border-radius: 6px;
  background: #2271b1;
  color: #fff;
  padding: 9px 14px;
  cursor: pointer;
}

.e-wizard-actions .e-reset {
  background: #8c8f94;
}

.e-wizard-actions .e-prev {
  background: #3c434a;
}

.e-service-message {
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 12px;
  background: #f0f6fc;
}

.e-service-message.e-success {
  background: #ecf7ed;
  color: #0f5132;
}

.e-thai-date-label {
  display: block;
  margin-top: 6px;
  color: #50575e;
  font-size: 12px;
}

@media (max-width: 768px) {
  .e-service-form-wrap {
    margin: 10px;
    padding: 12px;
  }
  .e-wizard-actions button {
    flex: 1 1 auto;
  }
}
