/* Keep inspection text outside canvas data fields on map and depth panels. */
#page-liqmap .lm-inspection-dock {
  position: relative;
  height: 80px;
  box-sizing: border-box;
  padding: 0 12px;
  background: var(--bg);
}
#page-liqmap .lm-inspection-dock .lm-tip {
  position: static !important;
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  max-height: 80px;
  overflow-y: auto;
  box-sizing: border-box;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  border: 0;
  padding: 8px 0;
  pointer-events: auto;
}
#page-liqmap .lm-inspection-dock:has(.lm-tip[hidden])::before { content: 'Hover the chart to inspect exact values'; color: var(--ink-2); font-size: 11px; position: absolute; top: 12px; }
#page-liqmap .lm-inspection-dock .lm-tip[hidden] { display: none !important; }
#page-liqmap .ld-inspection-dock { border-top: 1px solid var(--line); padding-block: 8px; }
#page-liqmap .lm-depth-card { box-sizing: border-box; }
@media (max-width: 700px) {
  #page-liqmap .lm-inspection-dock .lm-tip { white-space: normal; line-height: 1.35; }
}
