﻿[data-filter-item][aria-hidden="true"] {
    display: none !important;
}

.filter-input-wrapper {
    position: relative;
}

    .filter-input-wrapper input {
        margin: 0;
    }


    .filter-input-wrapper button {
        position: absolute;
        right: 5px;
        height: 100%;
        aspect-ratio: 1/1;
        background: none;
        border: none;
        color: black;
    }

        .filter-input-wrapper button::before {
            content: "\2716";
        }

        .filter-input-wrapper button[aria-hidden="true"] {
            display: none !important;
        }

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
