/* Help Center article typography */
.help-prose h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
}
.help-prose h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
}
.help-prose p,
.help-prose ul,
.help-prose ol,
.help-prose table {
  margin-bottom: 1rem;
  color: #334155;
  line-height: 1.7;
}
.help-prose ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.help-prose ol {
  list-style: decimal;
  padding-left: 1.25rem;
}
.help-prose a {
  color: #4f46e5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.help-prose strong {
  color: #0f172a;
  font-weight: 600;
}
.help-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.925rem;
  overflow-x: auto;
  display: block;
}
.help-prose th,
.help-prose td {
  border: 1px solid #e2e8f0;
  padding: 0.55rem 0.75rem;
  text-align: left;
}
.help-prose th {
  background: #f8fafc;
  font-weight: 600;
}
.help-prose blockquote {
  border-left: 3px solid #c7d2fe;
  padding-left: 1rem;
  color: #475569;
  margin: 1rem 0;
}
.help-prose code {
  font-size: 0.875em;
  background: #f1f5f9;
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
}
