.indigo-facet {
    margin-bottom: 5px;
}

.indigo-facet-header {
    padding: 0px 5px;
    cursor: pointer;
}

.indigo-facet-body {
    padding: 0;
}

.indigo-facet-footer {
    padding: 0;
}

.indigo-facet-item {
    padding: 5px;
    display: block;
    color: inherit;
    line-height: 1.3;
}

.indigo-facet-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
    text-decoration: underline;
    color: inherit;
}

.indigo-facet-item-more {
    display: block;
    padding: 0;
    font-size: .875rem;
    text-align: center;
    color: inherit;
}

.indigo-facet-item-more:hover {
    color: gray;
    text-decoration: none;
}

.indigo-facet-item-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indigo-facet-item-count {
    /*font-size: 14px;*/
    color: grey;
    font-weight: 200;
}

.indigo-facet-header-icon {
    line-height: inherit;
}

.indigo-facet-header-text {
    font-weight: 400;
}
