/**
 * Add your css styles here, this will be placed on the document head
**/

.field-type-checkbox .field, .field-type-radio .field {
    display: flex;
    gap: 20px;
}
.checkboxes-filter .tags-nav{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.checkboxes-filter .tags-nav li {
    width: auto;
}