.map-checkbox-filter {
  min-width: 0;
}
.map-checkbox-filter-list {
  display: grid;
  gap: 0.15rem;
  max-height: 180px;
  overflow: auto;
  padding: 0.35rem 0.45rem;
  border: 1px solid #dee2e6;
  border-radius: 0.55rem;
  background: #fff;
}
.map-checkbox-filter-list .form-check {
  margin: 0;
  min-height: 1.35rem;
}
.map-checkbox-filter-list .form-check-label {
  font-size: 0.78rem;
}
.map-checkbox-filter .btn-link {
  font-size: 0.72rem;
  text-decoration: none;
}
.map-object-filter-tree {
  display: grid;
  gap: 0.65rem;
}
.map-object-filter-category {
  border-left: 3px solid #dee2e6;
  padding-left: 0.55rem;
}
.map-object-filter-item {
  margin-left: 1rem;
}
.map-object-filter-item details summary {
  cursor: pointer;
  color: #6c757d;
  font-size: 0.78rem;
}
.map-filter-icon {
  width: 22px;
  height: 22px;
  margin-right: 0.4rem;
  object-fit: contain;
}
