.xxx-checkboxes-tag-list{
    display: flex;
    margin-right: -10px;
}

.xxx-checkboxes-tag-list .xxx-checkboxes-tag{
    margin-right: 10px;
}

.xxx-checkboxes-tag-list.xxx-checkboxes-tag-list--wrap{
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.xxx-checkboxes-tag-list.xxx-checkboxes-tag-list--wrap .xxx-checkboxes-tag{
    margin-bottom: 10px;
}