/* V60: in search view the object layer/rubricator is the source of truth.
   Legacy study territory overlays are hidden to avoid unrelated quarters/microdistrict labels and extra paint. */
.app-shell.is-search-mode .tg-territory,
.app-shell.is-search-mode .territoryLabelIcon,
.app-shell.is-search-mode .territory-label,
.app-shell.is-search-mode .leaflet-pane.tDistrictsPane,
.app-shell.is-search-mode .leaflet-pane.tDistrictLabelsPane,
.app-shell.is-search-mode .leaflet-pane.tMicroPane,
.app-shell.is-search-mode .leaflet-pane.tMicroLabelsPane,
.app-shell.is-search-mode .leaflet-pane.tPromPane,
.app-shell.is-search-mode .leaflet-pane.tParksPane,
.app-shell.is-search-mode .leaflet-pane.tCemPane {
  display: none !important;
  pointer-events: none !important;
}

.object-rubricator .rubric-group-open-hint {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(47,56,60,.045);
  color: rgba(47,56,60,.72);
  text-align: left;
  cursor: pointer;
}
.object-rubricator .rubric-group-open-hint:hover {
  background: rgba(217,121,69,.10);
}
