.ce-filter-menu .boolean-search-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.ce-filter-menu .boolean-search-toggle label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: normal;
}
.ce-filter-menu .boolean-search-toggle input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    appearance: auto;
}

.ce-filter-menu .search-hints-toggle--hidden {
    display: none;
}

.ce-filter-menu .popup-notify .search-hints-info {
    position: fixed;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    max-width: 720px;
    max-height: 80vh;
    overflow-y: auto;
    width: 90vw;
}

.ce-filter-menu .search-hints-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 6;
}