.faq-section {
    margin-top: 2em;
    border-top: 1px solid #eee;
    padding-top: 2em;
}

.faq-section-title {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.faq-item {
    margin-bottom: 1.5em;
}

.faq-question {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 0.5em;
    cursor: pointer;
}

.faq-answer {
    display: none;
    padding-left: 1em;
    border-left: 2px solid #eee;
}
