I think this could work perfectly::
SCSS:
accordion-group {
::ng-deep {
.btn:hover {
background-color: transparent !important;
}
.btn {
color: #0f92d8 !important;
font-weight: 600 !important;
outline: none !important;
}
}
}