.question-chevron::before {
    content: '▼';
}

.question-chevron.open::before {
    content: '▲';
}

.faq-question {
    border: none;
    border-bottom: 1px solid #ccc;
}

.faq-answer {
    background-color: #efefef;
}