.panel-group .panel-title > a .fusion-toggle-icon-wrapper {
 display:inline-flex!important;align-items:center;justify-content:center;flex-shrink:0;
 width:28px!important;height:28px!important;min-width:28px;line-height:1;
 background:#fff!important;color:#35404c!important;border:1px solid #9d8443;border-radius:50%;
}
.panel-group .panel-title > a .fusion-toggle-icon-wrapper i {display:none!important}
.panel-group .panel-title > a .fusion-toggle-icon-wrapper::after {
 content:"";display:block;box-sizing:border-box;width:9px;height:9px;
 border-right:2px solid #35404c;border-bottom:2px solid #35404c;
 transform:translateY(-2px) rotate(45deg);transition:transform .18s ease;
}
.panel-group .panel-title > a[aria-expanded="true"] .fusion-toggle-icon-wrapper::after {
 transform:translateY(2px) rotate(225deg);
}
.panel-group .panel-title > a:focus-visible {outline:2px solid #35404c;outline-offset:3px}
@media(prefers-reduced-motion:reduce){.panel-group .panel-title > a .fusion-toggle-icon-wrapper::after{transition:none}}
