.sapUshellSearchFacetSectionHeader {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: @sapUiGroupTitleFontSize;
    font-family: @sapUiFontHeaderFamily;
    color: @sapUiGroupTitleTextColor;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
    background-color: @sapUiGroupTitleBackground;
}

.sapUshellSearchInSection {
    padding-top: 1rem;
}

.sapUshellSearchFacetContainer {
    margin-bottom: 1rem;
}

.sapUshellSearchFacetDataSource {
    margin-bottom: 1rem;
}

.sapUshellSearchFacetHeader {
    border-bottom: @sapUiElementBorderWidth solid @sapUiListTableGroupHeaderBorderColor;
    padding-left: 1rem;
    height: 2.063rem;
}

.sapUshellSearchFacetHeader .sapMLabel {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-family: @sapUiFontHeaderFamily;
    font-size: @sapMFontHeader6Size;
    font-weight: @sapUiFontHeaderWeight;
    color: @sapUiListTableGroupHeaderTextColor;
    background: @sapUiListGroupHeaderBackground;
}

.sapUshellSearchFacetShowMore .sapMFlexItem:last-child {
    text-align: right;
}

.sapUshellSearchFacetList .sapMListHdr {
    border-bottom: none;
}

.sapUshellSearchFacet .sapMGHLI {
    border-bottom: none !important;
}

/* focus should be visible */
.sapMLIB.sapMCLI.sapUshellSearchFacetList {
    padding: 1px;
}

.sapMCLI.sapMLIB.sapUshellSearchFacetShowMoreItem {
    padding-left: 1rem;
    padding-right: 1rem;
    .sapMFlexItem:last-child {
        line-height: 2rem;
        text-align: right;
    }
}

.sapUshellSearchFacetInfoZeile {
    &:empty {
        display: none;
    }
    line-height: 2rem;
    font-size: @sapMFontSmallSize;
    vertical-align: middle;
    padding-left: 0.25rem;
}

.sapUshellSearchFacetShowMoreLink {
    line-height: normal;
    vertical-align: middle;
}

.sapUshellSearchFacet .sapMListShowSeparatorsNone .sapMSLIInfoNone {
    overflow: visible;
}

.sapMLIB.sapMCLI.sapUshellSearchFacetList {
    outline-offset: -1px;
}

.sapUshellSearchHierarchyFacetItemIcon {
    width: 1rem;
    margin-left: 0.5rem;
}

.sapUshellSearchHierarchyFacetItemLabel {
    margin-left: 0.5rem;
}

.sapUshellSearchFacetShowMore .sapMFlexItemAlignAuto:nth-child(2) {
    padding-right: 1rem;
}
