.page-prose h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  font-family: Poppins, system-ui, sans-serif;
}
.page-prose ol.help-steps {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
  counter-reset: help-step;
}
.page-prose ol.help-steps > li {
  counter-increment: help-step;
  position: relative;
  padding-left: 2.75rem;
  margin-bottom: 1rem;
}
.page-prose ol.help-steps > li::before {
  content: counter(help-step);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 0.8125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help-tip {
  margin: 1.25rem 0;
  padding: 1rem 1.125rem;
  border-radius: 0.75rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.help-tip strong {
  color: #1e3a8a;
}
.help-related {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.help-related ul {
  margin-top: 0.5rem;
}
.help-nav-active {
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 600;
}
