/* ── Panel wrapper ───────────────────────────────────────────────── */
.woofilter-panel {
    font-size: .9rem;
}

/* ── Active filter bar ───────────────────────────────────────────── */
.woofilter-active-bar {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}
.woofilter-reset {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .8rem;
    color: #c00;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.woofilter-reset:hover {
    text-decoration: underline;
}

/* ── Filter group ────────────────────────────────────────────────── */
.woofilter-group {
    margin-bottom: 1.5rem;
}
.woofilter-group__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;
  font-size:var( --e-global-typography-secondary-font-size );
  font-weight:var( --e-global-typography-secondary-font-weight );
  font-style:var( --e-global-typography-secondary-font-style );
  text-decoration:var( --e-global-typography-secondary-text-decoration );
  line-height:var( --e-global-typography-secondary-line-height );
	word-spacing:var( --e-global-typography-secondary-word-spacing ); }
    margin: 0 0 .6rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid #e0e0e0;
}
.woofilter-group--collapsible .woofilter-group__title {
    cursor: pointer;
    user-select: none;
}
.woofilter-toggle-icon {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}

/* ── Checklist ───────────────────────────────────────────────────── */
.woofilter-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woofilter-checklist li {
    margin-bottom: .35rem;
}
.woofilter-checklist label {	
  font-family:var( --e-global-typography-965b690-font-family ), Sans-serif;
  font-size:var( --e-global-typography-965b690-font-size );
  font-weight:var( --e-global-typography-965b690-font-weight );
  text-transform:var( --e-global-typography-965b690-text-transform );
  font-style:var( --e-global-typography-965b690-font-style );
  text-decoration:var( --e-global-typography-965b690-text-decoration );
  line-height:var( --e-global-typography-965b690-line-height );
  letter-spacing:var( --e-global-typography-965b690-letter-spacing );	
    display: flex;
    align-items: center;
    gap: .45rem;
    cursor: pointer;
    line-height: 1.4;
}
.woofilter-checklist label:hover .woofilter-label {
    text-decoration: underline;
}
.woofilter-checklist li.is-active .woofilter-label {
    font-weight: 600;
}
.woofilter-count {
    color: #999;
    font-size: .8rem;
    margin-left: auto;
}

/* ── Checkbox ────────────────────────────────────────────────────── */
.woofilter-checkbox {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    accent-color: currentColor;
}
