.xComboBox {
    width: 100%;
}

.xComboBox,
.xComboEdit,
.xEdit {
    display: flex;
    height: 35px;
    align-items: center;
    text-indent: 0;
}

.xEdit:hover {
    font-weight: normal;
}

.xComboItem:hover {
    background-color: var(--background-tone-200) !important         ;
}

.xComboItem[selected] {
    background-color: var(--background-tone-300);
}