.drilldowncombobox__choice-separator {
    min-height: 0;
    border-top: 1px solid #e3e3e3;
    margin-top: 8px;
    pointer-events: none;
}

.drilldowncombobox__choice-header {
    color: grey;
    line-height: 14px;
    pointer-events: none;
}

.drilldowncombobox__choice--no-match.z-comboitem {
    display: none;
}

.drilldowncombobox__choice--match.z-comboitem strong {
    color: #ff6363;
}
