.filters-sidebar {
  flex: 0 0 260px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-family: system-ui, sans-serif;
}

.filters-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
}

.filters-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.filter-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}

.filter-checkbox input[type="checkbox"] {
  accent-color: #007bff; /* modern browser support */
  width: 16px;
  height: 16px;
}
