

.az-result-count {
  font-weight: 600;
  margin-bottom: 12px;
}


.az-filter-wrap {
  display: flex;
  gap: 20px;
}

/* SIDEBAR */
.az-filter-sidebar {
  width: 220px;
  border-right: 1px solid #eee;
  padding-right: 10px;
}

.az-filter-sidebar h4 {
  margin-top: 20px;
  font-size: 15px;
}

.az-ram-wrap label {
  display: block;
  margin-bottom: 6px;
}



/* FORCE CHECKBOX VISIBILITY */
.az-filter-sidebar input[type="checkbox"] {
  display: inline-block !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  opacity: 1 !important;
  position: static !important;
  margin-right: 8px;
  cursor: pointer;
}

.az-filter-sidebar label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
}

/* RESULTS */
.az-filter-results {
  flex: 1;
}

.az-item {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.az-item a {
color:#dd0000;
font-weight:600;  
}


/* ===============================
   CATEGORY SCROLL FIX
================================ */

/* Wrap category filters */
.az-category-wrap {
  max-height:150px;        /* adjust height */
  overflow-y: auto;
  padding-right: 6px;
  border: 1px solid #eee;
  margin-top: 10px;
}

/* Optional scrollbar styling (modern browsers) */
.az-category-wrap::-webkit-scrollbar {
  width: 6px;
}

.az-category-wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.az-category-wrap::-webkit-scrollbar-track {
  background: #f7f7f7;
}


.az-category-search {
  width: 100%;
  padding: 6px 8px;
  margin-bottom: 8px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
