.facets-summary-block__wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.facets-summary-block__wrapper + * {
    margin-top: 1rem;
}
.facets-summary-block__wrapper > ul {
    padding-left: 0;
    list-style: none;
    margin: -0.5em 0 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
@media (min-width: 576px) {
    .facets-summary-block__wrapper > ul {
        flex-direction: row-reverse;
    }
}
.facets-summary-block__wrapper > ul > .facet-summary-item--clear {
    width: 100%;
}
@media (min-width: 576px) {
    .facets-summary-block__wrapper > ul > .facet-summary-item--clear {
        margin-left: auto;
        width: auto;
    }
}
.facets-summary-block__wrapper > ul > .facet-summary-item--facet {
    margin-right: 0.75em;
    font-size: 14px;
    margin-top: 0.5em;
}
.facets-summary-block__wrapper > ul::after {
    content: "Active filters:";
    font-size: 14px;
    margin-right: 0.75em;
    width: 100%;
    order: -1;
}
@media (min-width: 576px) {
    .facets-summary-block__wrapper > ul::after {
        width: auto;
        order: 1;
    }
}
.facet-summary-item--clear > a {
    text-decoration: underline;
}
.facet-summary-item--clear > a:focus-visible {
    outline: 3px solid rgba(239, 96, 77, 0.2);
    outline-offset: 0;
}
@media (hover: hover) {
    .facet-summary-item--clear > a:hover,
    .facet-summary-item--clear > a:active {
        outline: none;
    }
}
.facet-summary-item--facet > a {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border: currentColor solid 1px;
    color: var(--facet-link-color, #006c90);
    padding: 8px 10px 8px 10px;
    font-weight: 500;
    align-items: center;
    text-decoration: none;
    position: relative;
}
.facet-summary-item--facet > a:focus-visible {
    outline: 3px solid rgba(239, 96, 77, 0.2);
    outline-offset: 0;
}
@media (hover: hover) {
    .facet-summary-item--facet > a:hover,
    .facet-summary-item--facet > a:active {
        outline: none;
    }
}
.facet-summary-item--facet > a .facet-item__status {
    margin-left: 0.25em;
    display: block;
    width: 1.45em;
    height: 1.45em;
    text-indent: -5000em;
    overflow: hidden;
    background-position:
        center,
        -1000px -1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23006c90' class='bi bi-x' viewBox='0 0 16 16'%3E %3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E %3C/svg%3E"),
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23dc3545' class='bi bi-x' viewBox='0 0 16 16'%3E %3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E %3C/svg%3E");
}
@media (hover: hover) {
    .facet-summary-item--facet > a:hover,
    .facet-summary-item--facet > a:active {
        color: #dc3545;
        border-color: #dc3545;
    }
    .facet-summary-item--facet > a:hover .facet-item__status,
    .facet-summary-item--facet > a:active .facet-item__status {
        background-position:
            -1000px -1000px,
            center;
    }
}
