/* FaqItem (component) — fully scoped. */
._item_cLHRL {
    margin-bottom: 0.85rem;
    padding: 1.25rem 1.5rem;
    background: var(--surface);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    transition: all 0.2s ease;
}
._item_cLHRL:hover { border-color: var(--border-strong); }
._item_cLHRL h3 { color: var(--text-strong); margin-bottom: 0.4rem; font-size: 1rem; font-weight: 700; }
._item_cLHRL p { color: var(--text-dim); line-height: 1.65; font-size: 0.92rem; }
