/* Explore filters offcanvas/dropdown/chip styles. */

.filters-type-dropdown {
    position: relative;
}

.filters-type-dropdown .dropdown-menu {
        width: 100%;
        min-width: 100% !important;
        box-sizing: border-box;
    }

.type-filter-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding-left: 0;
    margin-left: 0;
}

.type-filter-item .form-check-input,
    .type-filter-item .js-type-filter {
        float: none !important;
        position: static !important;
        margin: 0 !important;
        flex: 0 0 auto;
    }

.type-filter-item .type-filter-label {
        margin: 0;
        flex: 1 1 auto;
        min-width: 0;
    }

.type-filter-label-inner {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    min-width: 0;
}

.type-icon-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    flex: 0 0 1.25rem;
    line-height: 1;
}

.type-icon-inline > * {
        display: inline-block !important;
    }

.type-label-text {
    display: inline-block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chip-remove {
    cursor: pointer;
}

.chip-remove i {
        pointer-events: none;
    }
