/**
 * @file
 * Shared layer query panel (biopama_libraries/layer-query): the two rules
 * Bootstrap has no utility for. Everything else on the panel is utilities
 * and the theme skin tokens (akp/css/ct_override.css).
 */

/* The results tray is confined to the map column (it is a child of the
   position-relative column in the shared tool page), so the sidebar and its
   query panel stay reachable while results are shown. Bootstrap's .offcanvas
   is position: fixed at specificity 0,1,0; this rule outranks it. */
.akp-skin-ct .offcanvas.offcanvas-bottom {
  position: absolute;
  --bs-offcanvas-height: 45%;
}

/* An administrative unit is under the pointer while a level is active
   (queryMap.js sets the class on the map container). */
.biopama-query-hover .mapboxgl-canvas {
  cursor: pointer;
}
