#hwx-lmdb-filter.hwx-lmdb-filter-container.events {
    --lmdb-filter-accent: var(--color-accent, var(--color-primary, var(--bs-primary)));
    --lmdb-filter-accent-strong: var(--color-primary, var(--lmdb-filter-accent));
    --lmdb-filter-surface: color-mix(in srgb, white 88%, var(--lmdb-filter-accent) 12%);
    --lmdb-filter-surface-hover: color-mix(in srgb, white 80%, var(--lmdb-filter-accent) 20%);
    --lmdb-filter-line: color-mix(in srgb, white 58%, var(--lmdb-filter-accent) 42%);
    --lmdb-filter-shadow: color-mix(in srgb, transparent 84%, var(--lmdb-filter-accent) 16%);
    --lmdb-filter-text: color-mix(in srgb, #0f172a 84%, var(--lmdb-filter-accent) 16%);
    --lmdb-filter-muted: color-mix(in srgb, #475569 82%, var(--lmdb-filter-accent) 18%);
    --lmdb-filter-surface-strong: color-mix(in srgb, white 92%, var(--lmdb-filter-accent) 8%);
    background: linear-gradient(145deg, color-mix(in srgb, white 96%, var(--lmdb-filter-accent) 4%), color-mix(in srgb, white 86%, var(--lmdb-filter-accent) 14%));
    padding: 1.25rem;
    border-radius: 1.5rem;
    border: 1px solid color-mix(in srgb, white 66%, var(--lmdb-filter-accent) 34%);
    box-shadow: 0 1.5rem 3rem -2rem var(--lmdb-filter-shadow);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-card-shell {
    display: grid;
    gap: 1rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.875rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: color-mix(in srgb, white 70%, var(--lmdb-filter-accent) 30%);
    color: var(--lmdb-filter-accent-strong);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-title {
    display: block;
    color: var(--lmdb-filter-text);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    font-weight: 700;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-subtitle {
    margin-top: 0.35rem;
    color: var(--lmdb-filter-muted);
    font-size: 0.95rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.875rem;
    padding: 0.625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 999px;
    border: 1px solid var(--lmdb-filter-line);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .btn.btn-outline-secondary,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-item,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .filter-button {
    background: transparent;
    border-color: var(--lmdb-filter-line);
    color: var(--lmdb-filter-accent-strong);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-bar {
    gap: 0.875rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .btn.btn-primary,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-filter-search-button,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-location-apply {
    background: var(--lmdb-filter-accent);
    border-color: var(--lmdb-filter-accent);
    color: #FFFFFF;
    box-shadow: 0 0.875rem 1.75rem -1rem var(--lmdb-filter-shadow);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .btn.btn-outline-secondary:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .btn.btn-outline-secondary:focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-item:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-item:focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .filter-button:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .filter-button:focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .filter-button.active {
    background: var(--lmdb-filter-surface-hover);
    border-color: var(--lmdb-filter-accent);
    color: var(--lmdb-filter-accent-strong);
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, white 72%, var(--lmdb-filter-accent) 28%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .btn.btn-primary:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .btn.btn-primary:focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-filter-search-button:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-filter-search-button:focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-location-apply:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-location-apply:focus {
    background: var(--lmdb-filter-accent-strong);
    border-color: var(--lmdb-filter-accent-strong);
    color: #FFFFFF;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events :is(input, button, select, .dropdown-item):focus-visible {
    outline: 0.1875rem solid color-mix(in srgb, white 65%, var(--lmdb-filter-accent) 35%);
    outline-offset: 0.125rem;
    box-shadow: none;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-toggle::after {
    margin-left: 0.625rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-menu {
    padding: 0.75rem;
    border: 1px solid color-mix(in srgb, white 72%, var(--lmdb-filter-accent) 28%);
    border-radius: 1.25rem;
    background: color-mix(in srgb, white 95%, var(--lmdb-filter-accent) 5%);
    box-shadow: 0 1.75rem 3rem -2rem var(--lmdb-filter-shadow);
    backdrop-filter: blur(18px);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-radius: 0.875rem;
    margin-bottom: 0.25rem;
    padding: 0.625rem 0.875rem;
    background: transparent;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-item:last-child {
    margin-bottom: 0;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .input-group-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.875rem;
    border-radius: 999px 0 0 999px;
    border-color: var(--lmdb-filter-line);
    background: var(--lmdb-filter-surface);
    color: var(--lmdb-filter-accent-strong);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .input-group-text i {
    font-size: 0.95rem;
    line-height: 1;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .form-control,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .form-select {
    min-height: 2.875rem;
    border-color: var(--lmdb-filter-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .input-group>.form-control {
    border-radius: 0 999px 999px 0;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-separator {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 0.875rem;
    border-top: 1px solid color-mix(in srgb, white 78%, var(--lmdb-filter-accent) 22%);

}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 0.125rem 0.625rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-menu-title {
    color: var(--lmdb-filter-text);
    font-size: 0.95rem;
    font-weight: 700;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-menu-hint {
    color: var(--lmdb-filter-muted);
    font-size: 0.78rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-menu-section label {
    color: var(--lmdb-filter-muted);
    font-weight: 600;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu {
    min-width: min(22rem, calc(100vw - 2rem));
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu .hwx-lmdb-filter-menu-section {
    margin-bottom: 0.9rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu .form-control,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu .form-select {
    min-height: 3rem;
    padding: 0.75rem 0.95rem;
    border-radius: 1rem;
    border-color: color-mix(in srgb, white 66%, var(--lmdb-filter-accent) 34%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    color: var(--lmdb-filter-text);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu .form-control::placeholder {
    color: color-mix(in srgb, #64748b 82%, var(--lmdb-filter-accent) 18%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu .form-control:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu .form-select:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu .form-control:focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu .form-select:focus {
    border-color: var(--lmdb-filter-accent);
    background: #FFFFFF;
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, white 76%, var(--lmdb-filter-accent) 24%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-menu-footer {
    position: sticky;
    bottom: -0.75rem;
    margin: 0.75rem -0.75rem -0.75rem;
    padding: 0.75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), color-mix(in srgb, white 94%, var(--lmdb-filter-accent) 6%) 35%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-option {
    width: 100%;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-option-label {
    flex: 1 1 auto;
    text-align: left;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-option-check {
    display: inline-grid;
    place-items: center;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, white 72%, var(--lmdb-filter-accent) 28%);
    background: rgba(255, 255, 255, 0.7);
    color: transparent;
    line-height: 1;
    transition: inherit;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-option-check i {
    display: inline-grid;
    place-items: center;
    width: 1em;
    height: 1em;
    margin: 0;
    padding: 0;
    line-height: 1;
    vertical-align: middle;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-option.active .hwx-lmdb-filter-option-check {
    background: var(--lmdb-filter-accent);
    border-color: var(--lmdb-filter-accent);
    color: #FFFFFF;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group {
    min-height: 2.875rem;
    padding-left: 0.2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, white 70%, var(--lmdb-filter-accent) 30%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .input-group-text,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .form-control {
    border-color: transparent;
    background: transparent;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .input-group-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left: 0.2rem;
    border-radius: 999px;
    background: transparent;
    background-color: transparent !important;
    color: var(--lmdb-filter-accent-strong);
    flex: 0 0 2.25rem;
    margin-block: auto;
    background-color: transparent;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .input-group-text i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    font-size: 0.9rem;
    color: inherit;
    line-height: 1;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0;
    padding: 0;
    text-align: center;
    transform: translate(-50%, -50%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .form-control {
    padding-left: 0.125rem;
    color: var(--lmdb-filter-text);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .form-control::placeholder {
    color: color-mix(in srgb, #64748b 84%, var(--lmdb-filter-accent) 16%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group:focus-within {
    box-shadow: inset 0 0 0 1px color-mix(in srgb, white 70%, var(--lmdb-filter-accent) 30%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group:active {
    box-shadow: inset 0 0 0 1px color-mix(in srgb, white 70%, var(--lmdb-filter-accent) 30%);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .form-control:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .form-control:focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .form-control:active,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .input-group-text:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .input-group-text:focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .input-group-text:active {
    box-shadow: none;
    border-color: transparent;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group :is(.form-control, .input-group-text):focus-visible,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group :is(.form-control, .input-group-text):focus,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group :is(.form-control, .input-group-text):active {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip-list {
    flex: 1 1 auto;
    align-items: center;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.25rem;
    padding: 0.45rem 0.8rem;
    border: 1px solid color-mix(in srgb, white 68%, var(--lmdb-filter-accent) 32%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--lmdb-filter-text);
    font-size: 0.88rem;
    font-weight: 600;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip:hover,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip:focus-visible {
    border-color: var(--lmdb-filter-accent);
    box-shadow: 0 0.875rem 1.5rem -1.25rem var(--lmdb-filter-shadow);
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip-remove {
    display: inline-grid;
    place-items: center;
    flex: 0 0 1.35rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: color-mix(in srgb, white 70%, var(--lmdb-filter-accent) 30%);
    color: var(--lmdb-filter-accent-strong);
    font-size: 0.75rem;
    line-height: 1;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip-remove i {
    display: inline-grid;
    place-items: center;
    width: 1em;
    height: 1em;
    margin: 0;
    padding: 0;
    line-height: 1;
    vertical-align: middle;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip.is-clear-all {
    background: var(--lmdb-filter-accent);
    border-color: var(--lmdb-filter-accent);
    color: #FFFFFF;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip.is-clear-all .hwx-lmdb-filter-chip-remove {
    background: rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip-empty,
#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-result-count {
    color: var(--lmdb-filter-muted);
    font-size: 0.88rem;
}

#hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-result-count {
    flex: 0 0 auto;
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
    align-self: flex-end;
}

@media (max-width: 767.98px) {
    #hwx-lmdb-filter.hwx-lmdb-filter-container.events {
        padding: 0.875rem;
        border-radius: 1rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-card-shell {
        gap: 0.75rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-card-header {
        flex-direction: column;
        gap: 0.45rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-title {
        font-size: 1.08rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-subtitle {
        margin-top: 0.2rem;
        font-size: 0.83rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-bar {
        gap: 0.55rem;
        margin-bottom: 0;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-bar>* {
        width: 100%;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-bar>#hwx-lmdb-filter-date,
    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-bar>#hwx-lmdb-filter-location {
        width: calc(50% - .6rem);
        flex: 0 0 calc(50% - .6rem);
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown,
    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-toggle,
    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group {
        width: 100%;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .btn,
    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .form-control,
    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .form-select {
        min-height: 2.35rem;
        padding: 0.45rem 0.75rem;
        font-size: 0.85rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-menu {
        padding: 0.55rem;
        border-radius: 1rem;
        z-index: 1080;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-filter-date .dropdown-menu,
    #hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-filter-location .dropdown-menu {
        width: min(19rem, calc(100vw - 1.5rem));
        min-width: min(19rem, calc(100vw - 1.5rem));
        max-width: calc(100vw - 1.5rem);
        margin-top: 0.4rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-filter-date .dropdown-menu {
        left: 0;
        right: auto;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events #hwx-lmdb-filter-location .dropdown-menu {
        left: auto;
        right: 0;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-date-presets .hwx-lmdb-filter-menu-section {
        padding: 0.5rem !important;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-date-presets .form-control {
        min-height: 2.1rem;
        padding: 0.35rem 0.55rem;
        font-size: 0.8rem;
        border-radius: 0.8rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .dropdown-item {
        padding: 0.5rem 0.7rem;
        border-radius: 0.7rem;
        font-size: 0.84rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-location-menu {
        min-width: 0;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group {
        min-height: 2.35rem;
        padding-left: 0.15rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-search-group .input-group-text {
        min-width: 2rem;
        flex-basis: 2rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip {
        min-height: 1.95rem;
        padding: 0.3rem 0.65rem;
        font-size: 0.79rem;
        gap: 0.35rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-chip-remove {
        width: 1.12rem;
        height: 1.12rem;
        flex-basis: 1.12rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-separator {
        align-items: flex-start;
        gap: 0.5rem;
        padding-top: 0.65rem;
    }

    #hwx-lmdb-filter.hwx-lmdb-filter-container.events .hwx-lmdb-filter-result-count {
        width: 100%;
        text-align: right;
        font-size: 0.79rem;
    }

}