/* Help Center typography styles — replaces @tailwindcss/typography prose class */

.help-content {
  color: #374151; /* gray-700 */
  line-height: 1.75;
  font-size: 1rem;
}

.help-content h2 {
  color: #111827; /* gray-900 */
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e5e7eb; /* gray-200 */
}

.help-content h2:first-child {
  margin-top: 0;
}

.help-content h3 {
  color: #1f2937; /* gray-800 */
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.help-content p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.help-content ul,
.help-content ol {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.help-content ul {
  list-style-type: disc;
}

.help-content ol {
  list-style-type: decimal;
}

.help-content li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}

.help-content li::marker {
  color: #9ca3af; /* gray-400 */
}

.help-content strong {
  color: #111827; /* gray-900 */
  font-weight: 600;
}

.help-content code {
  background-color: #f3f4f6; /* gray-100 */
  color: #dc2626; /* red-600 */
  font-size: 0.875rem;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.help-content a {
  color: #2563eb; /* blue-600 */
  text-decoration: underline;
}

.help-content a:hover {
  color: #1d4ed8; /* blue-700 */
}

.help-content blockquote {
  border-left: 4px solid #dbeafe; /* blue-100 */
  padding-left: 1rem;
  margin: 1rem 0;
  color: #6b7280; /* gray-500 */
  font-style: italic;
}
