.help-document-filter-container {}

.help-document-filter-options {
    /* background-color: pink; */
    /* padding-bottom: 27px; */
    border-bottom: 1px solid #E0E0E0;
}



.help-document-filter-options-other {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    line-height: 1em;
    font-size: 14px;
    color: #7F7F7F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.help-document-filter-options-other a {
    color: #7F7F7F;
    text-decoration: none;
}

.help-document-filter-options-other a:hover,
.help-document-filter-options-other a.active {
    color: #DD5224;
}



.help-document-filter-options-other ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.help-document-filter-options-other li{
    display: flex;
}

.help-document-filter-options-other li::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #7F7F7F;
    margin: 0 5px;
}

.help-document-filter-options-other li:last-child::after {
    display: none;
}