.romo-filters{
  direction: rtl;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background:#fff;
  padding:12px;
}

.romo-row{ margin:12px 0; }

.romo-check{ display:flex; gap:8px; align-items:center; }

.romo-row select{
  width:100%;
  border:1px solid #e7e7e7;
  border-radius:12px;
  padding:8px 10px;
  font-size:13px;
  outline:none;
  background:#fff;
}

.romo-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}

.romo-clear{
  border:1px solid #ddd;
  background:#fafafa;
  border-radius:10px;
  padding:6px 10px;
  cursor:pointer;
  font-size:12px;
}

.romo-price{ display:flex; gap:8px; margin-top:6px; }

.romo-price input{
  width:100%;
  border:1px solid #e7e7e7;
  border-radius:12px;
  padding:8px 10px;
  font-size:13px;
  outline:none;
  background:#fff;
}

.romo-hint{
  font-size:12px;
  opacity:.75;
  margin-top:8px;
}

.romo-actions button{
  width:100%;
  border:1px solid #ddd;
  background:#f8f8f8;
  border-radius:12px;
  padding:10px 12px;
  cursor:pointer;
}

/* checkbox lists */
.romo-list{
  border:1px solid #eee;
  border-radius:12px;
  padding:10px;
  max-height:320px;
  overflow:auto;
}

.romo-opt{
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px 2px;
  cursor:pointer;
  user-select:none;
}

.romo-opt input{ transform: scale(1.05); }

.romo-name{
  flex: 1 1 auto;
  min-width: 0;
}

.romo-count{
  flex: 0 0 auto;
  font-size:12px;
  opacity:.75;
  padding:2px 8px;
  border:1px solid #eee;
  border-radius:999px;
  background:#fafafa;
}

.romo-empty{
  font-size:13px;
  opacity:.75;
}

/* category tree */
.romo-tree, .romo-branch{
  list-style:none;
  padding:0;
  margin:0;
}

.romo-node{ padding:2px 0; }

.romo-branch{
  padding-right:18px;
  border-right:1px dashed #e5e5e5;
  margin-right:6px;
  margin-top:4px;
}

/* price slider */
.romo-price-slider{
  position:relative;
  height:26px;
  margin-top:10px;
}

.romo-price-slider input[type="range"]{
  position:absolute;
  left:0; top:0;
  width:100%;
  height:26px;
  margin:0;
  background:transparent;
  pointer-events:none;
  -webkit-appearance:none;
}

.romo-price-slider input[type="range"]::-webkit-slider-thumb{
  pointer-events:auto;
  -webkit-appearance:none;
  width:16px; height:16px;
  border-radius:50%;
  background:#111;
  border:2px solid #fff;
  box-shadow:0 1px 3px rgba(0,0,0,.2);
  cursor:pointer;
}

.romo-track{
  position:absolute;
  left:0; right:0; top:11px;
  height:4px;
  border-radius:999px;
  background:#e9e9e9;
}

.romo-range{
  position:absolute;
  top:11px;
  height:4px;
  border-radius:999px;
  background:#111;
  left:0;
  width:100%;
}
