/* 公共骨架见 static-page.css；本文件仅放帮助中心页差异样式 */
.faq-list { display: flex; flex-direction: column; gap: 16px; }
.faq-item { background: var(--fb-card-bg); border: 1px solid var(--fb-border); border-radius: 12px; padding: 24px; }
.faq-item h3 { font-size: 1.1rem; font-weight: 600; color: var(--fb-heading); margin-bottom: 12px; }
.faq-item p { color: var(--fb-text); line-height: 1.7; }
.faq-item ul { color: var(--fb-text); line-height: 1.7; margin: 8px 0 8px 1.2em; padding: 0; }
.faq-item ul li { margin-bottom: 6px; }

.contact-section { background: var(--fb-card-bg); border-radius: 16px; padding: 40px; border: 1px solid var(--fb-border); text-align: center; }
.contact-section p { margin-bottom: 12px; color: var(--fb-text); }
