/* Highlight the currently open FAQ question without affecting other accordions. */
#publicFaqAccordion .accordion-button:not(.collapsed) {
    font-weight: 700;
}

/* Separate expanded answers from their question without changing accordions elsewhere. */
#publicFaqAccordion .accordion-body {
    margin-left: 1rem;
}
