/* Hanna Hierarchical AJAX Filter - Filtros simples independientes (Parámetros / Segmentos) */

.hhaf-simple-widget {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-top: 1.25rem;
}

.hhaf-simple-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.hhaf-simple-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
}

.hhaf-simple-clear {
    background: none;
    border: none;
    color: #2563eb;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
}

.hhaf-simple-clear:hover {
    text-decoration: underline;
}

.hhaf-simple-options-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 260px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.hhaf-simple-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
}

.hhaf-simple-option input[type="checkbox"] {
    flex-shrink: 0;
}

.hhaf-simple-option-label {
    flex: 1;
}

.hhaf-simple-option-count {
    color: #9ca3af;
    font-size: 0.75rem;
}

.hhaf-simple-empty {
    font-size: 0.875rem;
    color: #9ca3af;
    margin: 0;
}

.hhaf-simple-status {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    color: #6b7280;
    min-height: 1rem;
}

.hhaf-simple-loading {
    opacity: 0.6;
    pointer-events: none;
}

@media (max-width: 768px) {
    .hhaf-simple-widget {
        padding: 1rem;
    }
}
