/* steckbrief.css - Kompakte Steckbrief-Darstellung */
.steckbrief {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  background: white;
}

.steckbrief-header {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.75rem;
}

.steckbrief-header h1 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.header-meta {
  display: flex;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #666;
}

.type-badge {
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 500;
  color: white;
}

.type-badge.ki_dienst { background: #2563eb; }
.type-badge.ki_projekt { background: #059669; }
.type-badge.ki_handreichung { background: #d97706; }

.content-section {
  margin-bottom: 1rem;
}

.content-section h2 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.inline-list li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #f8f8f8;
  list-style: none;
}
