/* style_hilfe.css - App-spezifische Styles für Hilfe */
.app#hilfe {
  padding: 18px;
  max-width: 900px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
}
.app#hilfe h1 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.app#hilfe .lead {
  color: #333;
  margin-bottom: 12px;
}
.help-section {
  margin: 14px 0 20px 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fbfbfb;
  border: 1px solid #eee;
}
.help-section h2 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
}
.help-section ul {
  margin: 6px 0 0 20px;
}
.help-section li {
  margin-bottom: 6px;
}
.help-section p {
  margin: 0 0 8px 0;
}
