.CatalogFilter {
    display: flex;
    margin-bottom: 10px;

    .DropdownButton {
        .Icons-chevron {
            fill: var(--gray-500);
        }
    }

    &-section {
        flex: 1;
        margin: 0;

        + .CatalogFilter-section {
            margin-left: 20px;
        }

        &-content {
            margin-top: 5px;
            position: relative;
        }

        button.btn,
        label,
        a {
            &:active:focus,
            &:focus,
            &:active {
                outline: none;
            }
        }
    }
}
