.green-marker-link {
    position: relative;

    &:after {
        content: '';
        position: absolute;
        top: calc(50% - 6px);
        width: 10px;
        height: 10px;
        background-color: #22953e;
        border-radius: 50%;
        left: 0;
    }
}

.bx_filter_parameters_box:has(.form-checkbox__input:checked) {
    .bx_filter_parameter_label {
        color: #22953e;

        &:after {
            background: #ee2e25;
            border-radius: 10px;
            content: "";
            height: 5px;
            position: absolute;
            right: -13px;
            top: 45%;
            transform: translateY(-50%);
            width: 5px;
        }
    }

    svg {
        fill: #22953e;
    }
}

.filter-panel {
    display: none;
}
