/**
 * Theme Name:     Sell Practice
 * Author:         Sell Practice Team
 * Template:       hello-elementor
 * Text Domain:	   sell-practice
 * Description:    This is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

    
    .listing-filter {
  border: 1px solid #ddd;
  padding: 15px;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
}

.toggle-icon img {
  transition: transform 0.3s;
  width: 16px;
}

.filter-body {
  margin-top: 15px;
}
  .toggle-icon img.rotate {
    transform: rotate(180deg);
  }
/* Mobile collapse */
@media(max-width: 768px){
  .filter-body {
    display: none;
  }
  .filter-body.active {
    display: block;
  }

}
