/* help.php — standalone stylesheet, same palette as printroute.css
   (#234258 ink) so this reads as the same product as the rest of the app,
   without needing the full paper-dashboard/Bootstrap stack this simple
   content page has no use for. */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Muli', 'Segoe UI', Arial, sans-serif;
  color: #333;
  background: #f4f5f6;
}

.help-shell {
  max-width: 44rem;
  margin: 1.5rem auto 3rem;
  background: #fff;
  border: 1px solid #d7dbde;
  border-radius: 8px;
  padding: 1.75rem 2rem 2.25rem;
}

.help-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #234258;
}
.help-head img { width: 2.75rem; height: auto; flex: 0 0 auto; }
.help-head-text { flex: 1 1 auto; }
.help-head h1 { margin: 0; font-size: 1.5rem; color: #234258; }
.help-meta { font-size: .85rem; color: #666; margin-top: .15rem; }
.help-back {
  flex: 0 0 auto;
  color: #234258;
  font-weight: 600;
  font-size: .88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .3em;
  white-space: nowrap;
}
.help-back:hover, .help-back:focus { text-decoration: underline; }

.help-section { margin-bottom: 1.75rem; }
.help-section:last-child { margin-bottom: 0; }
.help-section h2 {
  font-size: 1.05rem;
  color: #234258;
  margin: 0 0 .5rem;
}
.help-section p { margin: 0 0 .5rem; line-height: 1.55; }
.help-section ul { margin: 0; padding-left: 1.25rem; }
.help-section li { margin-bottom: .5rem; line-height: 1.5; }
.help-section li:last-child { margin-bottom: 0; }

@media (max-width: 480px) {
  .help-shell { margin: 0; border: none; border-radius: 0; padding: 1.25rem 1rem 2rem; }
  .help-head { flex-wrap: wrap; }
}
