/* =====================================================
   FAQ Accordion Accessibility Fix
===================================================== */

.accordion-button {
    background-color: #ffffff !important;
    color: #212529 !important;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #e9f7ef !important;
    color: #146c43 !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #198754;
}

.accordion-body {
    color: #212529;
    background: #ffffff;
}