.avelot-section-menu .title-wrapper {
    overflow: hidden;
}

.avelot-section-menu .bx_filter .bx_filter_parameters_box_title {
    padding-right: 15px;
}

.avelot-section-menu .bx_filter .bx_filter_parameters_box_title > div {
    display: block;
}

.avelot-section-menu .bx_filter_block a {
    position: relative;
    display: block;
    margin-left: .5rem;
    color: rgb(51,51,51);
    font-size: 13px;
}

.avelot-section-menu .bx_filter_block a:hover {
    color: var(--fill_dark_light_hover) !important;
}

.avelot-section-menu .bx_filter_block a .muted {
    position: absolute;
    right: 0;
    padding: 0 .5rem;
    background: #fff;
}