.brxe-ba-icon-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.brxe-ba-icon-list {
    width: 100%;
}

.brxe-ba-icon-list ul {
    display: flex;
    flex-direction: column;
}

.brxe-ba-icon-list .title-wrapper,
.brxe-ba-icon-list .title-wrapper :where(a) {
    gap: 7px
}

.brxe-ba-icon-list .highlight {
    display: inline-block
}

.brxe-ba-icon-list .icon {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
}

.brxe-ba-icon-list .title-wrapper,
.brxe-ba-icon-list .title-wrapper :where(a) {
    display: flex;
    align-items: center
}

.brxe-ba-icon-list .separator {
    flex: 1;
    flex-basis: 0%;
    flex-basis: 50px;
    border-top-width: 1px;
    border-top-style: solid
}