.simplefaq-wrapper {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.simplefaq-question {
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.simplefaq-question .icon {
    width: 20px;
    margin-right: 8px;
    text-align: center;
    font-size: 18px;
}

.simplefaq-answer {
    margin: 5px 0 15px 28px;
}
