/* Scoped styles for legacy HTML blobs inside extended FAQ (from static export). */
.HelpCenterExtendedFaq_wrap__AFpIu .feature-list {
  list-style: none;
  margin: 0.625rem 0;
  padding: 0;
}

.HelpCenterExtendedFaq_wrap__AFpIu .feature-list li {
  align-items: flex-start;
  color: var(--text-secondary, #475467);
  display: flex;
  font-size: 0.875rem;
  gap: 0.5rem;
  padding: 0.25rem 0;
}

.HelpCenterExtendedFaq_wrap__AFpIu .feature-list li::before {
  color: var(--brand-success, #31e085);
  content: '✓';
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 0.125rem;
}

.HelpCenterExtendedFaq_wrap__AFpIu .step-list {
  counter-reset: steps;
  list-style: none;
  margin: 0.625rem 0;
  padding: 0;
}

.HelpCenterExtendedFaq_wrap__AFpIu .step-list li {
  align-items: flex-start;
  color: var(--text-secondary, #475467);
  counter-increment: steps;
  display: flex;
  font-size: 0.875rem;
  gap: 0.75rem;
  padding: 0.375rem 0;
}

.HelpCenterExtendedFaq_wrap__AFpIu .step-list li::before {
  align-items: center;
  background: var(--brand-primary, #425dff);
  border-radius: 9999px;
  color: #fff;
  content: counter(steps);
  display: flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  height: 1.5rem;
  justify-content: center;
  margin-top: 0.125rem;
  min-width: 1.5rem;
}

.HelpCenterExtendedFaq_wrap__AFpIu .pricing-table {
  border: 1px solid var(--border-primary, #eaecf0);
  border-collapse: collapse;
  border-radius: 8px;
  font-size: 0.8125rem;
  margin: 0.875rem 0;
  overflow: hidden;
  width: 100%;
}

.HelpCenterExtendedFaq_wrap__AFpIu .pricing-table th {
  background: var(--brand-primary, #425dff);
  color: #fff;
  font-weight: 500;
  padding: 0.625rem 0.875rem;
  text-align: left;
}

.HelpCenterExtendedFaq_wrap__AFpIu .pricing-table td {
  border-bottom: 1px solid var(--border-primary, #eaecf0);
  color: var(--text-secondary, #475467);
  padding: 0.5rem 0.875rem;
}

.HelpCenterExtendedFaq_wrap__AFpIu .pricing-table tr:last-child td {
  border-bottom: none;
}

.HelpCenterExtendedFaq_wrap__AFpIu .pricing-table tr:nth-child(even) td {
  background: var(--bg-page, #f9fafb);
}

.HelpCenterExtendedFaq_wrap__AFpIu .pricing-table td:first-child {
  color: var(--text-primary, #101828);
  font-weight: 500;
}

.HelpCenterExtendedFaq_wrap__AFpIu .accordion-body a {
  color: var(--brand-primary, #425dff);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.HelpCenterExtendedFaq_wrap__AFpIu .accordion-body strong {
  color: var(--text-primary, #101828);
  font-weight: 600;
}

.HelpCenterExtendedFaq_wrap__AFpIu .accordion-body p {
  margin-bottom: 0.625rem;
}

.HelpCenterExtendedFaq_wrap__AFpIu .accordion-body p:last-child {
  margin-bottom: 0;
}

.HelpCenterExtendedFaq_wrap__AFpIu .accordion-body ol,
.HelpCenterExtendedFaq_wrap__AFpIu .accordion-body ul:not(.feature-list) {
  margin: 0.625rem 0;
  padding-left: 1.25rem;
}

.HelpCenterExtendedFaq_wrap__AFpIu .accordion-body li {
  margin-bottom: 0.375rem;
}

