div.qaccordion .acc-header,
div.qaccordion .acc-header-active {
    background: none;
    line-height: 1.3;
    margin-left: 1.8em !important;
    max-width: calc(100% - 1.8em);
    text-indent: -1.8em;
}

div.qaccordion .acc-header::before,
div.qaccordion .acc-header-active::before {
    content: "\f054"; /* fa-chevron-right */
    display: inline-block;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    line-height: 1;
    margin-right: .8em;
    text-align: right;
    transition: transform 0.3s ease;
    width: 1em;
}

div.qaccordion .acc-header-active::before {
    transform: rotate(90deg) translatex(-.25em);
}
