.afk-faq-accordion {
    margin: 20px 0;
}
.afk-faq-item {
    border-bottom: 1px solid #ddd;
}
.afk-faq-question {
    width: 100%;
    text-align: left;
    padding: 15px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    outline: none;
}
.afk-faq-question:hover {
    background: #f1f1f1;
}
.afk-faq-answer {
    padding: 15px;
    background: #fff;
}