.form-control {
    padding: 2px 1rem;
}

* 高暴露表单 - 科学美观的专业临床样式 */
.he-form-wrapper { max-width: 1200px; margin: 0 auto; }
.he-form-wrapper .card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(13, 148, 136, 0.06);
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.he-form-wrapper .card:hover { box-shadow: 0 4px 20px rgba(13, 148, 136, 0.1); }
.he-form-wrapper .card-header {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  color: #fff !important;
  border: none;
  padding: 1rem 1.25rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.he-form-wrapper .card-header .card-title {
  font-size: 1.05rem;
  margin: 0;
  font-weight: 600;
}
.he-form-wrapper .card-header .card-subtitle {
  font-size: 0.8rem;
  opacity: 0.92;
  margin-top: 0.25rem;
  font-weight: 400;
}
.he-form-wrapper .card-body { padding: 1.5rem 1.75rem; }
.he-form-wrapper .form-label {
  font-weight: 500;
  color: #334155;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.he-form-wrapper .form-label.small { font-size: 0.82rem; color: #64748b; }
.he-form-wrapper .form-control, .he-form-wrapper .form-select {
  border-radius: 6px;
  border-color: #cbd5e1;
  font-size: 0.9rem;
}
.he-form-wrapper .form-control:focus, .he-form-wrapper .form-select:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.he-form-wrapper .form-check-input:checked {
  background-color: #0d9488;
  border-color: #0d9488;
}
.he-form-wrapper .form-check-label { font-size: 0.9rem; color: #475569; }
.he-form-wrapper .input-group-text {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #64748b;
  font-size: 0.85rem;
}
.he-form-wrapper .he-section-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
  color: #0f766e;
  font-weight: 600;
  font-size: 0.95rem;
}
.he-form-wrapper .he-section-header:first-child { margin-top: 0; }
.he-form-wrapper .he-section-header::before {
  content: '';
  width: 4px;
  height: 1.1em;
  background: linear-gradient(180deg, #0d9488, #14b8a6);
  border-radius: 2px;
}
.he-form-wrapper .he-sample-header {
  background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
  border: 1px solid #99f6e4;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}
.he-form-wrapper .he-field-group {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.he-form-wrapper .he-field-group:last-child { border-bottom: none; }
.he-form-wrapper .he-occupation-item {
  padding: 1rem;
  background: #f8fafc;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  border: 1px solid #e2e8f0;
}
.he-form-wrapper .he-occupation-detail {
  margin-top: 0.75rem;
  margin-left: 1.5rem;
  padding: 0.75rem;
  background: #fff;
  border-radius: 6px;
  border-left: 3px solid #0d9488;
}
.he-form-wrapper .travel-entry {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0.75rem;
}
.he-form-wrapper #add_travel_btn {
  border-color: #0d9488;
  color: #0d9488;
  font-weight: 500;
  border-radius: 6px;
}
.he-form-wrapper #add_travel_btn:hover {
  background: #0d9488;
  color: #fff;
  border-color: #0d9488;
}
.he-form-wrapper .btn-primary {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  border: none;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  border-radius: 6px;
}
.he-form-wrapper .btn-primary:hover {
  background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
  filter: brightness(1.05);
}
.he-form-wrapper .btn-secondary {
  border-radius: 6px;
  padding: 0.5rem 1.5rem;
}
.he-form-wrapper .text-muted { font-size: 0.8rem; color: #94a3b8 !important; }