﻿.vp-block-filter-by-category
{
    font-size: var(--wp--preset--font-size--medium,1rem);
    font-weight: 500;
}
.vp-block-filter-by-category-count
{
    display: inline-block;
    margin-left: .6ch;
}
.vp-block-filter-by-category-count:before
{
    content: "(";
}
.vp-block-filter-by-category-count:after
{
    content: ")";
}
.is-style-fill.vp-block-filter-by-category
{
    gap: 0;
}
.is-style-fill.vp-block-filter-by-category a
{
    text-decoration: none;
}
.is-style-fill .vp-block-filter-by-category-item
{
    background-color: transparent;
    border-radius: 9999px;
    font-weight: 400;
    padding: .3em .8em;
    text-decoration: none;
}
.is-style-fill .vp-block-filter-by-category-item:focus, .is-style-fill .vp-block-filter-by-category-item:hover
{
    opacity: .6;
}
.is-style-fill .vp-block-filter-by-category-item.is-active
{
    background-color: color-mix(in srgb,currentColor 10%,transparent);
}