.xgn-accordion__toggle::before,
.xgn-accordion__toggle::after {
    background-color: #353535;
}
.xgn-accordion ul {
    list-style: none;
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 40px;
}
.open .xgn-accordion__body {
    max-height: fit-content;
}