.pf-blog-cat-filter {
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin: 0 -10px;
    gap: 10px;
}

.pf-blog-cat-filter__link {
    background-color: white;
    color: #0D8281;
    border: 2px solid #0D8281;
    font-family: 'Luciole';
    font-weight: 600;
    font-size: 16px;
    transition: 250ms;
    border-radius: 15px;
    padding: 9px 16px;
    text-transform: initial;
}

.pf-blog-cat-filter__link:hover, .pf-blog-cat-filter__link--active {
    background-color: #0D8281;
    color: white;
}

.checkboxes-wrap .jet-form__field-label{
    display: flex;
    align-items: flex-start;
}

.checkboxes-wrap .jet-form__field-label input{
    margin-top: 6px;
}