/**
 * Algolia Facets Block Styles
 */

/* General facet container */
/* .wp-block-drberg-algolia-facets {
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8f8f8;
    border-radius: 4px;
}

.wp-block-drberg-algolia-facets h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
} */

/* Facet list */
/* .algolia-facets-container {
    margin-bottom: 1rem;
}

.algolia-facet-item {
    margin-bottom: 0.5rem;
}

.algolia-facet-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
}

.algolia-facet-item input[type="checkbox"] {
    margin-right: 0.5rem;
} */

/* Query context block */
/* .algolia-query-context {
    padding: 0;
}

.algolia-query-context-wrapper {
    border: 1px dashed #ccc;
    padding: 1rem;
    background: #f9f9f9;
}

.algolia-query-context-notice {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #e0f7fa;
    border-radius: 3px;
    font-size: 0.9rem;
}

.algolia-query-context-notice p {
    margin: 0 0 0.5rem;
} */

/* Editor styles */
/* .algolia-facets-editor {
    padding: 1rem;
    background: #f8f8f8;
    border-radius: 4px;
}

.facet-preview {
    font-size: 0.9rem;
}

.facet-preview ul {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.facet-preview li {
    margin-bottom: 0.25rem;
} */

/* Selected facets in the editor */
/* .selected-facets ul {
    margin: 0.5rem 0;
    padding: 0;
    list-style: none;
}

.selected-facets li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background: #f0f0f0;
    margin-bottom: 0.5rem;
    border-radius: 3px;
} */

/* Facet list styles */
/* .algolia-facet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.algolia-facet-item {
    margin-bottom: 8px;
    font-size: 14px;
}

.algolia-facet-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.algolia-facet-checkbox {
    margin-right: 8px;
}

.algolia-facet-label {
    flex-grow: 1;
}

.algolia-facet-count {
    color: #666;
    font-size: 12px;
    display: inline-block;
    min-width: 24px;
    text-align: right;
    padding-left: 4px;
}

.algolia-facet-item.is-checked .algolia-facet-label {
    font-weight: 600;
} */

/* Range slider styles */
/* .algolia-facet-range {
    padding: 4px 12px;
}

.algolia-range-slider {
    height: 6px;
    margin: 24px 0;
}

.algolia-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
} */

/* noUiSlider customization */
/* .noUi-target {
    background: #f0f0f0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
} */

/* .noUi-connect {
    background: #2ea3f2; 
}

.noUi-handle {
    border: 1px solid #ccc;
    background: white;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 16px !important;
    height: 16px !important;
    right: -8px !important;
    top: -5px !important;
} */

/* .noUi-handle:before,
.noUi-handle:after {
    display: none; 
} */

/* Empty state */
/* .algolia-facet-empty {
    color: #999;
    font-style: italic;
    font-size: 14px;
    padding: 8px 0;
} */

/* InstantSearch classes overrides */
/* .ais-RefinementList-item--selected {
    font-weight: 600;
}

.ais-RefinementList-count,
.ais-Menu-count {
    color: #666;
    font-size: 12px;
    padding: 0 4px;
    min-width: 24px;
    text-align: right;
} */

/* Clear all filters button */
/* .clear-all-filters {
    margin-top: 24px;
    width: 100%;
}

.clear-all-filters .wp-element-button {
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid #ddd;
}

.clear-all-filters .wp-element-button:hover {
    background-color: #f0f0f0;
} */

/* Responsive styles */
/* @media (max-width: 768px) {
    .recipes-sidebar {
        margin-bottom: 24px;
    }

    .recipes-columns {
        flex-direction: column;
    }

    .recipes-sidebar,
    .recipes-main-content {
        width: 100% !important;
    }

    .recipes-search-sort {
        flex-direction: column;
    }

    .recipes-search {
        margin-bottom: 16px;
        width: 100%;
    }
} */
