.faqs__list {
    margin: 0;
    padding: 0;
}

.faqs__item {
    border-bottom: 1px solid var(--color-border);
    padding: 1rem 0;
}

.faqs__item:last-child { border-bottom: none; }

.faqs__question {
    font-weight: 600;
    font-size: var(--text-base);
    margin-bottom: .4rem;
}

.faqs__answer {
    margin: 0;
    color: var(--color-text-muted);
    font-size: var(--text-sm);
    line-height: 1.6;
}
