/* Core styles */
.eal-sf { font-size: 14px; line-height: 1.35; }
.eal-sf * { box-sizing: border-box; }
.eal-sf .eal-sf-section { margin: 0 0 8px; padding: 0; }

/* Categories heading and list */
.eal-cats-heading { font-weight: 500; margin: 4px 0 10px; font-size: 15px;}
.eal-cats-heading .eal-sep { opacity: .45; margin: 0 6px; }
.eal-cat-list { list-style: none; padding: 0; margin: 0 0 14px; }
.eal-cat-list li { margin: 2px 0; }
.eal-cat-list li.current a { font-weight: 500; text-decoration: none; color: #428407 !important;}
.eal-cat-list li.current a:hover { color: #3a3a3a !important;}

/* Accordion */
.eal-acc { display:flex; align-items:center; justify-content:space-between; width:90%; background:transparent; border:0; padding:10px 0 0 0; font-size:15px; font-weight:500; cursor:pointer; }
.eal-acc .eal-caret { width: 9px; height:9px; display:inline-block; border-right:2px solid #333; border-bottom:2px solid #333; transform: rotate(-45deg); transition: transform .15s ease; margin-left:8px; }
.eal-acc[aria-expanded="true"] .eal-caret { transform: rotate(45deg); }

.eal-acc-panel { padding: 2px 0 8px; }

/* Options list */
.eal-options { list-style:none; padding:0; margin:0; display:block; }
.eal-option { margin:6px 0; }
.eal-option label { display:flex; align-items:center; gap:8px; cursor:pointer; }
.eal-checkbox { width:16px; height:16px; }
.eal-hidden { position:absolute; opacity:0; pointer-events:none; }

/* Color swatches */
.eal-attr-color .eal-checkbox { display:none; }
.eal-color-swatch { display:inline-block; width:16px; height:16px; border-radius:3px; border:1px solid rgba(0,0,0,.15); background-clip: padding-box !important;}
.eal-attr-color .eal-label-text { margin-left:4px; }

/* Price */
.eal-price .eal-price-fields { display:flex; align-items:center; gap:8px; margin:0 0 20px; }
.eal-minmax { display:flex; align-items:center; gap:6px; }
.eal-minmax > span { font-size:12px; color:#666; }
.eal-minmax input { width:90px; padding:6px; }
.eal-dash { color:#666; }
.eal-currency { margin-left:4px; color:#666; }
.eal-slider { margin: 0 2px 8px; height:4px; background:#e5e5e5; border-radius:3px; position:relative; width: 70%;}
.eal-slider .ui-slider-range { background:#789d00; }
.eal-slider .ui-slider-handle { width:16px; height:16px; border-radius:50%; background:#789d00; border:0; top:-6px; position:absolute; }
.eal-reset-wrap { margin: 10px 0 0; }
.eal-reset { display:inline-block; color:#428407 !important; text-decoration:none; font-size: 13px; }
.eal-reset:hover { color:#3a3a3a !important; }
.eal-sf-section.eal-price .eal-acc-title { padding-bottom: 8px; }
.eal-price-fields input { font-size: 13px; padding: 0 10px 0 10px; width: 33%;}

/* Sidebar containment */
.eal-sf-form { max-width: 100%; }



