.wcf-filter-widget {
  padding: 15px;
}
.wcf-filter-widget .filter-block {
  margin-bottom: 20px;
}
.wcf-filter-widget .filter-block h4 {
  margin-bottom: 10px;
  font-size: 14px;
}
.wcf-filter-widget input[type="number"] {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 5px;
}
.wcf-filter-widget .filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wcf-filter-widget .filter-actions button {
  background: #0071a1;
  color: #fff;
  padding: 8px 15px;
  border: none;
  cursor: pointer;
}
.wcf-filter-widget .filter-actions .clear-filters {
  color: #777;
  text-decoration: none;
}

 .accordion {
      width: 100%;
    }

    .accordion-item-filter {
      border-bottom: 1px solid #ccc;
    }

    .accord-title {
      cursor: pointer;
      padding: 15px 0;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: transparent;
      transition: background 0.3s ease;
    }

    .accord-icon img {
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
    }

    .content {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.5s ease;
      background-color: #fff;
    }

    .additional-desc {
      padding: 10px 0 20px; /* Padding inside content, not at bottom of container */
    }
.brand-hidden { display: none !important; }
.brand-see-more { cursor: pointer; color: #0073aa; font-weight: 600; padding: 6px 0; display: inline-block; }


