/* Enhanced Filter Styles */
.filter-with-price {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.filter-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.filter-price {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
    white-space: nowrap;
}

.sort-select-wrapper {
    display: flex;
    align-items: center;
}

.sort-select {
    padding: 10px 35px 10px 15px !important;
    border: 2px solid #e8e8e8 !important;
    border-radius: 8px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    color: #333 !important;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") no-repeat right 12px center !important;
    background-size: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.sort-select:hover {
    border-color: #667eea !important;
}

.sort-select:focus {
    outline: none !important;
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}

.results-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 1.5rem !important;
    padding: 1rem !important;
    background: white !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.filter-section {
    margin-bottom: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

.filter-section:last-child {
    border-bottom: none !important;
}

.filter-label {
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    color: #333 !important;
    display: block !important;
    margin-bottom: 12px !important;
}

.filter-option {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 0 !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
}

.filter-option:hover {
    color: #667eea !important;
}

.filter-option input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
    accent-color: #667eea !important;
}
