2 Overrides the active and focus states of bootstrap accordion,
3 in order to align the accordion css with rest of the form.
7 - color was blue when higlighted
8 - border,outlines and box-shadow were set
9 - accordion down button in active form was a blue svg icon
12 .cd-form-advanced-fieldset-buttton {
13 --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
14 background-color: inherit;
16 border-color: inherit;
21 text-decoration: none;